PKRU_AD_MASK
#define PKRU_AD_MASK(pkey) (PKRU_AD_BIT << ((pkey) * PKRU_BITS_PER_PKEY))
u32 init_pkru_value = PKRU_AD_MASK( 1) | PKRU_AD_MASK( 2) |