Searched full:fvp (Results 1 – 13 of 13) sorted by relevance
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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";
|
| /kernel/linux/linux-5.10/arch/mips/netlogic/ |
| D | Kconfig | 26 bool "Built-in device tree for XLP FVP boards" 30 Add an FDT blob for XLP FVP board into the kernel.
|
| /kernel/linux/linux-5.10/arch/mips/boot/dts/netlogic/ |
| D | xlp_fvp.dts | 3 * XLP2XX Device Tree Source for FVP boards 8 model = "netlogic,XLP-FVP";
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/arm/ |
| D | fvp-base-revc.dts | 8 * FVP Base RevC 21 model = "FVP Base RevC"; 22 compatible = "arm,fvp-base-revc", "arm,vexpress";
|
| D | Makefile | 8 dtb-$(CONFIG_ARCH_VEXPRESS) += fvp-base-revc.dtb
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
| D | sbsa-gwdt.txt | 23 Example for FVP Foundation Model v8:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | arm,vexpress-juno.yaml | 112 - description: Arm FVP (Fixed Virtual Platform) base model revision C 115 - const: arm,fvp-base-revc
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | dwarf-aux.c | 957 struct __find_variable_param *fvp = data; in __die_find_variable_cb() local 964 die_compare_name(die_mem, fvp->name) && in __die_find_variable_cb() 973 if (dwarf_haspc(die_mem, fvp->addr)) in __die_find_variable_cb() 991 struct __find_variable_param fvp = { .name = name, .addr = addr}; in die_find_variable_at() local 993 return die_find_child(sp_die, __die_find_variable_cb, (void *)&fvp, in die_find_variable_at()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | dwarf-aux.c | 981 struct __find_variable_param *fvp = data; in __die_find_variable_cb() local 988 die_compare_name(die_mem, fvp->name) && in __die_find_variable_cb() 997 if (dwarf_haspc(die_mem, fvp->addr)) in __die_find_variable_cb() 1015 struct __find_variable_param fvp = { .name = name, .addr = addr}; in die_find_variable_at() local 1017 return die_find_child(sp_die, __die_find_variable_cb, (void *)&fvp, in die_find_variable_at()
|