Searched refs:esr_el2 (Results 1 – 4 of 4) sorted by relevance
313 uint64_t esr_el2; /* Exception Syndrome Register */ member
592 printf("esr_el2: 0x%016lx\n", vme->u.hyp.esr_el2); in arm64_print_hyp_regs()1163 vme->u.hyp.esr_el2 = hypctx->tf.tf_esr; in vmmops_run()
222 hypctx->tf.tf_esr = READ_SPECIALREG(esr_el2); in vmm_hyp_reg_store()
1154 esr = (EXCP_BRK << ESR_ELx_EC_SHIFT) | vmexit->u.hyp.esr_el2; in gdb_cpu_breakpoint()