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()
93 #define PSTATE_Imm_shift CRm_shift macro94 #define SET_PSTATE(x, r) __emit_inst(0xd500401f | PSTATE_ ## r | ((!!x) << PSTATE_Imm_shift))
Completed in 10 milliseconds