Searched refs:mfn_base (Results 1 – 1 of 1) sorted by relevance
131 static paddr_t mfn_base; /* addr corresponding to mfn_list[0] */ variable364 pa = mfn_base + mmu_ptob((paddr_t)pfn) + pgoff; in ma_to_pa()382 pfn = mmu_btop(pa - mfn_base); in pa_to_ma()383 if (pa < mfn_base || pfn >= xen_info->nr_pages) in pa_to_ma()2016 start += mfn_base; in do_mem_alloc()2465 mfn_base = ONE_GIG; in startup_kernel()2466 DBG(mfn_base); in startup_kernel()2661 bi->bi_next_paddr = next_avail_addr - mfn_base; in startup_kernel()2678 bi->bi_top_page_table = (uintptr_t)top_page_table - mfn_base; in startup_kernel()