Searched refs:phys_pc (Results 1 – 2 of 2) sorted by relevance
65 uint32_t tb_hash_func(tb_page_addr_t phys_pc, vaddr pc, in tb_hash_func() argument68 return qemu_xxhash8(phys_pc, pc, flags2, flags, cf_mask); in tb_hash_func()
197 tb_page_addr_t phys_pc; in tb_htable_lookup() local203 phys_pc = get_page_addr_code(desc.env, s.pc); in tb_htable_lookup()204 if (phys_pc == -1) { in tb_htable_lookup()207 desc.page_addr0 = phys_pc; in tb_htable_lookup()208 h = tb_hash_func(phys_pc, (s.cflags & CF_PCREL ? 0 : s.pc), in tb_htable_lookup()