Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_pt.c332 entry->qwords = 0; in xe_pt_new_shared()
391 entry->qwords++; in xe_pt_insert_entry()
864 for (j = 0; j < entries[i].qwords; j++) in xe_pt_cancel_bind()
871 entries[i].qwords = 0; in xe_pt_cancel_bind()
901 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_commit()
922 pt->num_live -= entries[i].qwords; in xe_pt_abort_bind()
928 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_abort_bind()
952 pt->num_live += entries[i].qwords; in xe_pt_commit_prepare_bind()
958 for (j = 0; j < entries[i].qwords; j++) { in xe_pt_commit_prepare_bind()
1013 end = start + page_size * entry->qwords; in xe_vm_dbg_print_entries()
[all …]
Dxe_pt_types.h65 u32 qwords; member
Dxe_migrate.c1199 u32 ofs = update->ofs, size = update->qwords; in write_pgtable()
1210 xe_tile_assert(tile, update->qwords < MAX_NUM_PTE); in write_pgtable()
1291 update->ofs, update->qwords, in xe_migrate_update_pgtables_cpu()
1296 update->ofs, update->qwords, update); in xe_migrate_update_pgtables_cpu()
1332 u32 num_cmds = DIV_ROUND_UP(updates[j].qwords, in __xe_migrate_update_pgtables()
1336 batch_size += 4 * num_cmds + updates[j].qwords * 2; in __xe_migrate_update_pgtables()
/linux-6.12.1/arch/x86/crypto/
Dsha512-ssse3-asm.S85 # 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.
Dsha512-avx-asm.S87 # 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.
Dsha512-avx2-asm.S741 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
/linux-6.12.1/drivers/net/ethernet/tehuti/
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()
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-6.12.1/include/linux/qed/
Dqed_rdma_if.h226 u64 qwords[2]; member