Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h79 #define _PAGE_PKEY_MASK (_PAGE_PKEY_BIT0 | \ macro
H A Dpgtable.h1599 return (pte_flags & _PAGE_PKEY_MASK) >> _PAGE_BIT_PKEY_BIT0; in pte_flags_pkey()