Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/mm/
Dpageattr.c121 nx = !!(pmd_val(*pmdp) & _SEGMENT_ENTRY_NOEXEC); in split_pmd_page()
148 pmd_val(new) |= _SEGMENT_ENTRY_NOEXEC; in modify_pmd_page()
150 pmd_val(new) &= ~_SEGMENT_ENTRY_NOEXEC; in modify_pmd_page()
201 prot &= ~_SEGMENT_ENTRY_NOEXEC; in split_pud_page()
Dhugetlbpage.c67 _SEGMENT_ENTRY_NOEXEC); in __pte_to_rste()
122 pte_val(pte) |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC, in __rste_to_pte()
159 rste &= ~_SEGMENT_ENTRY_NOEXEC; in set_huge_pte_at()
Dkasan_init.c108 sgt_prot &= ~_SEGMENT_ENTRY_NOEXEC; in kasan_early_vmemmap_populate()
Dvmem.c218 prot &= ~_SEGMENT_ENTRY_NOEXEC; in modify_pmd_table()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h279 #define _SEGMENT_ENTRY_NOEXEC 0x100 /* segment no-execute bit */ macro
452 _SEGMENT_ENTRY_NOEXEC)
457 _SEGMENT_ENTRY_NOEXEC)
466 _SEGMENT_ENTRY_NOEXEC)
472 _SEGMENT_ENTRY_NOEXEC)
1591 pmd_val(entry) &= ~_SEGMENT_ENTRY_NOEXEC; in set_pmd_at()