Home
last modified time | relevance | path

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

/NextBSD/sys/boot/userboot/userboot/
HDbiossmap.c45 uint64_t lowmem, highmem; in bios_addsmapdata() local
49 CALLBACK(getmem, &lowmem, &highmem); in bios_addsmapdata()
65 if (highmem != 0) { in bios_addsmapdata()
67 sm->length = highmem; in bios_addsmapdata()
HDbootinfo32.c149 uint64_t lowmem, highmem; in bi_load32() local
239 CALLBACK(getmem, &lowmem, &highmem); in bi_load32()
/NextBSD/lib/libvmmapi/
HDvmmapi.c76 size_t highmem; member
374 ctx->highmem = memsize - ctx->lowmem_limit; in vm_setup_memory()
375 objsize = 4*GB + ctx->highmem; in vm_setup_memory()
378 ctx->highmem = 0; in vm_setup_memory()
397 if (ctx->highmem > 0) { in vm_setup_memory()
399 len = ctx->highmem; in vm_setup_memory()
434 if (ctx->highmem > 0) { in vm_map_gpa()
435 if (gaddr >= 4*GB && gaddr + len <= 4*GB + ctx->highmem) in vm_map_gpa()
453 return (ctx->highmem); in vm_get_highmem_size()
/NextBSD/sys/boot/userboot/
HDuserboot.h179 uint64_t *highmem);
/NextBSD/sys/boot/userboot/test/
HDtest.c363 test_getmem(void *arg, uint64_t *lowmem, uint64_t *highmem) in test_getmem() argument
367 *highmem = 0; in test_getmem()