Home
last modified time | relevance | path

Searched refs:SET_PSTATE_PAN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Duaccess.h127 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(0), ARM64_HAS_PAN, in __uaccess_disable_hw_pan()
133 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(1), ARM64_HAS_PAN, in __uaccess_enable_hw_pan()
H A Dsysreg.h101 #define SET_PSTATE_PAN(x) SET_PSTATE((x), PAN) macro
107 #define set_pstate_pan(x) asm volatile(SET_PSTATE_PAN(x))
/openbmc/linux/arch/arm64/kvm/hyp/
H A Dentry.S116 ALTERNATIVE(nop, SET_PSTATE_PAN(1), ARM64_HAS_PAN, CONFIG_ARM64_PAN)
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h96 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift)) macro
101 #define set_pstate_pan(x) asm volatile(SET_PSTATE_PAN(x))