Lines Matching refs:level
212 unsigned int level, topidx, mididx; in xen_build_mfn_list_list() local
241 &level); in xen_build_mfn_list_list()
242 BUG_ON(!ptep || level != PG_LEVEL_4K); in xen_build_mfn_list_list()
440 unsigned int level; in get_phys_to_machine() local
449 ptep = lookup_address((unsigned long)(xen_p2m_addr + pfn), &level); in get_phys_to_machine()
450 BUG_ON(!ptep || level != PG_LEVEL_4K); in get_phys_to_machine()
475 unsigned int level; in alloc_p2m_pmd() local
502 ptechk = lookup_address(vaddr, &level); in alloc_p2m_pmd()
523 return lookup_address(addr, &level); in alloc_p2m_pmd()
538 unsigned int level; in xen_alloc_p2m_entry() local
546 ptep = lookup_address(addr, &level); in xen_alloc_p2m_entry()
547 BUG_ON(!ptep || level != PG_LEVEL_4K); in xen_alloc_p2m_entry()
661 unsigned int level; in __set_phys_to_machine() local
680 ptep = lookup_address((unsigned long)(xen_p2m_addr + pfn), &level); in __set_phys_to_machine()
681 BUG_ON(!ptep || level != PG_LEVEL_4K); in __set_phys_to_machine()