Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/mm/
Dpageattr.c124 nx = !!(pmd_val(*pmdp) & _SEGMENT_ENTRY_NOEXEC); in split_pmd_page()
151 new = set_pmd_bit(new, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in modify_pmd_page()
153 new = clear_pmd_bit(new, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in modify_pmd_page()
208 prot &= ~_SEGMENT_ENTRY_NOEXEC; in split_pud_page()
Dhugetlbpage.c68 _SEGMENT_ENTRY_NOEXEC); in __pte_to_rste()
116 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC, _PAGE_NOEXEC); in __rste_to_pte()
152 rste &= ~_SEGMENT_ENTRY_NOEXEC; in set_huge_pte_at()
Dkasan_init.c107 sgt_prot &= ~_SEGMENT_ENTRY_NOEXEC; in kasan_early_pgtable_populate()
Dvmem.c219 prot &= ~_SEGMENT_ENTRY_NOEXEC; in modify_pmd_table()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h281 #define _SEGMENT_ENTRY_NOEXEC 0x100 /* segment no-execute bit */ macro
435 _SEGMENT_ENTRY_NOEXEC)
440 _SEGMENT_ENTRY_NOEXEC)
449 _SEGMENT_ENTRY_NOEXEC)
455 _SEGMENT_ENTRY_NOEXEC)
1647 entry = clear_pmd_bit(entry, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in set_pmd_at()