Searched refs:in_frames (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/x86/xen/
H A Dmmu.c2512 unsigned long *in_frames, xen_zap_pfn_range()
2522 if (in_frames) xen_zap_pfn_range()
2523 in_frames[i] = virt_to_mfn(vaddr); xen_zap_pfn_range()
2626 unsigned long *in_frames = discontig_frames, out_frame; xen_create_contiguous_region() local
2648 xen_zap_pfn_range(vstart, order, in_frames, NULL); xen_create_contiguous_region()
2652 success = xen_exchange_memory(1UL << order, 0, in_frames, xen_create_contiguous_region()
2660 xen_remap_exchanged_ptes(vstart, order, in_frames, 0); xen_create_contiguous_region()
2511 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 90 milliseconds