Searched refs:MIN_CONTIG_ORDER (Results 1 – 1 of 1) sorted by relevance
115 #define MIN_CONTIG_ORDER 9 /* 2MB */ macro116 static unsigned int discontig_frames_order = MIN_CONTIG_ORDER;117 static unsigned long discontig_frames_early[1UL << MIN_CONTIG_ORDER] __initdata;127 BUG_ON(order < MIN_CONTIG_ORDER); in alloc_discontig_frames()131 order - MIN_CONTIG_ORDER); in alloc_discontig_frames()154 free_pages((unsigned long)old_array, old_order - MIN_CONTIG_ORDER); in alloc_discontig_frames()863 if (alloc_discontig_frames(MIN_CONTIG_ORDER)) in xen_after_bootmem()