Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_types.h27 #define _PAGE_BIT_PKEY_BIT0 59 /* Protection Keys, bit 1/4 */ macro
60 #define _PAGE_PKEY_BIT0 (_AT(pteval_t, 1) << _PAGE_BIT_PKEY_BIT0)
H A Dpgtable.h1393 return (pte_flags & _PAGE_PKEY_MASK) >> _PAGE_BIT_PKEY_BIT0; in pte_flags_pkey()