Home
last modified time | relevance | path

Searched refs:qwords (Results 1 – 9 of 9) sorted by relevance

/linux/lib/crc/x86/
H A Dcrc32c-3way.S105 # Compute floor(len / 24) to get num qwords to process from each lane.
111 # Processing 128 qwords from each lane.
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c365 entry->qwords = 0; in xe_pt_new_shared()
426 entry->qwords++; in xe_pt_insert_entry()
1014 for (j = 0; j < entries[i].qwords; j++) in xe_pt_cancel_bind()
1021 entries[i].qwords = 0; in xe_pt_cancel_bind()
1073 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_commit()
1097 pt->num_live -= entries[i].qwords; in xe_pt_abort_bind()
1103 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_abort_bind()
1127 pt->num_live += entries[i].qwords; in xe_pt_commit_prepare_bind()
1133 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_commit_prepare_bind()
1191 end = start + page_size * entry->qwords; in xe_vm_dbg_print_entries()
[all …]
H A Dxe_migrate.c1598 u32 ofs = update->ofs, size = update->qwords; in write_pgtable()
1609 xe_tile_assert(tile, update->qwords < MAX_NUM_PTE); in write_pgtable()
1690 update->ofs, update->qwords, in xe_migrate_update_pgtables_cpu()
1695 update->ofs, update->qwords, update); in xe_migrate_update_pgtables_cpu()
1731 u32 num_cmds = DIV_ROUND_UP(updates[j].qwords, in __xe_migrate_update_pgtables()
1735 batch_size += 4 * num_cmds + updates[j].qwords * 2; in __xe_migrate_update_pgtables()
/linux/lib/crypto/x86/
H A Dsha512-ssse3-asm.S84 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even
255 movdqa %xmm0, W_t(\rnd) # Store scheduled qwords
369 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
H A Dsha512-avx-asm.S86 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even
370 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
H A Dsha512-avx2-asm.S739 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
/linux/drivers/net/ethernet/tehuti/
H A Dtn40.c518 u16 qwords; /* qword = 64 bit */ member
752 (tn40_txd_sizes[nr_frags].qwords, txd_checksum, in tn40_start_xmit()
755 tn40_txd_sizes[nr_frags].qwords); in tn40_start_xmit()
768 (tn40_txd_sizes[nr_frags].qwords, in tn40_start_xmit()
H A Dtehuti.c1452 u16 qwords; /* qword = 64 bit */ member
1522 txd_sizes[i].qwords = lwords >> 1; in init_txd_sizes()
1627 (txd_sizes[nr_frags].qwords, txd_checksum, txd_vtag, in bdx_tx_transmit()
/linux/include/linux/qed/
H A Dqed_rdma_if.h226 u64 qwords[2]; member