Searched refs:start_pg (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm64/mm/
H A Dinit.c212 struct page *start_pg, *end_pg; free_memmap() local
218 start_pg = pfn_to_page(start_pfn - 1) + 1; free_memmap()
225 pg = (unsigned long)PAGE_ALIGN(__pa(start_pg)); free_memmap()
/linux-4.4.14/arch/unicore32/mm/
H A Dinit.c319 struct page *start_pg, *end_pg; free_memmap() local
325 start_pg = pfn_to_page(start_pfn - 1) + 1; free_memmap()
332 pg = PAGE_ALIGN(__pa(start_pg)); free_memmap()
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dpcnet_cs.c105 static int setup_shmem_window(struct pcmcia_device *link, int start_pg,
107 static int setup_dma_config(struct pcmcia_device *link, int start_pg,
557 int start_pg, stop_pg, cm_offset; pcnet_config() local
588 start_pg = SOCKET_START_PG; pcnet_config()
592 start_pg = PCNET_START_PG; pcnet_config()
599 (setup_shmem_window(link, start_pg, stop_pg, cm_offset) != 0)) pcnet_config()
600 setup_dma_config(link, start_pg, stop_pg); pcnet_config()
1296 static int setup_dma_config(struct pcmcia_device *link, int start_pg, setup_dma_config() argument
1301 ei_status.tx_start_page = start_pg; setup_dma_config()
1302 ei_status.rx_start_page = start_pg + TX_PAGES; setup_dma_config()
1399 static int setup_shmem_window(struct pcmcia_device *link, int start_pg, setup_shmem_window() argument
1406 window_size = (stop_pg - start_pg) << 8; setup_shmem_window()
1421 offset = (start_pg << 8) + cm_offset; setup_shmem_window()
1448 ei_status.tx_start_page = start_pg; setup_shmem_window()
1449 ei_status.rx_start_page = start_pg + TX_PAGES; setup_shmem_window()
1450 ei_status.stop_page = start_pg + ( setup_shmem_window()
/linux-4.4.14/arch/arm/mm/
H A Dinit.c336 struct page *start_pg, *end_pg; free_memmap() local
342 start_pg = pfn_to_page(start_pfn - 1) + 1; free_memmap()
349 pg = PAGE_ALIGN(__pa(start_pg)); free_memmap()
/linux-4.4.14/kernel/trace/
H A Dftrace.c2949 struct ftrace_page *start_pg; ftrace_allocate_pages() local
2957 start_pg = pg = kzalloc(sizeof(*pg), GFP_KERNEL); ftrace_allocate_pages()
2982 return start_pg; ftrace_allocate_pages()
2985 pg = start_pg; ftrace_allocate_pages()
2989 start_pg = pg->next; ftrace_allocate_pages()
2991 pg = start_pg; ftrace_allocate_pages()
4802 struct ftrace_page *start_pg; ftrace_process_locs() local
4819 start_pg = ftrace_allocate_pages(count); ftrace_process_locs()
4820 if (!start_pg) ftrace_process_locs()
4833 ftrace_pages = ftrace_pages_start = start_pg; ftrace_process_locs()
4844 ftrace_pages->next = start_pg; ftrace_process_locs()
4848 pg = start_pg; ftrace_process_locs()
4887 ftrace_update_code(mod, start_pg); ftrace_process_locs()

Completed in 386 milliseconds