Searched refs:vcpu_cleanup (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/riscv/vmm/ |
H A D | riscv.h | 138 DEFINE_VMMOPS_IFUNC(void, vcpu_cleanup, (void *vcpui))
|
H A D | vmm.c | 169 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 D | arm64.h | 146 DEFINE_VMMOPS_IFUNC(void, vcpu_cleanup, (void *vcpui))
|
H A D | vmm.c | 269 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 D | vmm.h | 206 vmi_vcpu_cleanup_func_t vcpu_cleanup; member
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 224 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 D | svm.c | 2839 .vcpu_cleanup = svm_vcpu_cleanup,
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 4292 .vcpu_cleanup = vmx_vcpu_cleanup,
|