Searched refs:hvf_exit (Results 1 – 2 of 2) sorted by relevance
1875 hv_vcpu_exit_t *hvf_exit = cpu->accel->exit; in hvf_vcpu_exec() local1894 uint64_t exit_reason = hvf_exit->reason; in hvf_vcpu_exec()1895 uint64_t syndrome = hvf_exit->exception.syndrome; in hvf_vcpu_exec()1954 find_hw_watchpoint(cpu, hvf_exit->exception.virtual_address); in hvf_vcpu_exec()1971 trace_hvf_data_abort(env->pc, hvf_exit->exception.virtual_address, in hvf_vcpu_exec()1972 hvf_exit->exception.physical_address, isv, in hvf_vcpu_exec()1986 hvf_exit->exception.physical_address, in hvf_vcpu_exec()1990 hvf_exit->exception.physical_address, in hvf_vcpu_exec()
10 hvf_exit(uint64_t syndrome, uint32_t ec, uint64_t pc) "exit: 0x%"PRIx64" [ec=0x%x pc=0x%"PRIx64"]"