Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/mm/
Dhugetlbpage.c288 int old_shift = base_shift + huge_shift[level]; in __setup_hugepagesz() local
290 ps >> 20, (1UL << old_shift) >> 20); in __setup_hugepagesz()
/linux-4.4.14/arch/x86/platform/efi/
Defi.c686 static void *realloc_pages(void *old_memmap, int old_shift) in realloc_pages() argument
690 ret = (void *)__get_free_pages(GFP_KERNEL, old_shift + 1); in realloc_pages()
700 memcpy(ret, old_memmap, PAGE_SIZE << old_shift); in realloc_pages()
703 free_pages((unsigned long)old_memmap, old_shift); in realloc_pages()
/linux-4.4.14/drivers/tty/serial/
Dserial_core.c818 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_set_info() local
825 old_shift = uport->regshift; in uart_set_info()
859 uport->regshift = old_shift; in uart_set_info()