Home
last modified time | relevance | path

Searched refs:cpu_has_mips16e2 (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-tx49xx/
H A Dcpu-feature-overrides.h10 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip32/
H A Dcpu-feature-overrides.h32 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/
H A Dcpu-feature-overrides.h32 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ath25/
H A Dcpu-feature-overrides.h38 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-rm/
H A Dcpu-feature-overrides.h20 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-sibyte/
H A Dcpu-feature-overrides.h16 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip22/
H A Dcpu-feature-overrides.h22 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip28/
H A Dcpu-feature-overrides.h19 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dcpu-feature-overrides.h34 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h36 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-cobalt/
H A Dcpu-feature-overrides.h39 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ingenic/
H A Dcpu-feature-overrides.h25 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dcpu-feature-overrides.h23 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h42 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h25 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h42 #define cpu_has_mips16e2 0 macro
/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h212 #ifndef cpu_has_mips16e2
213 #define cpu_has_mips16e2 __isa_lt_and_ase(6, MIPS_ASE_MIPS16E2) macro
/openbmc/linux/arch/mips/kernel/
H A Dproc.c118 if (cpu_has_mips16e2) in show_cpuinfo()
H A Dunaligned.c1294 if (extended && cpu_has_mips16e2) in emulate_load_store_MIPS16e()
1313 if (extended && cpu_has_mips16e2) in emulate_load_store_MIPS16e()
H A Dcpu-probe.c1971 if (cpu_has_mips16e2) in cpu_probe()