Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/mm/
Ddump_pagetables.c105 pt_dump_seq_puts(m, (pr & _PAGE_NOEXEC) ? "NX\n" : "X\n"); in print_prot()
117 if (st->current_prot & _PAGE_NOEXEC) in note_prot_wx()
140 prot = val & (_PAGE_PROTECT | _PAGE_NOEXEC); in note_page()
Dkasan_init.c102 pgt_prot_zero &= ~_PAGE_NOEXEC; in kasan_early_pgtable_populate()
106 pgt_prot &= ~_PAGE_NOEXEC; in kasan_early_pgtable_populate()
265 pgt_prot &= ~_PAGE_NOEXEC; in kasan_early_init()
Dpageattr.c101 pte_val(new) |= _PAGE_NOEXEC; in walk_pte_level()
103 pte_val(new) &= ~_PAGE_NOEXEC; in walk_pte_level()
127 prot &= ~_PAGE_NOEXEC; in split_pmd_page()
Dhugetlbpage.c66 rste |= move_set_bit(pte_val(pte), _PAGE_NOEXEC, in __pte_to_rste()
123 _PAGE_NOEXEC); in __rste_to_pte()
Dvmem.c161 prot &= ~_PAGE_NOEXEC; in modify_pte_table()
Dpgtable.c348 pte_val(pte) &= ~_PAGE_NOEXEC; in ptep_modify_prot_commit()
/Linux-v5.15/arch/s390/include/asm/
Dpgtable.h164 #define _PAGE_NOEXEC 0x100 /* HW no-execute bit */ macro
402 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)
406 _PAGE_NOEXEC | _PAGE_INVALID | _PAGE_PROTECT)
411 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
413 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
415 _PAGE_PROTECT | _PAGE_NOEXEC)
1215 pte_val(__pte) &= ~_PAGE_NOEXEC; in mk_pte_phys()