Home
last modified time | relevance | path

Searched refs:max_mem (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c139 static paddr_t max_mem; /* maximum memory address */ variable
745 max_mem = (paddr_t)xen_info->nr_pages << MMU_PAGESHIFT; in init_mem_alloc()
746 DBG(max_mem); in init_mem_alloc()
753 memlists[0].size = max_mem; in init_mem_alloc()
1121 max_mem = 0; in init_mem_alloc()
1156 if (end > max_mem) in init_mem_alloc()
1157 max_mem = end; in init_mem_alloc()
1621 if (max_mem < FOUR_GIG && NX_support == 0) in startup_kernel()
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h416 int max_mem, max_pages, nr_pages; member
H A Daudioemu10k.c2017 devc->max_mem = AUDIO_MEMSIZE; in emu10k_attach()
2020 if (devc->max_mem > 32 * 1024 * 1024) in emu10k_attach()
2021 devc->max_mem = 32 * 1024 * 1024; in emu10k_attach()
2023 devc->max_pages = devc->max_mem / 4096; in emu10k_attach()
/titanic_41/usr/src/uts/common/xen/public/
H A Ddomctl.h659 struct xen_domctl_max_mem max_mem; member