Searched refs:_PAGE_NOEXEC (Results 1 – 5 of 5) sorted by relevance
68 pt_dump_seq_puts(m, (pr & _PAGE_NOEXEC) ? "NX\n" : "X\n"); in print_prot()79 if (st->current_prot & _PAGE_NOEXEC) in note_prot_wx()121 prot = val & (_PAGE_PROTECT | _PAGE_NOEXEC); in note_page()
69 rste |= move_set_bit(pte_val(pte), _PAGE_NOEXEC, in __pte_to_rste()127 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC, _PAGE_NOEXEC); in __rste_to_pte()
96 new = set_pte_bit(new, __pgprot(_PAGE_NOEXEC)); in walk_pte_level()98 new = clear_pte_bit(new, __pgprot(_PAGE_NOEXEC)); in walk_pte_level()128 prot &= ~_PAGE_NOEXEC; in split_pmd_page()
182 #define _PAGE_NOEXEC 0x100 /* HW no-execute bit */ macro429 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)433 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)437 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)439 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)441 _PAGE_PROTECT | _PAGE_NOEXEC)
125 page_noexec_mask &= ~_PAGE_NOEXEC; in detect_facilities()