Searched full:fvp (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm64/boot/dts/arm/ |
| H A D | Makefile | 8 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 D | corstone1000-fvp.dts | 13 model = "ARM Corstone1000 FVP (Fixed Virtual Platform)"; 14 compatible = "arm,corstone1000-fvp";
|
| H A D | fvp-base-revc.dts | 8 * FVP Base RevC 21 model = "FVP Base RevC"; 22 compatible = "arm,fvp-base-revc", "arm,vexpress";
|
| H A D | morello-fvp.dts | 11 compatible = "arm,morello-fvp", "arm,morello";
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A 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
|
| H A D | arm,morello.yaml | 30 - arm,morello-fvp
|
| /linux/tools/perf/util/ |
| H A 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()
|