Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dperf.h21 void perf_report_code(uint64_t guest_pc, TranslationBlock *tb,
39 static inline void perf_report_code(uint64_t guest_pc, TranslationBlock *tb, in perf_report_code() argument
/openbmc/qemu/tcg/
H A Dperf.c312 void perf_report_code(uint64_t guest_pc, TranslationBlock *tb, in perf_report_code() argument
338 q[insn].address |= (guest_pc & qemu_target_page_mask()); in perf_report_code()