Searched refs:dtb_compatible (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu32.c | 130 cpu->dtb_compatible = "arm,arm926"; in arm926_initfn() 157 cpu->dtb_compatible = "arm,arm946"; in arm946_initfn() 170 cpu->dtb_compatible = "arm,arm1026"; in arm1026_initfn() 218 cpu->dtb_compatible = "arm,arm1136"; in arm1136_r2_initfn() 248 cpu->dtb_compatible = "arm,arm1136"; in arm1136_initfn() 279 cpu->dtb_compatible = "arm,arm1176"; in arm1176_initfn() 347 cpu->dtb_compatible = "arm,cortex-a8"; in cortex_a8_initfn() 416 cpu->dtb_compatible = "arm,cortex-a9"; in cortex_a9_initfn() 483 cpu->dtb_compatible = "arm,cortex-a7"; in cortex_a7_initfn() 532 cpu->dtb_compatible = "arm,cortex-a15"; in cortex_a15_initfn() [all …]
|
H A D | cpu64.c | 62 cpu->dtb_compatible = "arm,cortex-a35"; in aarch64_a35_initfn() 231 cpu->dtb_compatible = "arm,cortex-a55"; in aarch64_a55_initfn() 300 cpu->dtb_compatible = "arm,cortex-a72"; in aarch64_a72_initfn() 356 cpu->dtb_compatible = "arm,cortex-a76"; in aarch64_a76_initfn() 426 cpu->dtb_compatible = "arm,a64fx"; in aarch64_a64fx_initfn() 596 cpu->dtb_compatible = "arm,neoverse-n1"; in aarch64_neoverse_n1_initfn() 668 cpu->dtb_compatible = "arm,neoverse-v1"; in aarch64_neoverse_v1_initfn() 891 cpu->dtb_compatible = "arm,cortex-a710"; in aarch64_a710_initfn() 989 cpu->dtb_compatible = "arm,neoverse-n2"; in aarch64_neoverse_n2_initfn()
|
/openbmc/qemu/linux-user/arm/ |
H A D | target_proc.h | 93 cpu->dtb_compatible ? : ""); in open_cpuinfo()
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 59 const char *dtb_compatible; member 291 ahcf->dtb_compatible = "arm,arm-v8"; in kvm_arm_get_host_cpu_features() 463 if (!arm_host_cpu_features.dtb_compatible) { in kvm_arm_set_cpu_features_from_host() 476 cpu->dtb_compatible = arm_host_cpu_features.dtb_compatible; in kvm_arm_set_cpu_features_from_host()
|
H A D | cpu64.c | 602 cpu->dtb_compatible = "arm,cortex-a57"; in aarch64_a57_initfn() 660 cpu->dtb_compatible = "arm,cortex-a53"; in aarch64_a53_initfn()
|
H A D | cpu.c | 1528 cpu->dtb_compatible = "qemu,unknown"; in arm_cpu_initfn()
|
H A D | cpu.h | 897 const char *dtb_compatible; member
|
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 312 const char *dtb_compatible; member 866 ahcf->dtb_compatible = "arm,arm-v8"; in hvf_arm_get_host_cpu_features() 909 if (!arm_host_cpu_features.dtb_compatible) { in hvf_arm_set_cpu_features_from_host() 921 cpu->dtb_compatible = arm_host_cpu_features.dtb_compatible; in hvf_arm_set_cpu_features_from_host()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.h | 386 const char *dtb_compatible; member
|
H A D | cpu.c | 387 cpu->dtb_compatible = "loongarch,Loongson-3A5000"; in loongarch_la464_initfn() 486 cpu->dtb_compatible = "loongarch,Loongson-1C103"; in loongarch_la132_initfn()
|
/openbmc/qemu/hw/arm/ |
H A D | xlnx-versal-virt.c | 119 armcpu->dtb_compatible); in fdt_add_cpu_nodes()
|
H A D | virt.c | 456 armcpu->dtb_compatible); in fdt_add_cpu_nodes()
|
/openbmc/qemu/hw/loongarch/ |
H A D | virt.c | 340 cpu->dtb_compatible); in fdt_add_cpu_nodes()
|