Home
last modified time | relevance | path

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

/arch/x86/xen/
A Dsetup.c293 unsigned long mfn_save, mfn; in xen_do_set_identity_and_remap_chunk() local
301 mfn_save = virt_to_mfn((void *)buf); in xen_do_set_identity_and_remap_chunk()
329 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_do_set_identity_and_remap_chunk()
456 unsigned long mfn_save, pfn; in xen_remap_memory() local
462 mfn_save = virt_to_mfn((void *)buf); in xen_remap_memory()
492 set_pte_mfn(buf, mfn_save, PAGE_KERNEL); in xen_remap_memory()

Completed in 5 milliseconds