Home
last modified time | relevance | path

Searched refs:ESR_ELx_ISS_MASK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dtrap.c200 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()
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c676 esr_iss = hypctx->tf.tf_esr & ESR_ELx_ISS_MASK; in handle_el1_sync_excp()
H A Dvmm.c1329 if ((hypctx->tf.tf_esr & ESR_ELx_ISS_MASK) != 0) in vm_handle_smccc_call()
/freebsd/sys/arm64/include/
H A Darmreg.h550 #define ESR_ELx_ISS_MASK 0x01ffffff macro