Searched refs:lowmem (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbiossmap.c45 uint64_t lowmem, highmem; local
49 CALLBACK(getmem, &lowmem, &highmem);
59 sm->length = lowmem - 0x100000;
H A Dbootinfo32.c149 uint64_t lowmem, highmem; local
239 CALLBACK(getmem, &lowmem, &highmem);
242 bi.bi_extmem = (lowmem - 0x100000) / 1024;
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h186 void (*getmem)(void *arg, uint64_t *lowmem,
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c363 test_getmem(void *arg, uint64_t *lowmem, uint64_t *highmem) argument
366 *lowmem = 128*1024*1024;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c950 int lowmem; local
963 lowmem = 0;
968 lowmem = 1;
972 lowmem = 1;
977 lowmem = 1;
984 if (!lowmem && !trim) {
989 if (lowmem) {
1113 ASSERT(lowmem);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12809 int lowmem = 0; local
12872 lowmem = 1;
12911 } else if (lowmem || (flags & TSB_FORCEALLOC) || tsb_forceheap) {
12913 } else if (lowmem || (flags & TSB_FORCEALLOC)) {

Completed in 129 milliseconds