Home
last modified time | relevance | path

Searched refs:pte_shstk (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/x86/include/asm/
Dpgtable.h133 static inline bool pte_shstk(pte_t pte) in pte_shstk() function
178 return (pte_flags(pte) & _PAGE_RW) || pte_shstk(pte); in pte_write()
/Linux-v6.6/arch/x86/mm/
Dpgtable.c915 pte_shstk(pte)); in arch_check_zapped_pte()