Home
last modified time | relevance | path

Searched full:fvp (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/arm/
Darm,corstone1000.yaml38 - description: Corstone1000 FVP is the Fixed Virtual Platform
39 implementation of this system. See ARM ecosystems FVP's.
41 - const: arm,corstone1000-fvp
Darm,vexpress-juno.yaml112 - 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/
DMakefile8 dtb-$(CONFIG_ARCH_VEXPRESS) += fvp-base-revc.dtb
9 dtb-$(CONFIG_ARCH_VEXPRESS) += corstone1000-fvp.dtb corstone1000-mps3.dtb
Dcorstone1000-fvp.dts13 model = "ARM Corstone1000 FVP (Fixed Virtual Platform)";
14 compatible = "arm,corstone1000-fvp";
Dfvp-base-revc.dts8 * FVP Base RevC
21 model = "FVP Base RevC";
22 compatible = "arm,fvp-base-revc", "arm,vexpress";
/linux-6.12.1/tools/perf/util/
Ddwarf-aux.c1025 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()