Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dpageattr.c125 nx = !!(pmd_val(*pmdp) & _SEGMENT_ENTRY_NOEXEC); in split_pmd_page()
152 new = set_pmd_bit(new, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in modify_pmd_page()
154 new = clear_pmd_bit(new, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in modify_pmd_page()
215 prot &= ~_SEGMENT_ENTRY_NOEXEC; in split_pud_page()
H A Dhugetlbpage.c70 _SEGMENT_ENTRY_NOEXEC); in __pte_to_rste()
127 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_NOEXEC, _PAGE_NOEXEC); in __rste_to_pte()
/linux/arch/s390/include/asm/
H A Dpgtable.h319 #define _SEGMENT_ENTRY_NOEXEC 0x100 /* segment no-execute bit */ macro
465 _SEGMENT_ENTRY_NOEXEC)
472 _SEGMENT_ENTRY_NOEXEC)
482 _SEGMENT_ENTRY_NOEXEC)
488 _SEGMENT_ENTRY_NOEXEC)
/linux/arch/s390/boot/
H A Dstartup.c126 segment_noexec_mask &= ~_SEGMENT_ENTRY_NOEXEC; in detect_facilities()