Searched refs:old_shift (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi.c | 532 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument 536 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1); in realloc_pages() 546 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages() 549 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi.c | 563 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument 567 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1); in realloc_pages() 577 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages() 580 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | serial_core.c | 926 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local 933 old_shift = uport->regshift; in uart_set_info() 967 uport->regshift = old_shift; in uart_set_info()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | serial_core.c | 919 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local 926 old_shift = uport->regshift; in uart_set_info() 960 uport->regshift = old_shift; in uart_set_info()
|
Completed in 11 milliseconds