Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h26 #define _PAGE_BIT_PKEY_BIT0 59 /* Protection Keys, bit 1/4 */ macro
66 #define _PAGE_PKEY_BIT0 (_AT(pteval_t, 1) << _PAGE_BIT_PKEY_BIT0)
H A Dpgtable.h1615 return (pte_flags & _PAGE_PKEY_MASK) >> _PAGE_BIT_PKEY_BIT0; in pte_flags_pkey()