Home
last modified time | relevance | path

Searched refs:vm_handle_ipi (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/amd64/vmm/io/
HDvlapic.h116 int vm_handle_ipi(struct vcpu *vcpu, struct vm_exit *vme, bool *retu);
HDvlapic.c1162 vm_handle_ipi(struct vcpu *vcpu, struct vm_exit *vme, bool *retu) in vm_handle_ipi() function
/freebsd-14-stable/sys/amd64/vmm/
HDvmm.c1989 error = vm_handle_ipi(vcpu, vme, &retu); in vm_run()