Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1812 hv_vcpu_exit_t *hvf_exit = cpu->accel->exit; in hvf_vcpu_exec() local
1831 uint64_t exit_reason = hvf_exit->reason; in hvf_vcpu_exec()
1832 uint64_t syndrome = hvf_exit->exception.syndrome; in hvf_vcpu_exec()
1891 find_hw_watchpoint(cpu, hvf_exit->exception.virtual_address); in hvf_vcpu_exec()
1908 trace_hvf_data_abort(env->pc, hvf_exit->exception.virtual_address, in hvf_vcpu_exec()
1909 hvf_exit->exception.physical_address, isv, in hvf_vcpu_exec()
1923 hvf_exit->exception.physical_address, in hvf_vcpu_exec()
1927 hvf_exit->exception.physical_address, in hvf_vcpu_exec()
H A Dtrace-events10 hvf_exit(uint64_t syndrome, uint32_t ec, uint64_t pc) "exit: 0x%"PRIx64" [ec=0x%x pc=0x%"PRIx64"]"