Hi, The function definition has a return address type tb_page_addr_t. tb_page_addr_t get_page_addr_code(CPUArchState *env1, target_ulong addr)
I am wondering is this address the guest physical address or the host virtual address. If it it is the guest physical address, why does Qemu waste guest physical space to store these address for tb? Thanks. Steven