Home
last modified time | relevance | path

Searched refs:POR_ELx_PERM_PREP (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dpor.h11 #define POR_EL0_INIT POR_ELx_PERM_PREP(0, POE_RWX)
H A Dsysreg.h1021 #define POR_ELx_PERM_PREP(idx, perm) (((perm) & POE_MASK) << POR_ELx_PERM_SHIFT(idx)) macro
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h1053 #define POR_ELx_PERM_PREP(idx, perm) (((perm) & POE_MASK) << POR_ELx_PERM_SHIFT(idx)) macro
/linux/arch/arm64/kernel/
H A Dsignal.c95 por_enable_all |= POR_ELx_PERM_PREP(pkey, POE_RWX); in save_reset_user_access_state()
/linux/arch/arm64/mm/
H A Dmmu.c2237 new_por = POR_ELx_PERM_PREP(pkey, new_por); in arch_set_user_pkey_access()