qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] ARM: Virtual / Physical address translation


From: Peter Maydell
Subject: Re: [Qemu-devel] ARM: Virtual / Physical address translation
Date: Wed, 30 May 2012 02:20:23 +0100

On 30 May 2012 02:00, Ira Ray Jenkins <address@hidden> wrote:
> What I would like is to be able to get the physical addresses of both
> data and instructions. Can anyone help me work through how to get the
> properly translated physical addresses given the virtual address?

See the function get_phys_addr() in target-arm/helper.c ... That is
a private function but if you're doing a local hack you can wire
it up to what you need it for.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]