Home
last modified time | relevance | path

Searched refs:MAX_DOMAIN_PAGES (Results 1 – 3 of 3) sorted by relevance

/arch/x86/xen/
Dmmu.c125 #define TOP_ENTRIES (MAX_DOMAIN_PAGES / P2M_ENTRIES_PER_PAGE)
143 BUG_ON(pfn >= MAX_DOMAIN_PAGES); in p2m_top_index()
157 for (pfn = 0; pfn < MAX_DOMAIN_PAGES; pfn += P2M_ENTRIES_PER_PAGE) { in xen_setup_mfn_list_list()
179 unsigned long max_pfn = min(MAX_DOMAIN_PAGES, xen_start_info->nr_pages); in xen_build_dynamic_phys_to_machine()
193 if (unlikely(pfn >= MAX_DOMAIN_PAGES)) in get_phys_to_machine()
228 if (unlikely(pfn >= MAX_DOMAIN_PAGES)) { in set_phys_to_machine()
Dsetup.c44 max_pfn = min(MAX_DOMAIN_PAGES, max_pfn); in xen_memory_setup()
/arch/x86/include/asm/xen/
Dpage.h35 #define MAX_DOMAIN_PAGES \ macro