Searched refs:qwords (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_pt.c | 332 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 …]
|
D | xe_pt_types.h | 65 u32 qwords; member
|
D | xe_migrate.c | 1199 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/ |
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.
|
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.
|
D | sha512-avx2-asm.S | 741 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
|
/linux-6.12.1/drivers/net/ethernet/tehuti/ |
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()
|
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.12.1/include/linux/qed/ |
D | qed_rdma_if.h | 226 u64 qwords[2]; member
|