/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 202 static void assert_bad_props(QTestState *qts, const char *cpu_type) in assert_bad_props() 265 static void sve_tests_default(QTestState *qts, const char *cpu_type) in sve_tests_default() [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cpu-type.h | 15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type() 191 const int cpu_type = current_cpu_data.cputype; in current_cpu_type() local 198 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type() local
|
/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/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/linux/arch/arm/mach-imx/ |
H A D | mach-vf610.c | 24 unsigned int cpu_type; in vf610_detect_cpu() local
|
/openbmc/qemu/include/hw/riscv/ |
H A D | riscv_hart.h | 39 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/hw/riscv/ |
H A D | riscv_hart.c | 46 char *cpu_type, Error **errp) in riscv_hart_realize()
|
/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/target/mips/ |
H A D | cpu.c | 658 bool cpu_type_supports_isa(const char *cpu_type, uint64_t isa) in cpu_type_supports_isa() 664 bool cpu_type_supports_cps_smp(const char *cpu_type) in cpu_type_supports_cps_smp()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | id.c | 129 u8 cpu_type; in omap_check_revision() local
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | vm86.h | 101 unsigned long cpu_type; member 123 unsigned long 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/hw/arm/ |
H A D | vexpress.c | 209 static void init_cpus(MachineState *ms, const char *cpu_type, in init_cpus() 274 const char *cpu_type, in a9_daughterboard_init() 357 const char *cpu_type, in a15_daughterboard_init()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_cpu_core.h | 36 const char *cpu_type; member
|
/openbmc/qemu/target/arm/ |
H A D | arm-qmp-cmds.c | 137 const char *cpu_type = current_machine->cpu_type; in qmp_query_cpu_model_expansion() local
|
/openbmc/u-boot/board/renesas/blanche/ |
H A D | blanche.c | 47 u32 cpu_type; in blanche_init_sys() local
|
/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/linux/arch/x86/include/asm/ |
H A D | vm86.h | 39 unsigned long 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/linux-user/i386/ |
H A D | target_syscall.h | 120 abi_ulong cpu_type; member 143 abi_ulong cpu_type; member
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 203 XtensaCPU *xtensa_cpu_create_with_clock(const char *cpu_type, Clock *cpu_refclk) in xtensa_cpu_create_with_clock()
|