| /linux/drivers/net/ethernet/8390/ |
| H A D | hydra.c | 65 const unsigned char *buf, int start_page); 116 int start_page, stop_page; in hydra_init() local 136 start_page = NESM_START_PG; in hydra_init() 150 ei_status.tx_start_page = start_page; in hydra_init() 155 ei_status.rx_start_page = start_page + TX_PAGES; in hydra_init() 239 const unsigned char *buf, int start_page) in hydra_block_output() argument 247 z_memcpy_toio(mem_base+((start_page - NESM_START_PG)<<8), buf, count); in hydra_block_output()
|
| H A D | apne.c | 81 const unsigned char *buf, const int start_page); 200 int start_page, stop_page; in apne_probe1() local 271 start_page = NESM_START_PG; in apne_probe1() 274 start_page = NE1SM_START_PG; in apne_probe1() 286 start_page = 0x01; in apne_probe1() 298 start_page = NESM_START_PG; in apne_probe1() 325 ei_status.tx_start_page = start_page; in apne_probe1() 329 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1() 466 const unsigned char *buf, const int start_page) in apne_block_output() argument 497 outb(start_page, nic_base + NE_EN0_RSARHI); in apne_block_output()
|
| H A D | zorro8390.c | 185 const int start_page) in zorro8390_block_output() argument 217 z_writeb(start_page, nic_base + NE_EN0_RSARHI); in zorro8390_block_output() 291 int start_page, stop_page; in zorro8390_init() local 350 start_page = NESM_START_PG; in zorro8390_init() 367 ei_status.tx_start_page = start_page; in zorro8390_init() 371 ei_status.rx_start_page = start_page + TX_PAGES; in zorro8390_init()
|
| H A D | mac8390.c | 138 const unsigned char *buf, const int start_page); 152 const unsigned char *buf, int start_page); 160 const unsigned char *buf, int start_page); 736 const unsigned char *buf, int start_page) in sane_block_output() argument 738 long shmem = (start_page - WD_START_PG)<<8; in sane_block_output() 778 int start_page) in dayna_block_output() argument 780 long shmem = (start_page - WD_START_PG)<<8; in dayna_block_output() 817 const unsigned char *buf, int start_page) in slow_sane_block_output() argument 819 long shmem = (start_page - WD_START_PG)<<8; in slow_sane_block_output()
|
| H A D | ne2k-pci.c | 185 const int start_page); 221 int start_page, stop_page; in ne2k_pci_init_one() local 349 start_page = NESM_START_PG; in ne2k_pci_init_one() 359 ei_status.tx_start_page = start_page; in ne2k_pci_init_one() 368 ei_status.rx_start_page = start_page + TX_PAGES; in ne2k_pci_init_one() 577 const unsigned char *buf, const int start_page) in ne2k_pci_block_output() argument 621 outb(start_page, nic_base + EN0_RSARHI); in ne2k_pci_block_output()
|
| H A D | smc-ultra.c | 93 const unsigned char *buf, const int start_page); 99 const unsigned char *buf, const int start_page); 485 int start_page) in ultra_block_output() argument 487 void __iomem *shmem = ei_status.mem + ((start_page - START_PG)<<8); in ultra_block_output() 527 const unsigned char *buf, const int start_page) in ultra_pio_output() argument 531 outb(start_page, ioaddr + IOPA); in ultra_pio_output()
|
| H A D | wd.c | 59 const unsigned char *buf, int start_page); 463 int start_page) in wd_block_output() argument 466 void __iomem *shmem = ei_status.mem + ((start_page - WD_START_PG)<<8); in wd_block_output()
|
| H A D | xsurf100.c | 184 const unsigned char *buf, const int start_page) in xs100_block_output() argument 218 ei_outb(start_page, nic_base + EN0_RSARHI); in xs100_block_output()
|
| H A D | axnet_cs.c | 99 const u_char *buf, const int start_page); 670 const u_char *buf, const int start_page) in block_output() argument 683 outb_p(start_page, nic_base + EN0_RSARHI); in block_output() 820 int start_page); 1693 int start_page) in NS8390_trigger_send() argument 1705 outb_p(start_page, e8390_base + EN0_TPSR); in NS8390_trigger_send()
|
| H A D | pcnet_cs.c | 1223 const u_char *buf, const int start_page) in dma_block_output() argument 1262 outb_p(start_page, nic_base + EN0_RSARHI); in dma_block_output() 1279 if ((start_page << 8) + count == addr) in dma_block_output() 1285 (start_page << 8) + count, addr); in dma_block_output() 1402 const u_char *buf, const int start_page) in shmem_block_output() argument 1404 void __iomem *shmem = ei_status.mem + (start_page << 8); in shmem_block_output()
|
| H A D | lib8390.c | 110 int start_page); 1076 int start_page) in NS8390_trigger_send() argument 1089 ei_outb_p(start_page, e8390_base + EN0_TPSR); in NS8390_trigger_send()
|
| H A D | 8390.h | 77 const unsigned char *buf, int start_page);
|
| H A D | stnic.c | 65 const unsigned char *buf, int start_page);
|
| H A D | etherh.c | 305 etherh_block_output (struct net_device *dev, int count, const unsigned char *buf, int start_page) in etherh_block_output() argument 344 writeb (start_page, addr + EN0_RSARHI); in etherh_block_output()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_util.c | 341 unsigned long start_page, in ttm_bo_kmap_ttm() argument 367 map->page = ttm->pages[start_page]; in ttm_bo_kmap_ttm() 376 map->virtual = vmap(ttm->pages + start_page, num_pages, in ttm_bo_kmap_ttm() 425 unsigned long start_page, unsigned long num_pages, in ttm_bo_kmap() argument 436 if ((start_page + num_pages) > PFN_UP(res->size)) in ttm_bo_kmap() 443 return ttm_bo_kmap_ttm(bo, start_page, num_pages, map); in ttm_bo_kmap() 445 offset = start_page << PAGE_SHIFT; in ttm_bo_kmap()
|
| H A D | ttm_pool.c | 665 pgoff_t start_page, pgoff_t end_page) in ttm_pool_free_range() argument 667 struct page **pages = &tt->pages[start_page]; in ttm_pool_free_range() 671 for (i = start_page; i < end_page; i += nr, pages += nr) { in ttm_pool_free_range() 913 pgoff_t start_page = 0; in ttm_pool_drop_backed_up() local 939 start_page = restore->alloced_pages; in ttm_pool_drop_backed_up() 940 WARN_ON(mid > start_page); in ttm_pool_drop_backed_up() 951 ttm_pool_free_range(NULL, tt, ttm_cached, start_page, tt->num_pages); in ttm_pool_drop_backed_up()
|
| /linux/include/linux/ |
| H A D | swap.h | 193 pgoff_t start_page; member 424 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, 555 unsigned long start_page, in folio_alloc_swap() 565 add_swap_extent(struct swap_info_struct * sis,unsigned long start_page,unsigned long nr_pages,sector_t start_block) add_swap_extent() argument
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_free_list.c | 273 u32 start_page; in pvr_free_list_insert_node_locked() local 279 start_page = free_list->max_pages - free_list->current_pages - in pvr_free_list_insert_node_locked() 281 offset = (start_page * FREE_LIST_ENTRY_SIZE) & in pvr_free_list_insert_node_locked()
|
| /linux/mm/ |
| H A D | swapfile.c | 324 if (offset < se->start_page) in offset_to_swap_extent() 326 else if (offset >= se->start_page + se->nr_pages) in offset_to_swap_extent() 344 sector = se->start_block + (offset - se->start_page); in swap_folio_sector() 353 pgoff_t start_page, pgoff_t nr_pages) in discard_swap_cluster() argument 355 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster() 358 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster() 364 start_page += nr_blocks; in discard_swap_cluster() 2040 return se->start_block + (offset - se->start_page); in swapdev_block() 2551 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() argument 2569 BUG_ON(se->start_page + se->nr_pages != start_page); in add_swap_extent() [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gart.c | 387 uint64_t start_page, uint64_t num_pages, in amdgpu_gart_map_vram_range() argument 400 start_page + i, pa + AMDGPU_GPU_PAGE_SIZE * i, flags); in amdgpu_gart_map_vram_range()
|
| /linux/drivers/hv/ |
| H A D | hv_balloon.c | 137 __u64 start_page:40; member 982 pg_start = dm->ha_wrk.ha_page_range.finfo.start_page; in hot_add_req() 985 rg_start = dm->ha_wrk.ha_region_range.finfo.start_page; in hot_add_req() 1186 __u64 start_frame = range_array->finfo.start_page; in free_balloon_pages() 1242 bl_resp->range_array[i].finfo.start_page = in alloc_balloon_pages()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | ser.c | 585 u32 base_addr, start_page, residue; in ser_mac_mem_dump() local 589 start_page = start_addr / mem_page_size; in ser_mac_mem_dump() 592 base_addr += start_page * mem_page_size; in ser_mac_mem_dump()
|
| /linux/fs/erofs/ |
| H A D | fscache.c | 46 pgoff_t start_page = req->start / PAGE_SIZE; in erofs_fscache_req_complete() local 49 XA_STATE(xas, &req->mapping->i_pages, start_page); in erofs_fscache_req_complete()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | memory.c | 1539 left_size_in_dma_seg, device_address, bar_address, start_page; in alloc_sgt_from_device_pages() local 1561 for (start_page = 0 ; start_page < npages ; ++start_page) { in alloc_sgt_from_device_pages() 1570 curr_page = start_page; in alloc_sgt_from_device_pages() 1611 curr_page = start_page; in alloc_sgt_from_device_pages()
|
| /linux/drivers/mtd/ |
| H A D | mtdchar.c | 579 uint32_t start_page, end_page; in adjust_oob_length() local 585 start_page = mtd_div_by_ws(start, mtd); in adjust_oob_length() 590 (end_page - start_page + 1) * oob_per_page); in adjust_oob_length()
|