Home
last modified time | relevance | path

Searched refs:vcpu_cleanup (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/riscv/vmm/
H A Driscv.h138 DEFINE_VMMOPS_IFUNC(void, vcpu_cleanup, (void *vcpui))
H A Dvmm.c169 vcpu_cleanup(struct vcpu *vcpu, bool destroy) in vcpu_cleanup() function
444 vcpu_cleanup(vm->vcpu[i], destroy); in vm_cleanup()
/freebsd/sys/arm64/vmm/
H A Darm64.h146 DEFINE_VMMOPS_IFUNC(void, vcpu_cleanup, (void *vcpui))
H A Dvmm.c269 vcpu_cleanup(struct vcpu *vcpu, bool destroy) in vcpu_cleanup() function
576 vcpu_cleanup(vm->vcpu[i], destroy); in vm_cleanup()
/freebsd/sys/amd64/include/
H A Dvmm.h206 vmi_vcpu_cleanup_func_t vcpu_cleanup; member
/freebsd/sys/amd64/vmm/
H A Dvmm.c224 DEFINE_VMMOPS_IFUNC(void, vcpu_cleanup, (void *vcpui))
332 vcpu_cleanup(struct vcpu *vcpu, bool destroy) in vcpu_cleanup() function
678 vcpu_cleanup(vm->vcpu[i], destroy); in vm_cleanup()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c2839 .vcpu_cleanup = svm_vcpu_cleanup,
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c4292 .vcpu_cleanup = vmx_vcpu_cleanup,