Searched refs:_PAGE_NOEXEC (Results 1 – 3 of 3) 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()
184 #define _PAGE_NOEXEC 0x100 /* HW no-execute bit */ macro431 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)435 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)439 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)441 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)443 _PAGE_PROTECT | _PAGE_NOEXEC)
125 page_noexec_mask &= ~_PAGE_NOEXEC; in detect_facilities()