Searched refs:mfn_pte (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/xen/ |
D | page.h | 18 #define mfn_pte pfn_pte macro
|
/linux-4.1.27/arch/x86/xen/ |
D | grant-table.c | 69 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_shared()
|
D | mmu.c | 290 set_pte_vaddr(vaddr, mfn_pte(mfn, flags)); in set_pte_mfn() 2020 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2025 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2168 #define VOID_PTE (mfn_pte(0, __pgprot(0))) 2227 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes() 2452 pte_t pte = pte_mkspecial(mfn_pte(*rmd->mfn, rmd->prot)); in remap_area_mfn_pte_fn()
|
D | setup.c | 283 mfn_pte(mfn, PAGE_KERNEL), 0)) { in xen_update_mem_tables() 409 mfn_pte(pfn, PAGE_KERNEL_IO), 0); in xen_set_identity_and_remap_chunk()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | page.h | 225 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
|
/linux-4.1.27/drivers/xen/ |
D | balloon.c | 380 mfn_pte(frame_list[i], PAGE_KERNEL), in increase_reservation()
|