exec: move memory access declarations to a common header, inline *_phys functions
For now, this reduces the text size very slightly due to the newly-added
inlining:
text size before: 9301965
text size after: 9300645
Later, however, the declarations in include/exec/memory_ldst.inc.h will be
reused for the MemoryRegionCache slow path functions.
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- include/exec/cpu-all.h 30 additions, 45 deletionsinclude/exec/cpu-all.h
- include/exec/memory.h 44 additions, 109 deletionsinclude/exec/memory.h
- include/exec/memory_ldst.inc.h 71 additions, 0 deletionsinclude/exec/memory_ldst.inc.h
- include/exec/memory_ldst_phys.inc.h 147 additions, 0 deletionsinclude/exec/memory_ldst_phys.inc.h
- memory_ldst.inc.c 0 additions, 126 deletionsmemory_ldst.inc.c
Loading
Please register or sign in to comment