Lines Matching refs:level
198 unsigned int level, topidx, mididx; in xen_build_mfn_list_list() local
226 &level); in xen_build_mfn_list_list()
227 BUG_ON(!ptep || level != PG_LEVEL_4K); in xen_build_mfn_list_list()
416 unsigned int level; in get_phys_to_machine() local
425 ptep = lookup_address((unsigned long)(xen_p2m_addr + pfn), &level); in get_phys_to_machine()
426 BUG_ON(!ptep || level != PG_LEVEL_4K); in get_phys_to_machine()
451 unsigned int level; in alloc_p2m_pmd() local
478 ptechk = lookup_address(vaddr, &level); in alloc_p2m_pmd()
495 return lookup_address(addr, &level); in alloc_p2m_pmd()
510 unsigned int level; in alloc_p2m() local
518 ptep = lookup_address(addr, &level); in alloc_p2m()
519 BUG_ON(!ptep || level != PG_LEVEL_4K); in alloc_p2m()
621 unsigned int level; in __set_phys_to_machine() local
635 ptep = lookup_address((unsigned long)(xen_p2m_addr + pfn), &level); in __set_phys_to_machine()
636 BUG_ON(!ptep || level != PG_LEVEL_4K); in __set_phys_to_machine()