| /openbmc/qemu/tcg/ |
| H A D | perf.c | 62 static void get_host_pc_size(uintptr_t *host_pc, uint16_t *host_size, in get_host_pc_size() argument 67 if (host_pc) { in get_host_pc_size() 68 *host_pc = (uintptr_t)start + start_off; in get_host_pc_size() 106 uintptr_t host_pc; in write_perfmap_entry() local 108 get_host_pc_size(&host_pc, &host_size, start, insn); in write_perfmap_entry() 110 host_pc, host_size, pretty_symbol(q, NULL)); in write_perfmap_entry() 251 uintptr_t host_pc; in write_jr_code_debug_info() local 271 get_host_pc_size(&host_pc, NULL, start, insn); in write_jr_code_debug_info() 272 ent.addr = host_pc; in write_jr_code_debug_info()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | internal-common.h | 56 uintptr_t host_pc);
|
| H A D | translator.c | 123 vaddr pc, void *host_pc, const TranslatorOps *ops, in translator_loop() argument 140 db->host_addr[0] = host_pc; in translator_loop()
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | tcg-internal.h | 20 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.h | 144 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | helper-tcg.h | 62 int *max_insns, vaddr pc, void *host_pc);
|
| H A D | translate.c | 3927 int *max_insns, vaddr pc, void *host_pc) in x86_translate_code() argument 3931 translator_loop(cpu, tb, max_insns, pc, host_pc, &i386_tr_ops, &dc.base); in x86_translate_code()
|
| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-ops.h | 63 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/include/exec/ |
| H A D | translator.h | 149 vaddr pc, void *host_pc, const TranslatorOps *ops,
|
| /openbmc/qemu/target/avr/ |
| H A D | cpu.h | 199 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/target/rx/ |
| H A D | cpu.h | 147 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/target/tricore/ |
| H A D | cpu.h | 259 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/target/alpha/ |
| H A D | cpu.h | 435 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.h | 197 int *max_insns, vaddr pc, void *host_pc);
|
| /openbmc/qemu/target/xtensa/ |
| H A D | cpu.h | 623 int *max_insns, vaddr pc, void *host_pc);
|