Searched refs:in_frames (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | mmu_pv.c | 2158 unsigned long *in_frames, in xen_zap_pfn_range() 2168 if (in_frames) in xen_zap_pfn_range() 2169 in_frames[i] = virt_to_mfn(vaddr); in xen_zap_pfn_range() 2272 unsigned long *in_frames = discontig_frames, out_frame; in xen_create_contiguous_region() local 2291 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region() 2295 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region() 2303 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region() 2157 xen_zap_pfn_range(unsigned long vaddr, unsigned int order, unsigned long *in_frames, unsigned long *out_frames) xen_zap_pfn_range() argument
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | mmu_pv.c | 2211 unsigned long *in_frames, in xen_zap_pfn_range() 2221 if (in_frames) in xen_zap_pfn_range() 2222 in_frames[i] = virt_to_mfn((void *)vaddr); in xen_zap_pfn_range() 2325 unsigned long *in_frames = discontig_frames, out_frame; in xen_create_contiguous_region() local 2338 xen_zap_pfn_range(vstart, order, in_frames, NULL); in xen_create_contiguous_region() 2342 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region() 2350 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); in xen_create_contiguous_region() 2210 xen_zap_pfn_range(unsigned long vaddr, unsigned int order, unsigned long *in_frames, unsigned long *out_frames) xen_zap_pfn_range() argument
|
Completed in 13 milliseconds