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

/linux-master/arch/x86/include/asm/
H A Dpkru.h9 #define PKRU_BITS_PER_PKEY 2 macro
21 int pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY;
27 int pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY;
/linux-master/arch/x86/mm/
H A Dpkeys.c113 #define PKRU_AD_MASK(pkey) (PKRU_AD_BIT << ((pkey) * PKRU_BITS_PER_PKEY))
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1029 pkey_shift = pkey * PKRU_BITS_PER_PKEY;

Completed in 196 milliseconds