Searched refs:pkey_bits (Results 1 – 2 of 2) sorted by relevance
343 u64 pkey_bits, uamor_pkey_bits; in __arch_set_user_pkey_access() local348 pkey_bits = 0x3ul << pkeyshift(pkey); in __arch_set_user_pkey_access()349 uamor_pkey_bits = (default_uamor & pkey_bits); in __arch_set_user_pkey_access()354 if (uamor_pkey_bits != pkey_bits) in __arch_set_user_pkey_access()
5351 unsigned pfec, pkey_bits; in update_pkru_bitmask() local5374 pkey_bits = !!check_pkey; in update_pkru_bitmask()5376 pkey_bits |= (!!check_write) << 1; in update_pkru_bitmask()5378 mmu->pkru_mask |= (pkey_bits & 3) << pfec; in update_pkru_bitmask()