Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/arm64/include/asm/
Dsysreg.h89 #define PSTATE_Imm_shift CRm_shift macro
96 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift))
97 #define SET_PSTATE_UAO(x) __emit_inst(0xd500401f | PSTATE_UAO | ((!!x) << PSTATE_Imm_shift))
98 #define SET_PSTATE_SSBS(x) __emit_inst(0xd500401f | PSTATE_SSBS | ((!!x) << PSTATE_Imm_shift))
99 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift))
/linux-5.19.10/arch/arm64/include/asm/
Dsysreg.h92 #define PSTATE_Imm_shift CRm_shift macro
99 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift))
100 #define SET_PSTATE_UAO(x) __emit_inst(0xd500401f | PSTATE_UAO | ((!!x) << PSTATE_Imm_shift))
101 #define SET_PSTATE_SSBS(x) __emit_inst(0xd500401f | PSTATE_SSBS | ((!!x) << PSTATE_Imm_shift))
102 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift))
/linux-5.19.10/arch/arm64/kernel/
Dproton-pack.c529 if (instr & BIT(PSTATE_Imm_shift)) in ssbs_emulation_handler()
539 .instr_mask = ~(1U << PSTATE_Imm_shift),