Home
last modified time | relevance | path

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

/linux/arch/arm64/boot/dts/arm/
H A DMakefile8 dtb-$(CONFIG_ARCH_VEXPRESS) += fvp-base-revc.dtb
9 dtb-$(CONFIG_ARCH_VEXPRESS) += corstone1000-fvp.dtb corstone1000-mps3.dtb
10 dtb-$(CONFIG_ARCH_VEXPRESS) += morello-sdp.dtb morello-fvp.dtb
H A Dcorstone1000-fvp.dts13 model = "ARM Corstone1000 FVP (Fixed Virtual Platform)";
14 compatible = "arm,corstone1000-fvp";
H A Dfvp-base-revc.dts8 * FVP Base RevC
21 model = "FVP Base RevC";
22 compatible = "arm,fvp-base-revc", "arm,vexpress";
H A Dmorello-fvp.dts11 compatible = "arm,morello-fvp", "arm,morello";
/linux/Documentation/devicetree/bindings/arm/
H A 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
H A Darm,morello.yaml30 - arm,morello-fvp
/linux/tools/perf/util/
H A 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()