Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c564 int qwords, bits, i; in sba_search_bitmap() local
567 qwords = bits_wanted >> 6; /* /64 */ in sba_search_bitmap()
568 bits = bits_wanted - (qwords * BITS_PER_LONG); in sba_search_bitmap()
570 end = res_end - qwords; in sba_search_bitmap()
578 for (i = 0 ; i < qwords ; i++) { in sba_search_bitmap()
586 for (i = 0 ; i < qwords ; i++) in sba_search_bitmap()
591 res_ptr += qwords; in sba_search_bitmap()
/openbmc/linux/arch/x86/crypto/
H A Dsha512-ssse3-asm.S85 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending 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 Dsha512-avx-asm.S87 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending 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.
/openbmc/linux/include/linux/qed/
H A Dqed_rdma_if.h226 u64 qwords[2]; member
/openbmc/linux/drivers/net/ethernet/tehuti/
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()