Searched refs:qht_lookup_custom (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | qht.h | 107 void *qht_lookup_custom(const struct qht *ht, const void *userp, uint32_t hash,
|
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 87 p = qht_lookup_custom(&ht, &val, hash, is_equal); in check()
|
/openbmc/qemu/util/ |
H A D | qht.c | 596 void *qht_lookup_custom(const struct qht *ht, const void *userp, uint32_t hash, in qht_lookup_custom() function 621 return qht_lookup_custom(ht, userp, hash, ht->cmp); in qht_lookup()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 245 return qht_lookup_custom(&tb_ctx.htable, &desc, h, tb_lookup_cmp); in tb_htable_lookup()
|