Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/xen/
Dsetup.c338 unsigned long mfn_save, mfn; in xen_do_set_identity_and_remap_chunk() local
346 mfn_save = virt_to_mfn((void *)buf); in xen_do_set_identity_and_remap_chunk()
374 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_do_set_identity_and_remap_chunk()
503 unsigned long mfn_save, pfn; in xen_remap_memory() local
509 mfn_save = virt_to_mfn((void *)buf); in xen_remap_memory()
539 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_remap_memory()