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?
~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?
~Theodore