Searched refs:highmem (Results 1 – 12 of 12) sorted by relevance
/freebsd/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 153 CALLBACK(getmem, &lowmem, &highmem); in bi_load32()
|
/freebsd/usr.sbin/bhyve/ |
H A D | bootrom.c | 121 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 D | kernel-totalhigh_pages.m4 | 6 #include <linux/highmem.h>
|
H A D | kernel-kmap-local-page.m4 | 7 #include <linux/highmem.h>
|
/freebsd/stand/userboot/ |
H A D | userboot.h | 197 uint64_t *highmem);
|
/freebsd/stand/userboot/test/ |
H A D | test.c | 509 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 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 | 349 /* 0x1 0x00000000 0x0 0x40000000>; 1 GB highmem */
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetProperties.td | 270 def HighmemVirtualAddressableBits: Property<"highmem-virtual-addressable-bits", "UInt64">,
|