Searched refs:highmem (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/stand/userboot/userboot/
H A Dbiossmap.c42 uint64_t lowmem, highmem; local
46 CALLBACK(getmem, &lowmem, &highmem);
62 if (highmem != 0) {
64 sm->length = highmem;
H A Dbootinfo32.c67 uint64_t lowmem, highmem; local
153 CALLBACK(getmem, &lowmem, &highmem);
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dkmap_compat.h29 #include <linux/highmem.h>
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpagemap.h33 #include <linux/highmem.h>
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dvmsystm.h30 #include <linux/highmem.h>
/freebsd-current/usr.sbin/bhyve/
H A Dbootrom.c121 vm_paddr_t highmem; local
126 highmem = vm_get_highmem_base(ctx);
127 gpa_base = highmem - BOOTROM_SIZE;
129 gpa_alloctop = highmem - 1;
H A Dsnapshot.c726 size_t lowmem, highmem, totalmem; local
729 ret = vm_get_guestmem_from_ctx(ctx, &baseaddr, &lowmem, &highmem);
735 totalmem = lowmem + highmem;
758 if (highmem == 0)
762 baseaddr + vm_get_highmem_base(ctx), highmem, totalmem, op_wr);
764 fprintf(stderr, "%s: Could not %s highmem\r\n",
/freebsd-current/stand/userboot/
H A Duserboot.h197 uint64_t *highmem);
/freebsd-current/stand/userboot/test/
H A Dtest.c509 test_getmem(void *arg, uint64_t *lowmem, uint64_t *highmem) argument
513 *highmem = 0;
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c44 #include <linux/highmem.h>
752 /* gfp flags of highmem page should never be dma32 so we

Completed in 115 milliseconds