Home
last modified time | relevance | path

Searched refs:uword (Results 1 – 4 of 4) sorted by relevance

/linux/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) in emit_uword()
188 buffer_ext_add(be, &data, sizeof(uword)); in emit_uword()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_common_drv.h154 unsigned int words_num, u64 *uword);
H A Dqat_uclo.c1946 u64 *uword, unsigned int addr_p, in qat_uclo_fill_uwords() argument
1953 *uword = fill; in qat_uclo_fill_uwords()
1969 *uword = uwrd; in qat_uclo_fill_uwords()
1970 if (*uword == INVLD_UWORD) in qat_uclo_fill_uwords()
1971 *uword = fill; in qat_uclo_fill_uwords()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c29 const size_t uword = msb >> 6; in rvu_npc_wide_extract() local
33 if (lword == uword) in rvu_npc_wide_extract()
37 hi = input[uword]; in rvu_npc_wide_extract()