]> Git Repo - qemu.git/commit
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
authorYeongkyoon Lee <[email protected]>
Wed, 31 Oct 2012 07:04:24 +0000 (16:04 +0900)
committerBlue Swirl <[email protected]>
Sat, 3 Nov 2012 09:44:20 +0000 (09:44 +0000)
commitfdbb84d1332ae0827d60f1a2ca03c7d5678c6edd
tree1f05b7cd3c113d4cd2bba0b35964b3af8a586c6c
parent32761257c0b9fa7ee04d2871a6e48a41f119c469
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization

Add GETPC_EXT which is used by MMU helpers to selectively calculate the code
address of accessing guest memory when called from a qemu_ld/st optimized code
or a C function. Currently, it supports only i386 and x86-64 hosts.

Signed-off-by: Yeongkyoon Lee <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
exec-all.h
exec.c
softmmu_template.h
This page took 0.026344 seconds and 4 git commands to generate.