Symbol: uword
drivers/crypto/intel/qat/qat_common/adf_common_drv.h
153
unsigned int words_num, u64 *uword);
drivers/crypto/intel/qat/qat_common/qat_hal.c
551
static u64 qat_hal_set_uword_ecc(u64 uword)
drivers/crypto/intel/qat/qat_common/qat_hal.c
559
uword &= ~(0x7fULL << 0x2C);
drivers/crypto/intel/qat/qat_common/qat_hal.c
560
uword |= qat_hal_parity_64bit(bit0_mask & uword) << 0x2C;
drivers/crypto/intel/qat/qat_common/qat_hal.c
561
uword |= qat_hal_parity_64bit(bit1_mask & uword) << 0x2D;
drivers/crypto/intel/qat/qat_common/qat_hal.c
562
uword |= qat_hal_parity_64bit(bit2_mask & uword) << 0x2E;
drivers/crypto/intel/qat/qat_common/qat_hal.c
563
uword |= qat_hal_parity_64bit(bit3_mask & uword) << 0x2F;
drivers/crypto/intel/qat/qat_common/qat_hal.c
564
uword |= qat_hal_parity_64bit(bit4_mask & uword) << 0x30;
drivers/crypto/intel/qat/qat_common/qat_hal.c
565
uword |= qat_hal_parity_64bit(bit5_mask & uword) << 0x31;
drivers/crypto/intel/qat/qat_common/qat_hal.c
566
uword |= qat_hal_parity_64bit(bit6_mask & uword) << 0x32;
drivers/crypto/intel/qat/qat_common/qat_hal.c
567
return uword;
drivers/crypto/intel/qat/qat_common/qat_hal.c
572
unsigned int words_num, u64 *uword)
drivers/crypto/intel/qat/qat_common/qat_hal.c
584
tmp = qat_hal_set_uword_ecc(uword[i]);
drivers/crypto/intel/qat/qat_common/qat_hal.c
941
unsigned int words_num, u64 *uword)
drivers/crypto/intel/qat/qat_common/qat_hal.c
956
uword[i] = uwrd_hi;
drivers/crypto/intel/qat/qat_common/qat_hal.c
957
uword[i] = (uword[i] << 0x20) | uwrd_lo;
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2089
u64 *uword, unsigned int addr_p,
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2096
*uword = fill;
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2112
*uword = uwrd;
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2113
if (*uword == INVLD_UWORD)
drivers/crypto/intel/qat/qat_common/qat_uclo.c
2114
*uword = fill;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
29
const size_t uword = msb >> 6;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
33
if (lword == uword)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
37
hi = input[uword];
tools/perf/util/genelf_debug.c
111
uword total_length;
tools/perf/util/genelf_debug.c
116
uword prolog_length;
tools/perf/util/genelf_debug.c
143
uword total_length;
tools/perf/util/genelf_debug.c
145
uword debug_abbrev_offset;
tools/perf/util/genelf_debug.c
186
static void emit_uword(struct buffer_ext *be, uword data)
tools/perf/util/genelf_debug.c
188
buffer_ext_add(be, &data, sizeof(uword));