Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/xen/
H A Dmmu_pv.c117 static unsigned long discontig_frames_early[1UL << MIN_CONTIG_ORDER] __initdata; variable
118 static unsigned long *discontig_frames __refdata = discontig_frames_early;
128 BUILD_BUG_ON(sizeof(discontig_frames_early) != PAGE_SIZE); in alloc_discontig_frames()