Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/mm/
Dhugetlbpage.c64 _SEGMENT_ENTRY_NOEXEC); in __pte_to_rste()
119 pte_val(pte) |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC, in __rste_to_pte()
156 rste &= ~_SEGMENT_ENTRY_NOEXEC; in set_huge_pte_at()
Dpageattr.c122 nx = !!(pmd_val(*pmdp) & _SEGMENT_ENTRY_NOEXEC); in split_pmd_page()
149 pmd_val(new) |= _SEGMENT_ENTRY_NOEXEC; in modify_pmd_page()
151 pmd_val(new) &= ~_SEGMENT_ENTRY_NOEXEC; in modify_pmd_page()
202 prot &= ~_SEGMENT_ENTRY_NOEXEC; in split_pud_page()
Dvmem.c88 sgt_prot &= ~_SEGMENT_ENTRY_NOEXEC; in vmem_add_mem()
230 sgt_prot &= ~_SEGMENT_ENTRY_NOEXEC; in vmemmap_populate()
Ddump_pagetables.c142 _SEGMENT_ENTRY_NOEXEC); in walk_pmd_level()
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h278 #define _SEGMENT_ENTRY_NOEXEC 0x100 /* segment no-execute bit */ macro
448 _SEGMENT_ENTRY_NOEXEC)
453 _SEGMENT_ENTRY_NOEXEC)
462 _SEGMENT_ENTRY_NOEXEC)
468 _SEGMENT_ENTRY_NOEXEC)
1474 pmd_val(entry) &= ~_SEGMENT_ENTRY_NOEXEC; in set_pmd_at()