uword             201 drivers/crypto/qat/qat_common/adf_common_drv.h 		       unsigned int words_num, uint64_t *uword);
uword             560 drivers/crypto/qat/qat_common/qat_hal.c static uint64_t qat_hal_set_uword_ecc(uint64_t uword)
uword             568 drivers/crypto/qat/qat_common/qat_hal.c 	uword &= ~(0x7fULL << 0x2C);
uword             569 drivers/crypto/qat/qat_common/qat_hal.c 	uword |= qat_hal_parity_64bit(bit0_mask & uword) << 0x2C;
uword             570 drivers/crypto/qat/qat_common/qat_hal.c 	uword |= qat_hal_parity_64bit(bit1_mask & uword) << 0x2D;
uword             571 drivers/crypto/qat/qat_common/qat_hal.c 	uword |= qat_hal_parity_64bit(bit2_mask & uword) << 0x2E;
uword             572 drivers/crypto/qat/qat_common/qat_hal.c 	uword |= qat_hal_parity_64bit(bit3_mask & uword) << 0x2F;
uword             573 drivers/crypto/qat/qat_common/qat_hal.c 	uword |= qat_hal_parity_64bit(bit4_mask & uword) << 0x30;
uword             574 drivers/crypto/qat/qat_common/qat_hal.c 	uword |= qat_hal_parity_64bit(bit5_mask & uword) << 0x31;
uword             575 drivers/crypto/qat/qat_common/qat_hal.c 	uword |= qat_hal_parity_64bit(bit6_mask & uword) << 0x32;
uword             576 drivers/crypto/qat/qat_common/qat_hal.c 	return uword;
uword             581 drivers/crypto/qat/qat_common/qat_hal.c 		       unsigned int words_num, uint64_t *uword)
uword             593 drivers/crypto/qat/qat_common/qat_hal.c 		tmp = qat_hal_set_uword_ecc(uword[i]);
uword             824 drivers/crypto/qat/qat_common/qat_hal.c 			       unsigned int words_num, uint64_t *uword)
uword             839 drivers/crypto/qat/qat_common/qat_hal.c 		uword[i] = uwrd_hi;
uword             840 drivers/crypto/qat/qat_common/qat_hal.c 		uword[i] = (uword[i] << 0x20) | uwrd_lo;
uword            1517 drivers/crypto/qat/qat_common/qat_uclo.c 				 uint64_t *uword, unsigned int addr_p,
uword            1524 drivers/crypto/qat/qat_common/qat_uclo.c 		*uword = fill;
uword            1539 drivers/crypto/qat/qat_common/qat_uclo.c 	*uword = uwrd;
uword            1540 drivers/crypto/qat/qat_common/qat_uclo.c 	if (*uword == INVLD_UWORD)
uword            1541 drivers/crypto/qat/qat_common/qat_uclo.c 		*uword = fill;
uword             104 tools/perf/util/genelf_debug.c 	uword total_length;
uword             109 tools/perf/util/genelf_debug.c 	uword prolog_length;
uword             136 tools/perf/util/genelf_debug.c 	uword total_length;
uword             138 tools/perf/util/genelf_debug.c 	uword debug_abbrev_offset;
uword             179 tools/perf/util/genelf_debug.c static void emit_uword(struct buffer_ext *be, uword data)
uword             181 tools/perf/util/genelf_debug.c 	buffer_ext_add(be, &data, sizeof(uword));