Searched refs:ISS_DATA_S1PTW (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm64/vmm/ | ||
H A D | vmm_hyp.c | 555 if ((hypctx->tf.tf_esr & ISS_DATA_S1PTW) != 0) in vmm_hyp_call_guest() |
/freebsd/sys/arm64/include/ | ||
H A D | armreg.h | 627 #define ISS_DATA_S1PTW (0x01 << 7) macro |