Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dmmu_pv.c126 #define MIN_CONTIG_ORDER 9 /* 2MB */ macro
127 static unsigned int discontig_frames_order = MIN_CONTIG_ORDER;
128 static unsigned long discontig_frames_early[1UL << MIN_CONTIG_ORDER] __initdata;
138 BUG_ON(order < MIN_CONTIG_ORDER); in alloc_discontig_frames()
142 order - MIN_CONTIG_ORDER); in alloc_discontig_frames()
165 free_pages((unsigned long)old_array, old_order - MIN_CONTIG_ORDER); in alloc_discontig_frames()
875 if (alloc_discontig_frames(MIN_CONTIG_ORDER)) in xen_after_bootmem()