Searched refs:cpu_has_rixi (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/mips/include/asm/mach-ath79/
H A Dcpu-feature-overrides.h34 #define cpu_has_rixi 0 macro
/linux-master/arch/mips/include/asm/mach-ralink/mt7621/
H A Dcpu-feature-overrides.h55 #define cpu_has_rixi 0 macro
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dcpu-feature-overrides.h59 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON) macro
/linux-master/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h29 #define cpu_has_rixi 0 macro
/linux-master/arch/mips/include/asm/mach-bcm47xx/
H A Dcpu-feature-overrides.h29 #define cpu_has_rixi 0 macro
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dcpu-feature-overrides.h46 #define cpu_has_rixi 0 macro
/linux-master/arch/mips/include/asm/mach-ip30/
H A Dcpu-feature-overrides.h48 #define cpu_has_rixi 0 macro
/linux-master/arch/mips/lib/
H A Ddump_tlb.c37 if (cpu_has_small_pages || cpu_has_rixi || cpu_has_xpa)
155 if (cpu_has_rixi)
169 if (cpu_has_rixi)
/linux-master/arch/mips/include/asm/
H A Dpgtable-bits.h176 # define _PAGE_NO_EXEC (cpu_has_rixi ? (1 << _PAGE_NO_EXEC_SHIFT) : 0)
217 if (cpu_has_rixi) {
H A Dcpu-features.h225 #ifndef cpu_has_rixi
226 #define cpu_has_rixi __isa_ge_or_opt(6, MIPS_CPU_RIXI) macro
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dcpu-feature-overrides.h46 #define cpu_has_rixi 0 macro
/linux-master/arch/mips/mm/
H A Dfault.c117 if (cpu_has_rixi) {
H A Dtlbex.c252 if (cpu_has_rixi)
591 if (cpu_has_rixi && _PAGE_NO_EXEC != 0) {
1203 if (cpu_has_rixi) {
1709 if (cpu_has_rixi) {
2084 if (cpu_has_rixi && !cpu_has_rixiex) {
2150 if (cpu_has_rixi && !cpu_has_rixiex) {
2499 if (!cpu_has_rixi || _PAGE_NO_EXEC == 0) {
2538 if (IS_ENABLED(CONFIG_XPA) && !cpu_has_rixi)
H A Dtlb-r4k.c535 if (cpu_has_rixi) {
/linux-master/arch/mips/kernel/
H A Delf.c341 return (!cpu_has_rixi && exstack == EXSTACK_DEFAULT);
H A Dproc.c212 if (cpu_has_rixi)
H A Dcpu-probe.c1905 if (cpu_has_rixi) {

Completed in 180 milliseconds