Searched refs:uword (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dgenelf_debug.c33 typedef uint32_t uword; typedef
111 uword total_length;
116 uword prolog_length;
143 uword total_length;
145 uword debug_abbrev_offset;
186 static void emit_uword(struct buffer_ext *be, uword data)
188 buffer_ext_add(be, &data, sizeof(uword));
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_hal.c551 static u64 qat_hal_set_uword_ecc(u64 uword) argument
559 uword &= ~(0x7fULL << 0x2C);
560 uword |= qat_hal_parity_64bit(bit0_mask & uword) << 0x2C;
561 uword |= qat_hal_parity_64bit(bit1_mask & uword) << 0x2D;
562 uword |= qat_hal_parity_64bit(bit2_mask & uword) << 0x2E;
563 uword |= qat_hal_parity_64bit(bit3_mask & uword) <<
570 qat_hal_wr_uwords(struct icp_qat_fw_loader_handle *handle, unsigned char ae, unsigned int uaddr, unsigned int words_num, u64 *uword) argument
936 qat_hal_get_uwords(struct icp_qat_fw_loader_handle *handle, unsigned char ae, unsigned int uaddr, unsigned int words_num, u64 *uword) argument
[all...]
H A Dadf_common_drv.h155 unsigned int words_num, u64 *uword);
H A Dqat_uclo.c148 addr >>= 0x2; /* convert to uword address */
1946 u64 *uword, unsigned int addr_p,
1953 *uword = fill;
1969 *uword = uwrd;
1970 if (*uword == INVLD_UWORD)
1971 *uword = fill;
1944 qat_uclo_fill_uwords(struct icp_qat_uclo_objhandle *obj_handle, struct icp_qat_uclo_encap_page *encap_page, u64 *uword, unsigned int addr_p, unsigned int raddr, u64 fill) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c29 const size_t uword = msb >> 6; local
33 if (lword == uword)
37 hi = input[uword];

Completed in 147 milliseconds