Searched refs:qwords (Results 1 - 9 of 9) sorted by path

/linux-master/arch/x86/crypto/
H A 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.
H A Dsha512-avx2-asm.S741 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
H A 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.
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c223 .qwords = 0x10,
253 for (i = 0; i < update.qwords; i++) {
258 retval = xe_map_rd(xe, &pt->vmap, 8 * (update.ofs + update.qwords),
/linux-master/drivers/gpu/drm/xe/
H A Dxe_migrate.c83 * address (2 dwords), that leaves 0x3FD dwords (0x1FE qwords) for PTE values.
474 /* PDE qwords */
1112 u32 ofs = update->ofs, size = update->qwords;
1123 xe_tile_assert(tile, update->qwords < MAX_NUM_PTE);
1201 update->ofs, update->qwords, update);
1311 u32 num_cmds = DIV_ROUND_UP(updates[i].qwords, MAX_PTE_PER_SDI);
1314 batch_size += 4 * num_cmds + updates[i].qwords * 2;
H A Dxe_pt.c327 entry->qwords = 0;
385 entry->qwords++;
823 for (j = 0; j < entries[i].qwords; j++)
857 pt->num_live += entries[i].qwords;
865 for (j = 0; j < entries[i].qwords; j++) {
912 end = start + page_size * entry->qwords;
915 i, xe_pt->level, entry->ofs, entry->qwords,
1443 xe_walk->wupd.updates[level].update->qwords = end_offset - offset;
1523 pt->num_live -= entry->qwords;
1528 for (i = entry->ofs; i < entry->ofs + entry->qwords;
[all...]
H A Dxe_pt_types.h61 /** @ofs: offset inside this PTE to begin writing to (in qwords) */
64 /** @qwords: number of PTE's to write */
65 u32 qwords; member in struct:xe_vm_pgtable_update
/linux-master/drivers/net/ethernet/tehuti/
H A Dtehuti.c1452 u16 qwords; /* qword = 64 bit */ member in struct:__anon913
1522 txd_sizes[i].qwords = lwords >> 1;
1627 (txd_sizes[nr_frags].qwords, txd_checksum, txd_vtag,
/linux-master/include/linux/qed/
H A Dqed_rdma_if.h226 u64 qwords[2]; member in union:qed_gid

Completed in 215 milliseconds