qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] glue(glue(ld, USUFFIX), _p)


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] glue(glue(ld, USUFFIX), _p)
Date: Mon, 26 Jun 2017 01:18:07 -0300

Hi Theodore,

> In include/exec/cpu_ldst_useronly_template.h, there’s references to 
> glue(glue(ld, USUFFIX), _p), which would expand to a call to a function 
> looking something like uint32_t lduw_p(void *) (for example). Where is this 
> function defined?

You might be looking for the glue address_space_lduw_internal() at
line 251 of memory_ldst.inc.c:

https://github.com/qemu/qemu/blob/master/memory_ldst.inc.c#L251

Regards,

Phil.



reply via email to

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