Searched refs:_PAGE_NO_EXEC (Results 1 – 7 of 7) sorted by relevance
167 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()168 protection_map[1] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()169 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()170 protection_map[3] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()176 protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()177 protection_map[9] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC); in setup_protection_map()178 protection_map[10] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE | in setup_protection_map()180 protection_map[11] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE); in setup_protection_map()
610 if (cpu_has_rixi && _PAGE_NO_EXEC != 0) { in build_convert_pte_to_entrylo()614 UASM_i_SRL(p, reg, reg, ilog2(_PAGE_NO_EXEC)); in build_convert_pte_to_entrylo()616 ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC)); in build_convert_pte_to_entrylo()2533 if (!cpu_has_rixi || _PAGE_NO_EXEC == 0) { in check_pabits()2557 if (fillbits >= ilog2(_PAGE_NO_EXEC)) in check_pabits()
164 _PAGE_PROTNONE | _PAGE_NO_EXEC |168 _PAGE_NO_EXEC),171 _PAGE_NO_EXEC),174 _PAGE_NO_EXEC),184 _PAGE_PROTNONE | _PAGE_NO_EXEC |188 _PAGE_NO_EXEC),191 _PAGE_NO_EXEC | _PAGE_WRITE),194 _PAGE_NO_EXEC | _PAGE_WRITE),
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()
120 #define pte_no_exec(pte) ((pte).pte_low & _PAGE_NO_EXEC)167 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC)
44 #define _PAGE_NO_EXEC (_ULCAST_(1) << _PAGE_NO_EXEC_SHIFT) macro
265 #define pte_no_exec(pte) (pte_val(pte) & _PAGE_NO_EXEC)