Home
last modified time | relevance | path

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

/freebsd/stand/userboot/userboot/
H A Dbiossmap.c42 uint64_t lowmem, highmem; in bios_addsmapdata() local
46 CALLBACK(getmem, &lowmem, &highmem); in bios_addsmapdata()
62 if (highmem != 0) { in bios_addsmapdata()
64 sm->length = highmem; in bios_addsmapdata()
H A Dbootinfo32.c67 uint64_t lowmem, highmem; in bi_load32() local
153 CALLBACK(getmem, &lowmem, &highmem); in bi_load32()
/freebsd/usr.sbin/bhyve/
H A Dbootrom.c121 vm_paddr_t highmem; in init_bootrom() local
126 highmem = vm_get_highmem_base(ctx); in init_bootrom()
127 gpa_base = highmem - BOOTROM_SIZE; in init_bootrom()
129 gpa_alloctop = highmem - 1; in init_bootrom()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-totalhigh_pages.m46 #include <linux/highmem.h>
H A Dkernel-kmap-local-page.m47 #include <linux/highmem.h>
/freebsd/stand/userboot/
H A Duserboot.h197 uint64_t *highmem);
/freebsd/stand/userboot/test/
H A Dtest.c509 test_getmem(void *arg, uint64_t *lowmem, uint64_t *highmem)
513 *highmem = 0;
387 test_getmem(void * arg,uint64_t * lowmem,uint64_t * highmem) test_getmem() argument
/freebsd/sys/contrib/device-tree/src/arc/
H A Dhaps_hs.dts20 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
H A Daxc003.dtsi145 0x1 0xc0000000 0x0 0x40000000>; /* 1 GiB highmem */
H A Daxc003_idu.dtsi151 0x1 0xc0000000 0x0 0x40000000>; /* 1 GiB highmem */
H A Dhsdk.dts349 /* 0x1 0x00000000 0x0 0x40000000>; 1 GB highmem */
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td270 def HighmemVirtualAddressableBits: Property<"highmem-virtual-addressable-bits", "UInt64">,