Searched refs:mfn_pte (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/x86/xen/ |
A D | grant-table.c | 46 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_shared() 68 mfn_pte(frames[i], PAGE_KERNEL)); in arch_gnttab_map_status()
|
A D | mmu_pv.c | 248 if (HYPERVISOR_update_va_mapping(vaddr, mfn_pte(mfn, flags), in set_pte_mfn() 2056 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2061 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2184 #define VOID_PTE (mfn_pte(0, __pgprot(0))) 2243 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes() 2404 pte_t pte = pte_mkspecial(mfn_pte(*rmd->pfn, rmd->prot)); in remap_area_pfn_pte_fn()
|
A D | setup.c | 311 mfn_pte(mfn, PAGE_KERNEL), 0)) { in xen_update_mem_tables()
|
/linux-6.3-rc2/drivers/xen/ |
A D | mem-reservation.c | 52 mfn_pte(frames[i], PAGE_KERNEL), 0); in __xenmem_reservation_va_mapping_update()
|
/linux-6.3-rc2/arch/x86/include/asm/xen/ |
A D | page.h | 311 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
|
Completed in 12 milliseconds