Home
last modified time | relevance | path

Searched refs:pfn_to_mfn (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/xen/
H A Dsuspend_pv.c36 pfn_to_mfn(xen_start_info->store_mfn); in xen_pv_post_suspend()
38 pfn_to_mfn(xen_start_info->console.domU.mfn); in xen_pv_post_suspend()
H A Dsetup.c265 unsigned long mfn = pfn_to_mfn(pfn); in xen_set_identity_and_release_chunk()
353 mfn = pfn_to_mfn(ident_pfn_iter); in xen_do_set_identity_and_remap_chunk()
361 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()
H A Dmmu_pv.c668 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin()
992 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn()
1304 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1495 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
H A Dpmu.c536 xp.val = pfn_to_mfn(pfn); in xen_pmu_init()
H A Denlighten_pv.c462 mfn = pfn_to_mfn(pfn); in xen_load_gdt()
487 mfn = pfn_to_mfn(pfn); in xen_load_gdt_boot()
H A Dp2m.c35 * pfn_to_mfn(0x90909090)=INVALID_P2M_ENTRY.
42 * pfn_to_mfn(0xc0000)=0xc0000
56 * appropriate functions (pfn_to_mfn).
59 * PFN is that we could find ourselves where pfn_to_mfn(pfn)==pfn for a
729 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned"); in set_foreign_p2m_mapping()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsuspend_pv.c36 pfn_to_mfn(xen_start_info->store_mfn); in xen_pv_post_suspend()
38 pfn_to_mfn(xen_start_info->console.domU.mfn); in xen_pv_post_suspend()
H A Dsetup.c270 unsigned long mfn = pfn_to_mfn(pfn); in xen_set_identity_and_release_chunk()
354 mfn = pfn_to_mfn(ident_pfn_iter); in xen_do_set_identity_and_remap_chunk()
362 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()
H A Dmmu_pv.c688 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin()
1007 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn()
1326 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1520 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
H A Dpmu.c543 xp.val = pfn_to_mfn(pfn); in xen_pmu_init()
H A Denlighten_pv.c528 mfn = pfn_to_mfn(pfn); in xen_load_gdt()
553 mfn = pfn_to_mfn(pfn); in xen_load_gdt_boot()
H A Dp2m.c35 * pfn_to_mfn(0x90909090)=INVALID_P2M_ENTRY.
42 * pfn_to_mfn(0xc0000)=0xc0000
56 * appropriate functions (pfn_to_mfn).
59 * PFN is that we could find ourselves where pfn_to_mfn(pfn)==pfn for a
724 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned"); in set_foreign_p2m_mapping()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dpage.h132 * When to use pfn_to_mfn(), __pfn_to_mfn() or get_phys_to_machine():
133 * - pfn_to_mfn() returns either INVALID_P2M_ENTRY or the mfn. No indicator
164 static inline unsigned long pfn_to_mfn(unsigned long pfn) in pfn_to_mfn() function
169 * Some x86 code are still using pfn_to_mfn instead of in pfn_to_mfn()
170 * pfn_to_mfn. This will have to be removed when we figured in pfn_to_mfn()
241 return XMADDR(PFN_PHYS(pfn_to_mfn(PFN_DOWN(phys.paddr))) | offset); in phys_to_machine()
256 return pfn_to_mfn(pfn); in pfn_to_gfn()
289 * masked (e.g., pfn_to_mfn()) so behaviour there is correct.
307 #define virt_to_mfn(v) (pfn_to_mfn(virt_to_pfn(v)))
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dpage.h124 * When to use pfn_to_mfn(), __pfn_to_mfn() or get_phys_to_machine():
125 * - pfn_to_mfn() returns either INVALID_P2M_ENTRY or the mfn. No indicator
156 static inline unsigned long pfn_to_mfn(unsigned long pfn) in pfn_to_mfn() function
161 * Some x86 code are still using pfn_to_mfn instead of in pfn_to_mfn()
162 * pfn_to_mfn. This will have to be removed when we figured in pfn_to_mfn()
233 return XMADDR(PFN_PHYS(pfn_to_mfn(PFN_DOWN(phys.paddr))) | offset); in phys_to_machine()
248 return pfn_to_mfn(pfn); in pfn_to_gfn()
281 * masked (e.g., pfn_to_mfn()) so behaviour there is correct.
302 #define virt_to_mfn(v) (pfn_to_mfn(virt_to_pfn(v)))

Completed in 18 milliseconds