Home
last modified time | relevance | path

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

/arch/x86/xen/
Dp2m.c388 unsigned long p2midx; in xen_build_dynamic_phys_to_machine() local
390 p2midx = max_pfn % P2M_PER_PAGE; in xen_build_dynamic_phys_to_machine()
391 for ( ; p2midx < P2M_PER_PAGE; p2midx++) in xen_build_dynamic_phys_to_machine()
392 mfn_list[pfn + p2midx] = INVALID_P2M_ENTRY; in xen_build_dynamic_phys_to_machine()