Home
last modified time | relevance | path

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

/openbsd/sys/dev/vmm/
H A Dvmm.h43 #define VM_MEM_MMIO 2 /* Special region for device mmio. */ macro
H A Dvmm.c510 if (vmr->vmr_type != VM_MEM_MMIO) in vm_create_check_mem_ranges()
848 if (src->vmr_type == VM_MEM_MMIO) in vm_share_mem()
/openbsd/usr.sbin/vmd/
H A Dvm.c1423 if (vmr->vmr_type == VM_MEM_MMIO) { in remap_guest_mem()
1453 if (vmr->vmr_type == VM_MEM_MMIO) in remap_guest_mem()
H A Dx86_vm.c224 vcp->vcp_memranges[3].vmr_type = VM_MEM_MMIO; in create_memory_map()
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c4454 if (vmr->vmr_type == VM_MEM_MMIO) in vmm_get_guest_memtype()