Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dp2m.c125 static unsigned long xen_p2m_last_pfn; variable
283 HYPERVISOR_shared_info->arch.max_pfn = xen_p2m_last_pfn; in xen_setup_mfn_list_list()
412 xen_p2m_last_pfn = xen_max_p2m_pfn; in xen_vmalloc_p2m_tree()
616 if (pfn >= xen_p2m_last_pfn) { in xen_alloc_p2m_entry()
617 xen_p2m_last_pfn = ALIGN(pfn + 1, P2M_PER_PAGE); in xen_alloc_p2m_entry()
618 HYPERVISOR_shared_info->arch.max_pfn = xen_p2m_last_pfn; in xen_alloc_p2m_entry()