Searched refs:_PAGE_NOEXEC (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/s390/mm/
H A Ddump_pagetables.c119 pt_dump_seq_puts(m, (pr & _PAGE_NOEXEC) ? "NX\n" : "X\n");
130 if (st->current_prot & _PAGE_NOEXEC)
158 prot = val & (_PAGE_PROTECT | _PAGE_NOEXEC);
H A Dpageattr.c103 new = set_pte_bit(new, __pgprot(_PAGE_NOEXEC));
105 new = clear_pte_bit(new, __pgprot(_PAGE_NOEXEC));
112 new = clear_pte_bit(new, __pgprot(_PAGE_NOEXEC));
137 prot &= ~_PAGE_NOEXEC;
H A Dhugetlbpage.c67 rste |= move_set_bit(pte_val(pte), _PAGE_NOEXEC,
116 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC, _PAGE_NOEXEC);
H A Dvmem.c172 prot &= ~_PAGE_NOEXEC;
H A Dpgtable.c364 pte = clear_pte_bit(pte, __pgprot(_PAGE_NOEXEC));
/linux-master/arch/s390/boot/
H A Dvmem.c69 pte_z = clear_pte_bit(pte_z, __pgprot(_PAGE_NOEXEC));
303 entry = clear_pte_bit(entry, __pgprot(_PAGE_NOEXEC));
/linux-master/arch/s390/include/asm/
H A Dpgtable.h162 #define _PAGE_NOEXEC 0x100 /* HW no-execute bit */ macro
410 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)
414 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)
419 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
421 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
423 _PAGE_PROTECT | _PAGE_NOEXEC)
1361 __pte = clear_pte_bit(__pte, __pgprot(_PAGE_NOEXEC));

Completed in 230 milliseconds