Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtb-hash.h46 static inline unsigned int tb_jmp_cache_hash_func(vaddr pc) in tb_jmp_cache_hash_func() function
57 static inline unsigned int tb_jmp_cache_hash_func(vaddr pc) in tb_jmp_cache_hash_func() function
H A Dcpu-exec.c235 hash = tb_jmp_cache_hash_func(s.pc); in tb_lookup()
960 h = tb_jmp_cache_hash_func(s.pc); in cpu_exec_loop()
H A Dtb-maint.c889 uint32_t h = tb_jmp_cache_hash_func(tb->pc); in tb_jmp_cache_inval_tb()