Searched refs:max_mem (Results 1 – 4 of 4) sorted by relevance
139 static paddr_t max_mem; /* maximum memory address */ variable745 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()
416 int max_mem, max_pages, nr_pages; member
2017 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()
659 struct xen_domctl_max_mem max_mem; member