Home
last modified time | relevance | path

Searched refs:PKRU_BITS_PER_PKEY (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
A Dpkru.h9 #define PKRU_BITS_PER_PKEY 2 macro
21 int pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY; in __pkru_allows_read()
27 int pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY; in __pkru_allows_write()
/linux/arch/x86/mm/
A Dpkeys.c113 #define PKRU_AD_KEY(pkey) (PKRU_AD_BIT << ((pkey) * PKRU_BITS_PER_PKEY))
/linux/arch/x86/kernel/fpu/
A Dxstate.c1099 pkey_shift = pkey * PKRU_BITS_PER_PKEY; in arch_set_user_pkey_access()

Completed in 7 milliseconds