Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c2181 #define MAX_CONTIG_ORDER 9 /* 2MB */ macro
2182 static unsigned long discontig_frames[1<<MAX_CONTIG_ORDER];
2311 if (unlikely(order > MAX_CONTIG_ORDER)) in xen_create_contiguous_region()
2346 if (unlikely(order > MAX_CONTIG_ORDER)) in xen_destroy_contiguous_region()