Searched refs:mfn_pte (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H 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()
|
H A D | mmu_pv.c | 246 set_pte_vaddr(vaddr, mfn_pte(mfn, flags)); in set_pte_mfn() 2030 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2035 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2156 #define VOID_PTE (mfn_pte(0, __pgprot(0))) 2215 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes() 2376 pte_t pte = pte_mkspecial(mfn_pte(*rmd->pfn, rmd->prot)); in remap_area_pfn_pte_fn()
|
H A D | setup.c | 314 mfn_pte(mfn, PAGE_KERNEL), 0)) { in xen_update_mem_tables() 438 mfn_pte(pfn, PAGE_KERNEL_IO), 0); in xen_set_identity_and_remap_chunk()
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H 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()
|
H A D | mmu_pv.c | 264 if (HYPERVISOR_update_va_mapping(vaddr, mfn_pte(mfn, flags), in set_pte_mfn() 2065 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2070 pte = mfn_pte(phys, prot); in xen_set_fixmap() 2209 #define VOID_PTE (mfn_pte(0, __pgprot(0))) 2268 mfn_pte(mfn, PAGE_KERNEL), flags); in xen_remap_exchanged_ptes() 2423 pte_t pte = pte_mkspecial(mfn_pte(*rmd->pfn, rmd->prot)); in remap_area_pfn_pte_fn()
|
H A D | setup.c | 315 mfn_pte(mfn, PAGE_KERNEL), 0)) { in xen_update_mem_tables()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | mem-reservation.c | 55 mfn_pte(frames[i], PAGE_KERNEL), in __xenmem_reservation_va_mapping_update()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | mem-reservation.c | 52 mfn_pte(frames[i], PAGE_KERNEL), 0); in __xenmem_reservation_va_mapping_update()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
H A D | page.h | 319 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
|
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/ |
H A D | page.h | 314 static inline pte_t mfn_pte(unsigned long page_nr, pgprot_t pgprot) in mfn_pte() function
|
Completed in 12 milliseconds