Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtb-hash.h45 static inline unsigned int tb_jmp_cache_hash_func(vaddr pc) in tb_jmp_cache_hash_func() function
56 static inline unsigned int tb_jmp_cache_hash_func(vaddr pc) in tb_jmp_cache_hash_func() function
H A Dcpu-exec.c260 hash = tb_jmp_cache_hash_func(pc); in tb_lookup()
1000 h = tb_jmp_cache_hash_func(pc); in cpu_exec_loop()
H A Dtb-maint.c888 uint32_t h = tb_jmp_cache_hash_func(tb->pc); in tb_jmp_cache_inval_tb()