Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpgtable_types.h25 #define _PAGE_BIT_PKEY_BIT0 59 /* Protection Keys, bit 1/4 */ macro
58 #define _PAGE_PKEY_BIT0 (_AT(pteval_t, 1) << _PAGE_BIT_PKEY_BIT0)
Dpgtable.h1374 return (pte_flags & _PAGE_PKEY_MASK) >> _PAGE_BIT_PKEY_BIT0; in pte_flags_pkey()