Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h160 static inline bool pte_shstk(pte_t pte) in pte_shstk() function
218 return (pte_flags(pte) & _PAGE_RW) || pte_shstk(pte); in pte_write()
/linux-6.12.1/arch/x86/mm/
Dpgtable.c932 pte_shstk(pte)); in arch_check_zapped_pte()