Home
last modified time | relevance | path

Searched defs:cpu_type (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c29 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()
264 static void sve_tests_default(QTestState *qts, const char *cpu_type) in sve_tests_default()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-type.h15 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 Dcpu.c39 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 Dcpu_info.c52 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 Dsoc.h48 struct cpu_type { struct
49 char name[15];
50 u32 soc_ver;
51 u32 num_cores;
/openbmc/linux/arch/arm/mach-imx/
H A Dmach-vf610.c24 unsigned int cpu_type; in vf610_detect_cpu() local
/openbmc/qemu/include/hw/riscv/
H A Driscv_hart.h39 char *cpu_type; member
/openbmc/u-boot/board/renesas/ulcb/
H A Dulcb.c90 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
/openbmc/qemu/hw/riscv/
H A Driscv_hart.c46 char *cpu_type, Error **errp) in riscv_hart_realize()
/openbmc/qemu/include/hw/mips/
H A Dcps.h40 char *cpu_type; member
/openbmc/u-boot/board/renesas/salvator-x/
H A Dsalvator-x.c107 u32 cpu_type = rmobile_get_cpu_type(); in board_fit_config_name_match() local
/openbmc/qemu/target/mips/
H A Dcpu.c658 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 Did.c129 u8 cpu_type; in omap_check_revision() local
/openbmc/qemu/hw/arm/
H A Dvexpress.c209 static void init_cpus(MachineState *ms, const char *cpu_type, in init_cpus()
274 const char *cpu_type, in a9_daughterboard_init()
351 const char *cpu_type, in a15_daughterboard_init()
H A Dbcm2836.c24 const char *cpu_type; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dvm86.h101 unsigned long cpu_type; member
123 unsigned long cpu_type; member
/openbmc/qemu/include/hw/arm/
H A Dmsf2-soc.h56 char *cpu_type; member
/openbmc/qemu/include/hw/ppc/
H A Dspapr_cpu_core.h36 const char *cpu_type; member
/openbmc/qemu/target/arm/
H A Darm-qmp-cmds.c138 const char *cpu_type = current_machine->cpu_type; in qmp_query_cpu_model_expansion() local
/openbmc/u-boot/board/renesas/blanche/
H A Dblanche.c47 u32 cpu_type; in blanche_init_sys() local
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dsys_proto.h19 #define cpu_type(rev) (((rev) >> 12) & 0xff) macro
/openbmc/linux/arch/x86/include/asm/
H A Dvm86.h39 unsigned long cpu_type; member
/openbmc/qemu/target/xtensa/
H A Dcpu.c201 XtensaCPU *xtensa_cpu_create_with_clock(const char *cpu_type, Clock *cpu_refclk) in xtensa_cpu_create_with_clock()
/openbmc/qemu/bsd-user/i386/
H A Dtarget_syscall.h137 abi_ulong cpu_type; member
160 abi_ulong cpu_type; member
/openbmc/qemu/linux-user/i386/
H A Dtarget_syscall.h120 abi_ulong cpu_type; member
143 abi_ulong cpu_type; member

123