Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h1595 static inline u16 pte_flags_pkey(unsigned long pte_flags) in pte_flags_pkey() function
1637 return __pkru_allows_pkey(pte_flags_pkey(pteval), write); in __pte_access_permitted()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h265 pkeys = pte_flags_pkey(pte_flags(pte)); in FNAME()