Searched refs:old_shift (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/platform/efi/
H A Defi.c563 static void *realloc_pages(void *old_memmap, int old_shift) argument
567 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1);
577 memcpy(ret, old_memmap, PAGE_SIZE << old_shift);
580 free_pages((unsigned long)old_memmap, old_shift);
/linux-master/drivers/tty/serial/
H A Dserial_core.c932 unsigned int old_type, old_iotype, old_hub6, old_shift; local
939 old_shift = uport->regshift;
973 uport->regshift = old_shift;

Completed in 266 milliseconds