Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dmm.c116 compat_pfn_t last_mfn; in compat_arch_memory_op() local
124 for ( i = 0, v = RDWR_COMPAT_MPT_VIRT_START, last_mfn = 0; in compat_arch_memory_op()
132 mfn = last_mfn; in compat_arch_memory_op()
136 last_mfn = mfn; in compat_arch_memory_op()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c913 xen_pfn_t mfn, last_mfn; in subarch_memory_op() local
925 for ( i = 0, v = RDWR_MPT_VIRT_START, last_mfn = 0; in subarch_memory_op()
933 mfn = last_mfn; in subarch_memory_op()
940 mfn = last_mfn; in subarch_memory_op()
950 last_mfn = mfn; in subarch_memory_op()
966 for ( i = 0, v = RDWR_COMPAT_MPT_VIRT_START, last_mfn = 0; in subarch_memory_op()
974 mfn = last_mfn; in subarch_memory_op()
978 last_mfn = mfn; in subarch_memory_op()

Completed in 4 milliseconds