/openbmc/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 29 static QDict *do_query_no_props(QTestState *qts, const char *cpu_type) in do_query_no_props() 36 static QDict *do_query(QTestState *qts, const char *cpu_type, in do_query() 73 #define assert_error(qts, cpu_type, expected_error, fmt, ...) \ argument 130 #define assert_has_feature(qts, cpu_type, feature) \ argument 139 #define assert_has_not_feature(qts, cpu_type, feature) \ argument 159 #define assert_feature(qts, cpu_type, feature, expected_value) \ argument 169 #define assert_set_feature(qts, cpu_type, feature, value) \ argument 180 #define assert_has_feature_enabled(qts, cpu_type, feature) \ argument 183 #define assert_has_feature_disabled(qts, cpu_type, feature) \ argument 202 static void assert_bad_props(QTestState *qts, const char *cpu_type) in assert_bad_props() [all …]
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | cpu.c | 39 const struct cpu_type { in checkcpu() struct 40 char name[15]; in checkcpu() 41 u32 partid; in checkcpu()
|
/openbmc/u-boot/arch/arm/mach-rmobile/ |
H A D | cpu_info.c | 52 u16 cpu_type; member 74 u32 cpu_type = rmobile_get_cpu_type(); in rmobile_cpuinfo_idx() local
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_proc.h | 12 const char *cpu_type; in open_cpuinfo() local
|
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ |
H A D | soc.h | 48 struct cpu_type { struct 49 char name[15]; 50 u32 soc_ver; 51 u32 num_cores;
|
/openbmc/qemu/include/qemu/ |
H A D | target-info-impl.h | 22 const char *cpu_type; member
|
/openbmc/u-boot/board/renesas/ulcb/ |
H A D | ulcb.c | 90 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
|
/openbmc/qemu/include/hw/riscv/ |
H A D | riscv_hart.h | 39 char *cpu_type; member
|
/openbmc/qemu/include/hw/mips/ |
H A D | cps.h | 40 char *cpu_type; member
|
/openbmc/u-boot/board/renesas/salvator-x/ |
H A D | salvator-x.c | 107 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv_hart.c | 116 char *cpu_type, Error **errp) in riscv_hart_realize()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_cpu_core.h | 35 const char *cpu_type; member
|
/openbmc/qemu/include/hw/arm/ |
H A D | bcm2836.h | 53 const char *cpu_type; member
|
H A D | armv7m.h | 99 char *cpu_type; member
|
/openbmc/qemu/target/arm/ |
H A D | arm-qmp-cmds.c | 139 const char *cpu_type = current_machine->cpu_type; in qmp_query_cpu_model_expansion() local
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 689 bool cpu_type_supports_isa(const char *cpu_type, uint64_t isa) in cpu_type_supports_isa() 695 bool cpu_type_supports_cps_smp(const char *cpu_type) in cpu_type_supports_cps_smp()
|
/openbmc/u-boot/board/renesas/blanche/ |
H A D | blanche.c | 47 u32 cpu_type; in blanche_init_sys() local
|
/openbmc/qemu/hw/arm/ |
H A D | vexpress.c | 211 static void init_cpus(MachineState *ms, const char *cpu_type, in init_cpus() 277 const char *cpu_type, in a9_daughterboard_init() 360 const char *cpu_type, in a15_daughterboard_init()
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | sys_proto.h | 19 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro
|
/openbmc/qemu/hw/ppc/ |
H A D | virtex_ml507.c | 70 static PowerPCCPU *ppc440_init_xilinx(const char *cpu_type, uint32_t sysclk) in ppc440_init_xilinx()
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 282 XtensaCPU *xtensa_cpu_create_with_clock(const char *cpu_type, Clock *cpu_refclk) in xtensa_cpu_create_with_clock()
|
/openbmc/qemu/linux-user/i386/ |
H A D | target_syscall.h | 120 abi_ulong cpu_type; member 143 abi_ulong cpu_type; member
|
/openbmc/qemu/bsd-user/i386/ |
H A D | target_syscall.h | 137 abi_ulong cpu_type; member 160 abi_ulong cpu_type; member
|
/openbmc/qemu/hw/sparc64/ |
H A D | sparc64.c | 265 SPARCCPU *sparc64_cpu_devinit(const char *cpu_type, uint64_t prom_addr) in sparc64_cpu_devinit()
|
/openbmc/qemu/hw/core/ |
H A D | cpu-common.c | 209 const char *cpu_type; in parse_cpu_option() local
|