Hi,
Am 15.08.2012 08:33, schrieb Steven:
> I would like to trace the guest physical address of the load
> instructions from the guest. I thought the cpu_A0 is the memory
> address to be accessed. However, when I print out the value of cpu_A0,
> like
>
> static inline void gen_op_ld_v(int idx, TCG
Hi,
I would like to trace the guest physical address of the load
instructions from the guest. I thought the cpu_A0 is the memory
address to be accessed. However, when I print out the value of cpu_A0,
like
static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0)
{
int mem_index = (idx >> 2) -