Searched refs:lowmem (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() 56 sm->length = lowmem - 0x100000; 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() 154 bi.bi_extmem = (lowmem - 0x100000) / 1024; in bi_load32()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_icm.c | 265 (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 D | mlx4.h | 267 int lowmem; member
|
/freebsd/stand/userboot/ |
H A D | userboot.h | 196 void (*getmem)(void *arg, uint64_t *lowmem,
|
/freebsd/stand/userboot/test/ |
H A D | test.c | 509 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 D | mthca_memfree.h | 66 int lowmem; member
|
H A D | mthca_memfree.c | 234 (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 D | motorola | 12 >168 string .lowmem Apple toolbox
|
H A D | coff | 166 # >168 string .lowmem Apple toolbox
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | hsdk.dts | 347 reg = <0x0 0x80000000 0x0 0x40000000>; /* 1 GB lowmem */
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_emul.c | 1526 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()
|