Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/platform/efi/
H A Defi.c539 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument
543 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1); in realloc_pages()
553 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages()
556 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()
/linux-6.15/drivers/tty/serial/
H A Dserial_core.c842 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_change_port() local
850 old_shift = uport->regshift; in uart_change_port()
877 uport->regshift = old_shift; in uart_change_port()