summaryrefslogtreecommitdiff
path: root/target-i386/mem_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-5/+7
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+2
2013-06-15target-i386/helper: remove EDX macroliguang1-4/+4
2013-06-15target-i386/helper: remove ECX macroliguang1-2/+2
2013-06-15target-i386/helper: remove EBX macroliguang1-2/+2
2013-06-15target-i386/helper: remove EAX macroliguang1-4/+4
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-5/+5
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+1
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-83/+18
2012-08-14x86: use wrappers for memory access helpersBlue Swirl1-0/+10
2012-08-14x86: avoid AREG0 for condition code helpersBlue Swirl1-2/+2
2012-08-14x86: avoid AREG0 for FPU helpersBlue Swirl1-0/+49
2012-06-28x86: split off memory access helpersBlue Swirl1-0/+161