Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H 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()
H A Dhugetlbpage.c69 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()
H A Dpageattr.c96 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()
/linux/arch/s390/include/asm/
H A Dpgtable.h182 #define _PAGE_NOEXEC 0x100 /* HW no-execute bit */ macro
429 _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)
/linux/arch/s390/boot/
H A Dstartup.c125 page_noexec_mask &= ~_PAGE_NOEXEC; in detect_facilities()