Home
last modified time | relevance | path

Searched refs:mfn_pte (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/xen/
Dgrant-table.c69 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_shared()
Dmmu.c291 set_pte_vaddr(vaddr, mfn_pte(mfn, flags)); in set_pte_mfn()
2367 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2372 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2510 #define VOID_PTE (mfn_pte(0, __pgprot(0)))
2569 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes()
2794 pte_t pte = pte_mkspecial(mfn_pte(*rmd->mfn, rmd->prot)); in remap_area_mfn_pte_fn()
Dsetup.c313 mfn_pte(mfn, PAGE_KERNEL), 0)) { in xen_update_mem_tables()
439 mfn_pte(pfn, PAGE_KERNEL_IO), 0); in xen_set_identity_and_remap_chunk()
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage.h260 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
/linux-4.4.14/drivers/xen/
Dballoon.c467 mfn_pte(frame_list[i], PAGE_KERNEL), in increase_reservation()