Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/arm64/kernel/
Dproton-pack.c526 const u32 instr_mask = ~(1U << PSTATE_Imm_shift); in try_emulate_el1_ssbs()
532 if (instr & BIT(PSTATE_Imm_shift)) in try_emulate_el1_ssbs()
/Linux-v6.6/arch/arm64/include/asm/
Dsysreg.h92 #define PSTATE_Imm_shift CRm_shift macro
93 #define SET_PSTATE(x, r) __emit_inst(0xd500401f | PSTATE_ ## r | ((!!x) << PSTATE_Imm_shift))