Home
last modified time | relevance | path

Searched refs:vmspace (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c211 struct vmspace *vmspace; /* (o) guest's address space */ member
596 struct vmspace *vmspace; in vm_create() local
610 if (vmspace == NULL) in vm_create()
615 vm->vmspace = vmspace; in vm_create()
725 vmspace_destroy(vm->vmspace); in vm_cleanup()
726 vm->vmspace = NULL; in vm_cleanup()
1083 vmc = vmspace_client_alloc(vm->vmspace); in vm_iommu_modify()
1381 if (!vmspace_get_tracking(vm->vmspace)) { in vm_track_dirty_pages()
1385 vmspace_bits_operate(vm->vmspace, gpa, len, in vm_track_dirty_pages()
3652 struct vmspace *
[all …]
H A Dvmm_vm.c151 struct vmspace { struct
547 vmm_mmio_alloc(vmspace_t *vmspace, uintptr_t gpa, size_t len, uintptr_t hpa) in vmm_mmio_alloc() argument
554 error = vmspace_map(vmspace, obj, 0, gpa, len, in vmm_mmio_alloc()
/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_vm.h23 typedef struct vmspace vmspace_t;
H A Dvmm_kernel.h64 struct vmspace;
296 struct vmspace *vm_get_vmspace(struct vm *vm);
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c950 struct vmspace *vms; in vmx_invvpid()