Searched refs:cpu_has_rixi (Results 1 – 11 of 11) sorted by relevance
152 #define _PAGE_NO_EXEC (cpu_has_rixi ? (1 << _PAGE_NO_EXEC_SHIFT) : 0)156 #define _PAGE_READ (cpu_has_rixi ? 0 : (1 << _PAGE_READ_SHIFT))158 #define _PAGE_NO_READ (cpu_has_rixi ? (1 << _PAGE_READ_SHIFT) : 0)209 if (cpu_has_rixi) { in pte_to_entrylo()
127 #ifndef cpu_has_rixi129 # define cpu_has_rixi (cpu_data[0].options & MIPS_CPU_RIXI) macro131 # define cpu_has_rixi ((cpu_data[0].options & MIPS_CPU_RIXI) && !cpu_has_64bits) macro
37 #define cpu_has_rixi 0 macro
61 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON) macro
26 #define cpu_has_rixi 0 macro
29 #define cpu_has_rixi 0 macro
246 if (cpu_has_rixi) { in output_pgtable_bits_defines()633 if (cpu_has_rixi) { in build_convert_pte_to_entrylo()1012 if (cpu_has_rixi) { in build_update_entries()1052 if (cpu_has_rixi) { in build_update_entries()1218 if (cpu_has_rixi) { in build_fast_tlb_refill_handler()1612 if (cpu_has_rixi) { in build_pte_present()1958 if (cpu_has_rixi && !cpu_has_rixiex) { in build_r4000_tlb_load_handler()2025 if (cpu_has_rixi && !cpu_has_rixiex) { in build_r4000_tlb_load_handler()
159 if (cpu_has_rixi) { in setup_protection_map()
125 if (cpu_has_rixi) { in __do_page_fault()
496 if (cpu_has_rixi) { in r4k_tlb_configure()
638 if (cpu_has_rixi) { in decode_configs()