Home
last modified time | relevance | path

Searched refs:PSTATE_Imm_shift (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/include/asm/
Dsysreg.h89 #define PSTATE_Imm_shift CRm_shift macro
95 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift))
96 #define SET_PSTATE_UAO(x) __emit_inst(0xd500401f | PSTATE_UAO | ((!!x) << PSTATE_Imm_shift))
97 #define SET_PSTATE_SSBS(x) __emit_inst(0xd500401f | PSTATE_SSBS | ((!!x) << PSTATE_Imm_shift))
/arch/arm64/kernel/
Dcpufeature.c1250 if (instr & BIT(PSTATE_Imm_shift)) in ssbs_emulation_handler()
1260 .instr_mask = ~(1U << PSTATE_Imm_shift),