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.c118 #define MIN_CONTIG_ORDER 9 /* 2MB */ macro
119 static unsigned int discontig_frames_order = MIN_CONTIG_ORDER;
120 static unsigned long discontig_frames_early[1UL << MIN_CONTIG_ORDER] __initdata;
130 BUG_ON(order < MIN_CONTIG_ORDER); in alloc_discontig_frames()
134 order - MIN_CONTIG_ORDER); in alloc_discontig_frames()
157 free_pages((unsigned long)old_array, old_order - MIN_CONTIG_ORDER); in alloc_discontig_frames()
867 if (alloc_discontig_frames(MIN_CONTIG_ORDER)) in xen_after_bootmem()