Home
last modified time | relevance | path

Searched refs:_PAGE_NOEXEC (Results 1 – 5 of 5) sorted by relevance

/arch/s390/mm/
A Ddump_pagetables.c68 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()
A Dhugetlbpage.c70 rste |= move_set_bit(pte_val(pte), _PAGE_NOEXEC, in __pte_to_rste()
128 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC, _PAGE_NOEXEC); in __rste_to_pte()
A Dpageattr.c105 new = set_pte_bit(new, __pgprot(_PAGE_NOEXEC)); in walk_pte_level()
107 new = clear_pte_bit(new, __pgprot(_PAGE_NOEXEC)); in walk_pte_level()
137 prot &= ~_PAGE_NOEXEC; in split_pmd_page()
/arch/s390/include/asm/
A Dpgtable.h182 #define _PAGE_NOEXEC 0x100 /* HW no-execute bit */ macro
451 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)
455 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)
459 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
461 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
463 _PAGE_PROTECT | _PAGE_NOEXEC)
/arch/s390/boot/
A Dstartup.c129 page_noexec_mask &= ~_PAGE_NOEXEC; in detect_facilities()

Completed in 18 milliseconds