Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c151 static paddr_t max_mem; /* maximum memory address */ variable
928 max_mem = (paddr_t)xen_info->nr_pages << MMU_PAGESHIFT; in init_mem_alloc()
929 DBG(max_mem); in init_mem_alloc()
936 memlists[0].size = max_mem; in init_mem_alloc()
1407 max_mem = 0; in dboot_process_mmap()
1431 if (end > max_mem) in dboot_process_mmap()
1432 max_mem = end; in dboot_process_mmap()
2131 if (max_mem < FOUR_GIG && NX_support == 0) in startup_kernel()
/titanic_50/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_50/usr/src/uts/common/xen/public/
H A Ddomctl.h659 struct xen_domctl_max_mem max_mem; member