Searched refs:pkey_bits (Results 1 – 2 of 2) sorted by relevance
342 u64 pkey_bits, uamor_pkey_bits; in __arch_set_user_pkey_access() local347 pkey_bits = 0x3ul << pkeyshift(pkey); in __arch_set_user_pkey_access()348 uamor_pkey_bits = (default_uamor & pkey_bits); in __arch_set_user_pkey_access()353 if (uamor_pkey_bits != pkey_bits) in __arch_set_user_pkey_access()
5054 unsigned pfec, pkey_bits; in update_pkru_bitmask() local5077 pkey_bits = !!check_pkey; in update_pkru_bitmask()5079 pkey_bits |= (!!check_write) << 1; in update_pkru_bitmask()5081 mmu->pkru_mask |= (pkey_bits & 3) << pfec; in update_pkru_bitmask()