Searched refs:op1 (Results 1 – 4 of 4) sorted by relevance
/hafnium-2.8-rc0/src/arch/aarch64/hypervisor/ |
A D | perfmon.c | 128 uintreg_t op1 = GET_ISS_OP1(esr); in perfmon_is_register_access() local 135 if (op0 == 3 && op1 == 0 && crn == 9 && crm == 14) { in perfmon_is_register_access() 140 if (op0 == 3 && op1 == 3 && crn == 14 && crm >= 8 && crm <= 15) { in perfmon_is_register_access() 145 return op0 == 3 && op1 == 3 && crn == 9 && crm >= 12 && crm <= 14; in perfmon_is_register_access() 171 #define X(reg_name, op0, op1, crn, crm, op2) \ in perfmon_process_access() argument 172 case (GET_ISS_ENCODING(op0, op1, crn, crm, op2)): \ in perfmon_process_access() 200 #define X(reg_name, op0, op1, crn, crm, op2) \ in perfmon_process_access() argument 201 case (GET_ISS_ENCODING(op0, op1, crn, crm, op2)): \ in perfmon_process_access()
|
A D | feature_id.c | 66 #define X(reg_name, op0, op1, crn, crm, op2) \ argument 67 reg_name##_ENC = GET_ISS_ENCODING(op0, op1, crn, crm, op2), 79 uintreg_t op1 = GET_ISS_OP1(esr); in feature_id_is_register_access() local 84 return op0 == 3 && op1 == 0 && crn == 0 && crm >= 1 && crm <= 7; in feature_id_is_register_access() 264 #define X(reg_name, op0, op1, crn, crm, op2) \ in feature_id_process_access() argument 265 case (GET_ISS_ENCODING(op0, op1, crn, crm, op2)): \ in feature_id_process_access()
|
A D | debug_el1.c | 156 #define X(reg_name, op0, op1, crn, crm, op2) \ in debug_el1_process_access() argument 157 case (GET_ISS_ENCODING(op0, op1, crn, crm, op2)): \ in debug_el1_process_access() 184 #define X(reg_name, op0, op1, crn, crm, op2) \ in debug_el1_process_access() argument 185 case (GET_ISS_ENCODING(op0, op1, crn, crm, op2)): \ in debug_el1_process_access()
|
/hafnium-2.8-rc0/src/arch/aarch64/ |
A D | sysregs_defs.h | 234 #define GET_ISS_ENCODING(op0, op1, crn, crm, op2) \ argument 236 (op1) << ISS_OP1_SHIFT | (crn) << ISS_CRN_SHIFT | \
|
Completed in 6 milliseconds