Searched refs:hyp_early_alloc_contig (Results 1 – 3 of 3) sorted by relevance
39 vmemmap_base = hyp_early_alloc_contig(nr_pages); in divide_memory_pool()44 hyp_pgt_base = hyp_early_alloc_contig(nr_pages); in divide_memory_pool()49 host_s2_mem_pgt_base = hyp_early_alloc_contig(nr_pages); in divide_memory_pool()54 host_s2_dev_pgt_base = hyp_early_alloc_contig(nr_pages); in divide_memory_pool()
24 void *hyp_early_alloc_contig(unsigned int nr_pages) in hyp_early_alloc_contig() function43 return hyp_early_alloc_contig(1); in hyp_early_alloc_page()
10 void *hyp_early_alloc_contig(unsigned int nr_pages);