Home
last modified time | relevance | path

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

/freebsd/lib/libvmmapi/
H A Dvmmapi.c71 #define VM_HIGHMEM_BASE (4 * GB) macro
482 objsize = VM_HIGHMEM_BASE + ctx->memsegs[VM_MEMSEG_HIGH].size; in vm_setup_memory()
504 gpa = VM_HIGHMEM_BASE; in vm_setup_memory()
543 if (highsize > 0 && gaddr >= VM_HIGHMEM_BASE) { in vm_map_gpa()
544 if (gaddr < VM_HIGHMEM_BASE + highsize && len <= highsize && in vm_map_gpa()
545 gaddr + len <= VM_HIGHMEM_BASE + highsize) in vm_map_gpa()
567 if (offaddr >= VM_HIGHMEM_BASE && in vm_rev_map_gpa()
568 offaddr < VM_HIGHMEM_BASE + highsize) in vm_rev_map_gpa()
592 return (VM_HIGHMEM_BASE); in vm_get_highmem_base()