Searched full:fvp (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | arm,corstone1000.yaml | 38 - description: Corstone1000 FVP is the Fixed Virtual Platform 39 implementation of this system. See ARM ecosystems FVP's. 41 - const: arm,corstone1000-fvp
|
D | arm,vexpress-juno.yaml | 112 - description: Arm FVP (Fixed Virtual Platform) base model revision C 115 - const: arm,fvp-base-revc
|
/linux-6.12.1/arch/arm64/boot/dts/arm/ |
D | Makefile | 8 dtb-$(CONFIG_ARCH_VEXPRESS) += fvp-base-revc.dtb 9 dtb-$(CONFIG_ARCH_VEXPRESS) += corstone1000-fvp.dtb corstone1000-mps3.dtb
|
D | corstone1000-fvp.dts | 13 model = "ARM Corstone1000 FVP (Fixed Virtual Platform)"; 14 compatible = "arm,corstone1000-fvp";
|
D | fvp-base-revc.dts | 8 * FVP Base RevC 21 model = "FVP Base RevC"; 22 compatible = "arm,fvp-base-revc", "arm,vexpress";
|
/linux-6.12.1/tools/perf/util/ |
D | dwarf-aux.c | 1025 struct __find_variable_param *fvp = data; in __die_find_variable_cb() local 1032 die_compare_name(die_mem, fvp->name) && in __die_find_variable_cb() 1041 if (dwarf_haspc(die_mem, fvp->addr)) in __die_find_variable_cb() 1059 struct __find_variable_param fvp = { .name = name, .addr = addr}; in die_find_variable_at() local 1061 return die_find_child(sp_die, __die_find_variable_cb, (void *)&fvp, in die_find_variable_at()
|