Home
last modified time | relevance | path

Searched refs:qemu_xxhash8 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dxxhash.h51 static inline uint32_t qemu_xxhash8(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash8() function
108 return qemu_xxhash8(ab, 0, 0, 0, 0); in qemu_xxhash2()
113 return qemu_xxhash8(ab, cd, 0, 0, 0); in qemu_xxhash4()
118 return qemu_xxhash8(ab, cd, 0, e, 0); in qemu_xxhash5()
124 return qemu_xxhash8(ab, cd, 0, e, f); in qemu_xxhash6()
130 return qemu_xxhash8(ab, cd, ef, g, 0); in qemu_xxhash7()
/openbmc/qemu/accel/tcg/
H A Dtb-hash.h67 return qemu_xxhash8(phys_pc, pc, flags2, flags, cf_mask); in tb_hash_func()
/openbmc/qemu/util/
H A Dqsp.c147 return qemu_xxhash8(ab, cd, 0, e, f); in do_qsp_callsite_hash()