aboutsummaryrefslogtreecommitdiff
path: root/target/i386/helper.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson1-1/+0
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini1-2/+1
2021-05-19target/i386: Remove user-only i/o stubsRichard Henderson1-2/+1
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson1-1/+1
2021-05-19target/i386: Create helper_check_ioRichard Henderson1-3/+1
2021-05-19target/i386: Eliminate user stubs for read/write_crN, rd/wrmsrRichard Henderson1-4/+4
2021-05-19target/i386: Unify invlpg, invlpgaRichard Henderson1-2/+1
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson1-4/+4
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson1-3/+2
2021-05-19target/i386: Tidy svm_check_intercept from tcgRichard Henderson1-1/+1
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson1-9/+9
2021-05-19target/i386: Eliminate SVM helpers for user-onlyRichard Henderson1-2/+1
2021-05-19target/i386: Implement skinit in translate.cRichard Henderson1-1/+0
2021-05-10i386: move TCG bpt_helper into sysemu/Claudio Fontana1-0/+7
2021-05-10i386: split smm helper (sysemu)Claudio Fontana1-0/+4
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers1-0/+1
2019-05-22target/i386: Implement CPUID_EXT_RDRANDRichard Henderson1-0/+2
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini1-1/+0
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson1-2/+0
2016-12-22target-i386: Fix eflags.TF/#DB handling of syscall/sysret insnsDoug Evans1-0/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+230