Home
last modified time | relevance | path

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

/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()
2364 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2369 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2507 #define VOID_PTE (mfn_pte(0, __pgprot(0)))
2566 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes()
2791 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()
/arch/x86/include/asm/xen/
Dpage.h260 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function