Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/xen/
Dpage.h18 #define mfn_pte pfn_pte macro
/linux-4.1.27/arch/x86/xen/
Dgrant-table.c69 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_shared()
Dmmu.c290 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()
Dsetup.c283 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/
Dpage.h225 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
/linux-4.1.27/drivers/xen/
Dballoon.c380 mfn_pte(frame_list[i], PAGE_KERNEL), in increase_reservation()