Searched refs:PSTATE_Imm_shift (Results 1 – 2 of 2) sorted by relevance
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()
92 #define PSTATE_Imm_shift CRm_shift93 #define SET_PSTATE(x, r) __emit_inst(0xd500401f | PSTATE_ ## r | ((!!x) << PSTATE_Imm_shift))91 #define PSTATE_Imm_shift global() macro