Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/xen/
Dgrant-table.c69 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_shared()
91 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_status()
Dmmu.c77 pte_t pte = pte_mkspecial(mfn_pte(*rmd->pfn, rmd->prot)); in remap_area_pfn_pte_fn()
Dmmu_pv.c249 set_pte_vaddr(vaddr, mfn_pte(mfn, flags)); in set_pte_mfn()
2338 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2343 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2478 #define VOID_PTE (mfn_pte(0, __pgprot(0)))
2537 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes()
Dsetup.c313 mfn_pte(mfn, PAGE_KERNEL), 0)) { in xen_update_mem_tables()
437 mfn_pte(pfn, PAGE_KERNEL_IO), 0); in xen_set_identity_and_remap_chunk()
/Linux-v4.19/drivers/xen/
Dmem-reservation.c55 mfn_pte(frames[i], PAGE_KERNEL), in __xenmem_reservation_va_mapping_update()
/Linux-v4.19/arch/x86/include/asm/xen/
Dpage.h293 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function