Home
last modified time | relevance | path

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

/src/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
151 CALLBACK(getmem, &lowmem, &highmem); in bi_load32()
/src/usr.sbin/bhyve/ !
H A Dbootrom.c122 vm_paddr_t highmem; in init_bootrom() local
127 highmem = vm_get_highmem_base(ctx); in init_bootrom()
128 gpa_base = highmem - BOOTROM_SIZE; in init_bootrom()
130 gpa_alloctop = highmem - 1; in init_bootrom()
H A Dsnapshot.c726 size_t lowmem, highmem, totalmem; in vm_snapshot_mem() local
729 ret = vm_get_guestmem_from_ctx(ctx, &baseaddr, &lowmem, &highmem); in vm_snapshot_mem()
735 totalmem = lowmem + highmem; in vm_snapshot_mem()
758 if (highmem == 0) in vm_snapshot_mem()
762 baseaddr + vm_get_highmem_base(ctx), highmem, totalmem, op_wr); in vm_snapshot_mem()
/src/sys/contrib/openzfs/config/ !
H A Dkernel-totalhigh_pages.m47 #include <linux/highmem.h>
H A Dkernel-kmap-local-page.m48 #include <linux/highmem.h>
/src/stand/userboot/ !
H A Duserboot.h197 uint64_t *highmem);
/src/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.dts348 /* 0x1 0x00000000 0x0 0x40000000>; 1 GB highmem */
/src/stand/userboot/test/ !
H A Dtest.c509 test_getmem(void *arg, uint64_t *lowmem, uint64_t *highmem) in test_getmem() argument
513 *highmem = 0; in test_getmem()
/src/contrib/llvm-project/lldb/source/Target/ !
H A DTargetProperties.td270 def HighmemVirtualAddressableBits: Property<"highmem-virtual-addressable-bits", "UInt64">,