Searched refs:_PAGE_NO_EXEC (Results 1 – 4 of 4) sorted by relevance
164 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()165 protection_map[1] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()166 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()167 protection_map[3] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()173 protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()174 protection_map[9] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()175 protection_map[10] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE | in setup_protection_map()177 protection_map[11] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE); in setup_protection_map()
630 if (cpu_has_rixi && !!_PAGE_NO_EXEC) { in build_convert_pte_to_entrylo()634 UASM_i_SRL(p, reg, reg, ilog2(_PAGE_NO_EXEC)); in build_convert_pte_to_entrylo()636 ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC)); in build_convert_pte_to_entrylo()2572 if (!cpu_has_rixi || !_PAGE_NO_EXEC) { in check_pabits()2596 if (fillbits >= ilog2(_PAGE_NO_EXEC)) in check_pabits()
174 # define _PAGE_NO_EXEC (1 << _PAGE_NO_EXEC_SHIFT) macro176 # define _PAGE_NO_EXEC (cpu_has_rixi ? (1 << _PAGE_NO_EXEC_SHIFT) : 0) macro191 #ifndef _PAGE_NO_EXEC192 #define _PAGE_NO_EXEC 0 macro230 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
137 #define pte_no_exec(pte) ((pte).pte_low & _PAGE_NO_EXEC)184 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC)
Completed in 10 milliseconds