Home
last modified time | relevance | path

Searched refs:POE_X (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kvm/
H A Dat.c1187 if (wr->pwxn && (pov_perms & POE_X)) in compute_s1_overlay_permissions()
1192 wr->px &= pov_perms & POE_X; in compute_s1_overlay_permissions()
1212 if (wr->uwxn && (uov_perms & POE_X)) in compute_s1_overlay_permissions()
1217 wr->ux &= uov_perms & POE_X; in compute_s1_overlay_permissions()
/linux/arch/arm64/include/asm/
H A Dsysreg.h1010 #define POE_X UL(0x2) macro
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c1611 u64 new_pkey = (POE_X << PKEY_BITS_PER_PKEY * 2) | in test_ptrace_modifies_pkru()