Home
last modified time | relevance | path

Searched refs:_SEGMENT_ENTRY_NOEXEC (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/mm/
H A 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()
H A 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()
H A Dvmem.c218 prot &= ~_SEGMENT_ENTRY_NOEXEC; in modify_pmd_table()
H A Dkasan_init.c108 sgt_prot &= ~_SEGMENT_ENTRY_NOEXEC; in kasan_early_vmemmap_populate()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpageattr.c134 nx = !!(pmd_val(*pmdp) & _SEGMENT_ENTRY_NOEXEC); in split_pmd_page()
161 new = set_pmd_bit(new, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in modify_pmd_page()
163 new = clear_pmd_bit(new, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in modify_pmd_page()
170 new = clear_pmd_bit(new, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in modify_pmd_page()
226 prot &= ~_SEGMENT_ENTRY_NOEXEC; in split_pud_page()
H A 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()
H A Dvmem.c224 prot &= ~_SEGMENT_ENTRY_NOEXEC; in modify_pmd_table()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A 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()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h286 #define _SEGMENT_ENTRY_NOEXEC 0x100 /* segment no-execute bit */ macro
440 _SEGMENT_ENTRY_NOEXEC)
445 _SEGMENT_ENTRY_NOEXEC)
454 _SEGMENT_ENTRY_NOEXEC)
460 _SEGMENT_ENTRY_NOEXEC)
1725 entry = clear_pmd_bit(entry, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in set_pmd_at()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dvmem.c323 entry = clear_pmd_bit(entry, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in pgtable_pmd_populate()

Completed in 12 milliseconds