/linux-6.3-rc2/tools/perf/trace/beauty/ |
A D | x86_arch_prctl.sh | 12 local first_entry=$3 14 printf "#define x86_arch_prctl_codes_%d_offset %s\n" $idx $first_entry 17 fmt="\t[%#x - ${first_entry}]= \"%s\",\n"
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | gen6_ppgtt.c | 78 const unsigned int first_entry = start / I915_GTT_PAGE_SIZE; in gen6_ppgtt_clear_range() local 80 unsigned int pde = first_entry / GEN6_PTES; in gen6_ppgtt_clear_range() 81 unsigned int pte = first_entry % GEN6_PTES; in gen6_ppgtt_clear_range() 117 unsigned int first_entry = vma_res->start / I915_GTT_PAGE_SIZE; in gen6_ppgtt_insert_entries() local 118 unsigned int act_pt = first_entry / GEN6_PTES; in gen6_ppgtt_insert_entries() 119 unsigned int act_pte = first_entry % GEN6_PTES; in gen6_ppgtt_insert_entries()
|
A D | intel_ggtt.c | 424 unsigned int first_entry = start / I915_GTT_PAGE_SIZE; in gen6_ggtt_clear_range() local 427 (gen6_pte_t __iomem *)ggtt->gsm + first_entry; in gen6_ggtt_clear_range() 428 const int max_entries = ggtt_total_entries(ggtt) - first_entry; in gen6_ggtt_clear_range() 433 first_entry, num_entries, max_entries)) in gen6_ggtt_clear_range()
|
/linux-6.3-rc2/include/drm/ |
A D | intel-gtt.h | 30 void intel_gmch_gtt_clear_range(unsigned int first_entry, unsigned int num_entries);
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_fdma.c | 304 ((unsigned long)tx->first_entry + FDMA_DCB_MAX * sizeof(*dcb))) in sparx5_fdma_next_dcb() 305 next_dcb = tx->first_entry; in sparx5_fdma_next_dcb() 326 (unsigned long)tx->first_entry); in sparx5_fdma_xmit() 404 tx->first_entry = tx->curr_entry; in sparx5_fdma_tx_alloc()
|
A D | sparx5_main.h | 143 struct sparx5_tx_dcb_hw *first_entry; member
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/ |
A D | nfp_mip.c | 25 __le32 first_entry; member
|
/linux-6.3-rc2/drivers/char/agp/ |
A D | intel-gtt.c | 882 static void intel_gmch_gtt_insert_pages(unsigned int first_entry, in intel_gmch_gtt_insert_pages() argument 889 for (i = 0, j = first_entry; i < num_entries; i++, j++) { in intel_gmch_gtt_insert_pages() 949 void intel_gmch_gtt_clear_range(unsigned int first_entry, unsigned int num_entries) in intel_gmch_gtt_clear_range() argument 953 for (i = first_entry; i < (first_entry + num_entries); i++) { in intel_gmch_gtt_clear_range()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | xprtmultipath.c | 302 struct rpc_xprt *first_entry(struct list_head *head), in _xprt_iter_current_entry() 313 return first_entry(head); in _xprt_iter_current_entry()
|
/linux-6.3-rc2/drivers/accel/habanalabs/common/ |
A D | hw_queue.c | 634 bool first_entry; in hl_hw_queue_schedule_cs() local 750 first_entry = list_first_entry(&hdev->cs_mirror_list, in hl_hw_queue_schedule_cs() 753 first_entry && cs_needs_timeout(cs)) { in hl_hw_queue_schedule_cs()
|
/linux-6.3-rc2/drivers/media/pci/intel/ipu3/ |
A D | ipu3-cio2-main.c | 165 entry[0].first_entry.ctrl = CIO2_FBPT_CTRL_VALID | in cio2_fbpt_entry_enable() 176 entry[0].first_entry.first_page_offset = 0; in cio2_fbpt_entry_init_dummy() 196 entry[0].first_entry.first_page_offset = b->offset; in cio2_fbpt_entry_init_buf() 197 remaining = length + entry[0].first_entry.first_page_offset; in cio2_fbpt_entry_init_buf() 550 if (entry->first_entry.ctrl & CIO2_FBPT_CTRL_VALID) { in cio2_buffer_done() 583 } while (!(entry->first_entry.ctrl & CIO2_FBPT_CTRL_VALID)); in cio2_buffer_done()
|
A D | ipu3-cio2.h | 438 } first_entry; member
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_main.c | 4087 unsigned int first_entry, tx_packets; in stmmac_tso_xmit() local 4150 first_entry = tx_q->cur_tx; in stmmac_tso_xmit() 4151 WARN_ON(tx_q->tx_skbuff[first_entry]); in stmmac_tso_xmit() 4154 desc = &tx_q->dma_entx[first_entry].basic; in stmmac_tso_xmit() 4156 desc = &tx_q->dma_tx[first_entry]; in stmmac_tso_xmit() 4168 tx_q->tx_skbuff_dma[first_entry].buf = des; in stmmac_tso_xmit() 4322 unsigned int first_entry, tx_packets, enh_desc; in stmmac_xmit() local 4366 first_entry = entry; in stmmac_xmit() 4367 WARN_ON(tx_q->tx_skbuff[first_entry]); in stmmac_xmit() 4508 tx_q->tx_skbuff_dma[first_entry].buf = des; in stmmac_xmit() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/sun/ |
A D | sunhme.c | 2114 u32 first_len, u32 first_entry, u32 entry) in unmap_partial_tx_skb() argument 2120 first_entry = NEXT_TX(first_entry); in unmap_partial_tx_skb() 2121 while (first_entry != entry) { in unmap_partial_tx_skb() 2122 struct happy_meal_txd *this = &txbase[first_entry]; in unmap_partial_tx_skb() 2176 int frag, first_entry = entry; in happy_meal_start_xmit() local 2197 first_entry, entry); in happy_meal_start_xmit() 2208 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry], in happy_meal_start_xmit()
|
A D | sungem.c | 1040 int frag, first_entry = entry; in gem_start_xmit() local 1079 txd = &gp->init_block->txd[first_entry]; in gem_start_xmit()
|
/linux-6.3-rc2/drivers/net/ethernet/realtek/ |
A D | 8139cp.c | 805 int frag, first_entry = entry; in cp_start_xmit() local 831 unwind_tx_frag_mapping(cp, skb, first_entry, entry); in cp_start_xmit() 854 txd = &cp->tx_ring[first_entry]; in cp_start_xmit() 863 cp->tx_opts[first_entry] = ctrl; in cp_start_xmit() 865 first_entry, entry, skb->len); in cp_start_xmit()
|
/linux-6.3-rc2/drivers/net/ethernet/brocade/bna/ |
A D | bfi_enet.h | 159 union bfi_addr_u first_entry; member
|
A D | bna_tx_rx.c | 1295 (bfi_q)->first_entry.a32.addr_lo = cur_q_addr.lsb; \ 1296 (bfi_q)->first_entry.a32.addr_hi = cur_q_addr.msb; \
|
/linux-6.3-rc2/fs/proc/ |
A D | proc_sysctl.c | 378 static void first_entry(struct ctl_dir *dir, in first_entry() function 790 for (first_entry(ctl_dir, &h, &entry); h; next_entry(&h, &entry)) { in proc_sys_readdir()
|