Searched refs:hpfar_el2 (Results 1 – 4 of 4) sorted by relevance
506 uint64_t s1e1r, hpfar_el2; in vmm_hyp_call_guest() local568 hypctx->exit_info.hpfar_el2 = READ_SPECIALREG(hpfar_el2); in vmm_hyp_call_guest()577 hpfar_el2 = (s1e1r & PAR_PA_MASK) >> PAR_PA_SHIFT; in vmm_hyp_call_guest()578 hpfar_el2 <<= HPFAR_EL2_FIPA_SHIFT; in vmm_hyp_call_guest()579 hypctx->exit_info.hpfar_el2 = hpfar_el2; in vmm_hyp_call_guest()
594 printf("hpfar_el2: 0x%016lx\n", vme->u.hyp.hpfar_el2); in arm64_print_hyp_regs()610 HPFAR_EL2_FIPA_ADDR(hypctx->exit_info.hpfar_el2); in arm64_gen_inst_emul_data()725 gpa = HPFAR_EL2_FIPA_ADDR(hypctx->exit_info.hpfar_el2); in handle_el1_sync_excp()1165 vme->u.hyp.hpfar_el2 = hypctx->exit_info.hpfar_el2; in vmmops_run()
106 uint64_t hpfar_el2; /* Hypervisor IPA Fault Address Register */ member
315 uint64_t hpfar_el2; /* Hypervisor IPA Fault Address Register */ member