Searched refs:PSTATE_Imm_shift (Results 1 – 2 of 2) sorted by relevance
90 #define PSTATE_Imm_shift CRm_shift macro97 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift))98 #define SET_PSTATE_UAO(x) __emit_inst(0xd500401f | PSTATE_UAO | ((!!x) << PSTATE_Imm_shift))99 #define SET_PSTATE_SSBS(x) __emit_inst(0xd500401f | PSTATE_SSBS | ((!!x) << PSTATE_Imm_shift))100 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift))
526 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()