Home
last modified time | relevance | path

Searched defs:pvcpu (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
Dbhyverun.c484 vmexit_handle_notify(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu, in vmexit_handle_notify()
496 vmexit_inout(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) in vmexit_inout()
528 vmexit_rdmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) in vmexit_rdmsr()
557 vmexit_wrmsr(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) in vmexit_wrmsr()
574 vmexit_spinup_ap(struct vmctx *ctx, struct vm_exit *vme, int *pvcpu) in vmexit_spinup_ap()
602 vmexit_vmx(struct vmctx *ctx, struct vm_exit *vmexit, int *pvcpu) in vmexit_vmx()
635 vmexit_svm(struct vmctx *ctx, struct vm_exit *vmexit, int *pvcpu) in vmexit_svm()
649 vmexit_bogus(struct vmctx *ctx, struct vm_exit *vmexit, int *pvcpu) in vmexit_bogus()
660 vmexit_reqidle(struct vmctx *ctx, struct vm_exit *vmexit, int *pvcpu) in vmexit_reqidle()
671 vmexit_hlt(struct vmctx *ctx, struct vm_exit *vmexit, int *pvcpu) in vmexit_hlt()
[all …]
Dtask_switch.c707 vmexit_task_switch(struct vmctx *ctx, struct vm_exit *vmexit, int *pvcpu) in vmexit_task_switch()