Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/ !
H A Dcpa-test.c57 for (i = 0; i < max_pfn_mapped; ) { in print_split()
103 printk(KERN_ERR "CPA max_pfn_mapped %lu but expected %lu\n", in print_split()
104 max_pfn_mapped, expected); in print_split()
130 bm = vzalloc((max_pfn_mapped + 7) / 8); in pageattr_test()
139 unsigned long pfn = get_random_u32_below(max_pfn_mapped); in pageattr_test()
143 len[i] = min_t(unsigned long, len[i], max_pfn_mapped - pfn - 1); in pageattr_test()
H A Dset_memory.c1818 PAGE_OFFSET + (max_pfn_mapped << PAGE_SHIFT))) { in __cpa_process_fault()
1934 PAGE_OFFSET + (max_pfn_mapped << PAGE_SHIFT)))) { in cpa_process_alias()
/linux/arch/x86/kernel/ !
H A Dsetup.c62 * max_pfn_mapped: highest directly mapped pfn > 4 GB
68 unsigned long max_pfn_mapped; variable
330 PFN_PHYS(max_pfn_mapped)); in relocate_initrd()
1103 (max_pfn_mapped<<PAGE_SHIFT) - 1); in setup_arch()
1190 dma_contiguous_reserve(max_pfn_mapped << PAGE_SHIFT); in setup_arch()
H A Dhead32.c140 ptr = (unsigned long *)__pa_nodebug(&max_pfn_mapped); in mk_early_pgtbl_32()
/linux/arch/x86/mm/ !
H A Dinit_32.c636 max_pfn_mapped<<PAGE_SHIFT); in initmem_init()
H A Dinit_64.c434 * Native path, max_pfn_mapped is not set yet. in cleanup_highmap()
435 * Xen has valid max_pfn_mapped set in in cleanup_highmap()
438 if (max_pfn_mapped) in cleanup_highmap()
439 vaddr_end = __START_KERNEL_map + (max_pfn_mapped << PAGE_SHIFT); in cleanup_highmap()
/linux/arch/x86/xen/ !
H A Dsetup.c390 for (pfn = start_pfn; pfn <= max_pfn_mapped && pfn < end_pfn; pfn++) in xen_set_identity_and_remap_chunk()
H A Dmmu_pv.c1230 * from _brk_limit way up to the max_pfn_mapped (which is the end of in xen_pagetable_cleanhighmap()
1761 /* max_pfn_mapped is the last pfn mapped in the initial memory in xen_setup_kernel_pagetable()
1764 * set max_pfn_mapped to the last real pfn mapped. */ in xen_setup_kernel_pagetable()
1766 max_pfn_mapped = xen_start_info->first_p2m_pfn; in xen_setup_kernel_pagetable()
1768 max_pfn_mapped = PFN_DOWN(__pa(xen_start_info->mfn_list)); in xen_setup_kernel_pagetable()