[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] How does cpu_ldx_data translate virtual->physical?
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] How does cpu_ldx_data translate virtual->physical? |
Date: |
Mon, 18 Nov 2013 08:08:24 +1000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 |
On 11/16/2013 08:12 PM, Martin T wrote:
> So I'm thinking there must be some other place where cpu_ldq_data() gets
> defined which does something else, however, I haven't been able to find it
> searching through the sources.
It's constructed via macro glue. See include/exec/softmmu_exec.h.
r~