Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dpkey-arm64.h26 #define POE_X 0x2 macro
103 new_val = POE_X; in set_pkey_bits()
123 if (perm == POE_X) in get_pkey_bits()
H A Dprotection_keys.c1611 u64 new_pkey = (POE_X << PKEY_BITS_PER_PKEY * 2) | in test_ptrace_modifies_pkru()
/linux/arch/arm64/include/asm/
H A Dpor.h31 return perm & POE_X; in por_elx_allows_exec()
H A Dsysreg.h1010 #define POE_X UL(0x2) macro
/linux/arch/arm64/kvm/
H A Dat.c1186 if (wr->pwxn && (pov_perms & POE_X)) in compute_s1_overlay_permissions()
1191 wr->px &= pov_perms & POE_X; in compute_s1_overlay_permissions()
1211 if (wr->uwxn && (uov_perms & POE_X)) in compute_s1_overlay_permissions()
1216 wr->ux &= uov_perms & POE_X; in compute_s1_overlay_permissions()
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h1042 #define POE_X UL(0x2) macro
/linux/arch/arm64/mm/
H A Dmmu.c2234 new_por &= ~POE_X; in arch_set_user_pkey_access()