Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Daperture_64.c173 u32 old_order; in read_agp() local
184 old_order = *order; in read_agp()
204 bus, slot, func, aper, aper + (32ULL << (old_order + 20)) - 1, in read_agp()
205 32 << old_order); in read_agp()
209 *order = old_order; in read_agp()
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c126 unsigned int old_order; in alloc_discontig_frames() local
139 old_order = discontig_frames_order; in alloc_discontig_frames()
156 free_pages((unsigned long)old_array, old_order - MIN_CONTIG_ORDER); in alloc_discontig_frames()