Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dsetup.c297 unsigned long mfn_save, mfn; in xen_do_set_identity_and_remap_chunk() local
305 mfn_save = virt_to_mfn((void *)buf); in xen_do_set_identity_and_remap_chunk()
333 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_do_set_identity_and_remap_chunk()
460 unsigned long mfn_save, pfn; in xen_remap_memory() local
466 mfn_save = virt_to_mfn((void *)buf); in xen_remap_memory()
496 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_remap_memory()