Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dgrant-table.c46 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_shared()
68 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_status()
H A Dmmu_pv.c318 if (HYPERVISOR_update_va_mapping(vaddr, mfn_pte(mfn, flags), in xen_batched_set_pte()
2133 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2138 pte = mfn_pte(phys, prot); in xen_set_fixmap()
2226 #define VOID_PTE (mfn_pte(0, __pgprot(0))) in xen_init_mmu_ops()
2285 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes()
2449 pte_t pte = pte_mkspecial(mfn_pte(*rmd->pfn, rmd->prot));
H A Dsetup.c270 mfn_pte(mfn, PAGE_KERNEL), 0)) { in xen_update_mem_tables()
/linux/drivers/xen/
H A Dmem-reservation.c52 mfn_pte(frames[i], PAGE_KERNEL), 0); in __xenmem_reservation_va_mapping_update()
/linux/arch/x86/include/asm/xen/
H A Dpage.h314 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function