Lines Matching refs:vm_exit
64 struct vm_exit *vme; in vmexit_inst_emul()
68 vme = vmrun->vm_exit; in vmexit_inst_emul()
93 struct vm_exit *vme; in vmexit_reg_emul()
96 vme = vmrun->vm_exit; in vmexit_reg_emul()
107 struct vm_exit *vme; in vmexit_suspend()
111 vme = vmrun->vm_exit; in vmexit_suspend()
190 struct vm_exit *vme; in vmexit_smccc()
198 vme = vmrun->vm_exit; in vmexit_smccc()
273 vmrun->vm_exit->u.hyp.far_el2) != 0) in vmexit_hyp()
282 gdb_cpu_breakpoint(vcpu, vmrun->vm_exit); in vmexit_brk()
289 gdb_cpu_debug(vcpu, vmrun->vm_exit); in vmexit_ss()