Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/xen/
Dsetup.c296 unsigned long mfn_save, mfn; in xen_do_set_identity_and_remap_chunk() local
304 mfn_save = virt_to_mfn((void *)buf); in xen_do_set_identity_and_remap_chunk()
332 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_do_set_identity_and_remap_chunk()
459 unsigned long mfn_save, pfn; in xen_remap_memory() local
465 mfn_save = virt_to_mfn((void *)buf); in xen_remap_memory()
495 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_remap_memory()