Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dcpu-exec.c191 static bool tb_lookup_cmp(const void *p, const void *d) in tb_lookup_cmp() function
248 return qht_lookup_custom(&tb_ctx.htable, &desc, h, tb_lookup_cmp); in tb_htable_lookup()