Searched refs:modcleanup (Results 1 – 6 of 6) sorted by relevance
| /src/sys/amd64/include/ |
| H A D | vmm.h | 174 DECLARE_VMMOPS_FUNC(int, modcleanup, (void)); 203 vmmops_modcleanup_t modcleanup; member
|
| /src/sys/riscv/include/ |
| H A D | vmm.h | 139 DECLARE_VMMOPS_FUNC(int, modcleanup, (void));
|
| /src/sys/arm64/include/ |
| H A D | vmm.h | 152 DECLARE_VMMOPS_FUNC(int, modcleanup, (void));
|
| /src/sys/amd64/vmm/ |
| H A D | vmm.c | 130 DEFINE_VMMOPS_IFUNC(int, modcleanup, (void))
|
| /src/sys/amd64/vmm/amd/ |
| H A D | svm.c | 2832 .modcleanup = svm_modcleanup,
|
| /src/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 4285 .modcleanup = vmx_modcleanup,
|