| 3620 | } |
| 3621 | |
| 3622 | static struct vmspace * |
| 3623 | vmx_vmspace_alloc(vm_offset_t min, vm_offset_t max) |
| 3624 | { |
| 3625 | return (ept_vmspace_alloc(min, max)); |
| 3626 | } |
| 3627 | |
| 3628 | static void |
| 3629 | vmx_vmspace_free(struct vmspace *vmspace) |
nothing calls this directly
no test coverage detected