Searched refs:pstate_field (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/arm64/include/asm/ |
D | sysreg.h | 91 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift) macro 95 #define PSTATE_PAN pstate_field(0, 4) 96 #define PSTATE_UAO pstate_field(0, 3) 97 #define PSTATE_SSBS pstate_field(3, 1) 98 #define PSTATE_DIT pstate_field(3, 2) 99 #define PSTATE_TCO pstate_field(3, 4)
|
/linux-6.6.21/tools/arch/arm64/include/asm/ |
D | sysreg.h | 88 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift) macro 91 #define PSTATE_PAN pstate_field(0, 4) 92 #define PSTATE_UAO pstate_field(0, 3) 93 #define PSTATE_SSBS pstate_field(3, 1) 94 #define PSTATE_TCO pstate_field(3, 4)
|