Searched refs:ESR_ELx_ISS_MASK (Results 1 – 4 of 4) sorted by relevance
200 if ((frame->tf_esr & ESR_ELx_ISS_MASK) == 0) { in svc_handler()554 if ((esr & ESR_ELx_ISS_MASK) == 0x40d /* BRK_IMM16_VAL */ && in do_el1h_sync()
676 esr_iss = hypctx->tf.tf_esr & ESR_ELx_ISS_MASK; in handle_el1_sync_excp()
1329 if ((hypctx->tf.tf_esr & ESR_ELx_ISS_MASK) != 0) in vm_handle_smccc_call()
550 #define ESR_ELx_ISS_MASK 0x01ffffff macro