Home
last modified time | relevance | path

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

/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c664 esr |= hypctx->tf.tf_esr & ESR_ELx_IL; in raise_data_insn_abort()
/freebsd/sys/arm64/include/
H A Darmreg.h507 #define ESR_ELx_IL (0x01 << 25) macro