Home
last modified time | relevance | path

Searched refs:Op2_shift (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/arch/arm64/include/asm/
Dsysreg.h33 #define Op2_shift 5 macro
39 ((op2) << Op2_shift))
47 #define sys_reg_Op2(id) (((id) >> Op2_shift) & Op2_mask)
88 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)
/linux-5.19.10/arch/arm64/include/asm/
Dsysreg.h36 #define Op2_shift 5 macro
42 ((op2) << Op2_shift))
50 #define sys_reg_Op2(id) (((id) >> Op2_shift) & Op2_mask)
91 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)