Home
last modified time | relevance | path

Searched refs:lowmem (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()
56 sm->length = lowmem - 0x100000; in bios_addsmapdata()
H A Dbootinfo32.c67 uint64_t lowmem, highmem; in bi_load32() local
151 CALLBACK(getmem, &lowmem, &highmem); in bi_load32()
154 bi.bi_extmem = (lowmem - 0x100000) / 1024; in bi_load32()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c265 (table->lowmem ? gfp : GFP_HIGHUSER) | in mlx4_table_get()
316 if (!table->lowmem) in mlx4_table_find()
407 table->lowmem = use_lowmem; in mlx4_init_icm_table()
H A Dmlx4.h267 int lowmem; member
/freebsd/stand/userboot/
H A Duserboot.h196 void (*getmem)(void *arg, uint64_t *lowmem,
/freebsd/stand/userboot/test/
H A Dtest.c509 test_getmem(void *arg, uint64_t *lowmem, uint64_t *highmem)
512 *lowmem = 128*1024*1024;
387 test_getmem(void * arg,uint64_t * lowmem,uint64_t * highmem) test_getmem() argument
/freebsd/sys/dev/mthca/
H A Dmthca_memfree.h66 int lowmem; member
H A Dmthca_memfree.c234 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mthca_table_get()
284 if (!table->lowmem) in mthca_table_find()
377 table->lowmem = use_lowmem; in mthca_alloc_icm_table()
/freebsd/contrib/file/magic/Magdir/
H A Dmotorola12 >168 string .lowmem Apple toolbox
H A Dcoff166 # >168 string .lowmem Apple toolbox
/freebsd/sys/contrib/device-tree/src/arc/
H A Dhsdk.dts347 reg = <0x0 0x80000000 0x0 0x40000000>; /* 1 GB lowmem */
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1526 size_t lowmem; in init_pci() local
1683 lowmem = vm_get_lowmem_size(ctx); in init_pci()
1687 mr.base = lowmem; in init_pci()
1688 mr.size = (4ULL * 1024 * 1024 * 1024) - lowmem; in init_pci()