Searched refs:_SEGMENT_ENTRY_NOEXEC (Results 1 – 5 of 5) sorted by relevance
124 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()
68 _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()
106 sgt_prot = pgprot_clear_bit(sgt_prot, _SEGMENT_ENTRY_NOEXEC); in kasan_early_pgtable_populate()
220 prot &= ~_SEGMENT_ENTRY_NOEXEC; in modify_pmd_table()
290 #define _SEGMENT_ENTRY_NOEXEC 0x100 /* segment no-execute bit */ macro444 _SEGMENT_ENTRY_NOEXEC)449 _SEGMENT_ENTRY_NOEXEC)458 _SEGMENT_ENTRY_NOEXEC)464 _SEGMENT_ENTRY_NOEXEC)1713 entry = clear_pmd_bit(entry, __pgprot(_SEGMENT_ENTRY_NOEXEC)); in set_pmd_at()
Completed in 12 milliseconds