Searched refs:qwords (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/x86/lib/ |
| H A D | crc32c-3way.S | 105 # Compute floor(len / 24) to get num qwords to process from each lane. 111 # Processing 128 qwords from each lane.
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 352 entry->qwords = 0; in xe_pt_new_shared() 413 entry->qwords++; in xe_pt_insert_entry() 961 for (j = 0; j < entries[i].qwords; j++) in xe_pt_cancel_bind() 968 entries[i].qwords = 0; in xe_pt_cancel_bind() 1020 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_commit() 1044 pt->num_live -= entries[i].qwords; in xe_pt_abort_bind() 1050 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_abort_bind() 1074 pt->num_live += entries[i].qwords; in xe_pt_commit_prepare_bind() 1136 end = start + page_size * entry->qwords; in xe_vm_dbg_print_entries() 1716 pt->num_live += entry->qwords; in xe_pt_abort_unbind() [all …]
|
| H A D | xe_pt_types.h | 65 u32 qwords; member
|
| H A D | xe_migrate.c | 1200 u32 ofs = update->ofs, size = update->qwords; in write_pgtable() 1211 xe_tile_assert(tile, update->qwords < MAX_NUM_PTE); in write_pgtable() 1292 update->ofs, update->qwords, in xe_migrate_update_pgtables_cpu() 1297 update->ofs, update->qwords, update); in xe_migrate_update_pgtables_cpu() 1333 u32 num_cmds = DIV_ROUND_UP(updates[j].qwords, in __xe_migrate_update_pgtables() 1337 batch_size += 4 * num_cmds + updates[j].qwords * 2; in __xe_migrate_update_pgtables()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | sha512-ssse3-asm.S | 85 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even 256 movdqa %xmm0, W_t(\rnd) # Store scheduled qwords 375 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
|
| H A D | sha512-avx-asm.S | 87 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even 373 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
|
| H A D | sha512-avx2-asm.S | 741 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
|
| /linux-6.15/drivers/net/ethernet/tehuti/ |
| H A D | tn40.c | 518 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 D | tehuti.c | 1452 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-6.15/include/linux/qed/ |
| H A D | qed_rdma_if.h | 226 u64 qwords[2]; member
|