Searched refs:highmem (Results 1 – 13 of 13) sorted by relevance
| /src/stand/userboot/userboot/ ! |
| H A D | biossmap.c | 42 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 D | bootinfo32.c | 67 uint64_t lowmem, highmem; in bi_load32() local 151 CALLBACK(getmem, &lowmem, &highmem); in bi_load32()
|
| /src/usr.sbin/bhyve/ ! |
| H A D | bootrom.c | 122 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 D | snapshot.c | 726 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 D | kernel-totalhigh_pages.m4 | 7 #include <linux/highmem.h>
|
| H A D | kernel-kmap-local-page.m4 | 8 #include <linux/highmem.h>
|
| /src/stand/userboot/ ! |
| H A D | userboot.h | 197 uint64_t *highmem);
|
| /src/sys/contrib/device-tree/src/arc/ ! |
| H A D | haps_hs.dts | 20 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
|
| H A D | axc003.dtsi | 145 0x1 0xc0000000 0x0 0x40000000>; /* 1 GiB highmem */
|
| H A D | axc003_idu.dtsi | 151 0x1 0xc0000000 0x0 0x40000000>; /* 1 GiB highmem */
|
| H A D | hsdk.dts | 348 /* 0x1 0x00000000 0x0 0x40000000>; 1 GB highmem */
|
| /src/stand/userboot/test/ ! |
| H A D | test.c | 509 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 D | TargetProperties.td | 270 def HighmemVirtualAddressableBits: Property<"highmem-virtual-addressable-bits", "UInt64">,
|