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

/linux-master/arch/x86/include/asm/
H A Dpkru.h21 int pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY; local
22 return !(pkru & (PKRU_AD_BIT << pkru_pkey_bits));
27 int pkru_pkey_bits = pkey * PKRU_BITS_PER_PKEY; local
32 return !(pkru & ((PKRU_AD_BIT|PKRU_WD_BIT) << pkru_pkey_bits));

Completed in 99 milliseconds