Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dcpu-exec.c228 static TranslationBlock *tb_htable_lookup(CPUState *cpu, vaddr pc, in tb_htable_lookup() function
275 tb = tb_htable_lookup(cpu, pc, cs_base, flags, cflags); in tb_lookup()