Searched refs:start_pg (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/unicore32/mm/ |
| D | init.c | 202 struct page *start_pg, *end_pg; in free_memmap() local 208 start_pg = pfn_to_page(start_pfn - 1) + 1; in free_memmap() 215 pg = PAGE_ALIGN(__pa(start_pg)); in free_memmap()
|
| /Linux-v5.4/drivers/net/ethernet/8390/ |
| D | pcnet_cs.c | 104 static int setup_shmem_window(struct pcmcia_device *link, int start_pg, 106 static int setup_dma_config(struct pcmcia_device *link, int start_pg, 560 int start_pg, stop_pg, cm_offset; in pcnet_config() local 590 start_pg = SOCKET_START_PG; in pcnet_config() 594 start_pg = PCNET_START_PG; in pcnet_config() 601 (setup_shmem_window(link, start_pg, stop_pg, cm_offset) != 0)) in pcnet_config() 602 setup_dma_config(link, start_pg, stop_pg); in pcnet_config() 1297 static int setup_dma_config(struct pcmcia_device *link, int start_pg, in setup_dma_config() argument 1302 ei_status.tx_start_page = start_pg; in setup_dma_config() 1303 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_dma_config() [all …]
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | init.c | 464 struct page *start_pg, *end_pg; in free_memmap() local 470 start_pg = pfn_to_page(start_pfn - 1) + 1; in free_memmap() 477 pg = (unsigned long)PAGE_ALIGN(__pa(start_pg)); in free_memmap()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
| D | fw.c | 726 u16 start_pg; in rtw_dump_drv_rsvd_page() local 738 start_pg = offset >> FIFO_PAGE_SIZE_SHIFT; in rtw_dump_drv_rsvd_page() 739 start_pg += RSVD_PAGE_START_ADDR; in rtw_dump_drv_rsvd_page() 748 rtw_write16(rtwdev, REG_PKTBUF_DBG_CTRL, start_pg | ctl); in rtw_dump_drv_rsvd_page() 759 start_pg++; in rtw_dump_drv_rsvd_page()
|
| /Linux-v5.4/arch/arm/mm/ |
| D | init.c | 329 struct page *start_pg, *end_pg; in free_memmap() local 335 start_pg = pfn_to_page(start_pfn - 1) + 1; in free_memmap() 342 pg = PAGE_ALIGN(__pa(start_pg)); in free_memmap()
|
| /Linux-v5.4/kernel/trace/ |
| D | ftrace.c | 3000 struct ftrace_page *start_pg; in ftrace_allocate_pages() local 3008 start_pg = pg = kzalloc(sizeof(*pg), GFP_KERNEL); in ftrace_allocate_pages() 3033 return start_pg; in ftrace_allocate_pages() 3036 pg = start_pg; in ftrace_allocate_pages() 3040 start_pg = pg->next; in ftrace_allocate_pages() 3042 pg = start_pg; in ftrace_allocate_pages() 5571 struct ftrace_page *start_pg; in ftrace_process_locs() local 5588 start_pg = ftrace_allocate_pages(count); in ftrace_process_locs() 5589 if (!start_pg) in ftrace_process_locs() 5602 ftrace_pages = ftrace_pages_start = start_pg; in ftrace_process_locs() [all …]
|