aboutsummaryrefslogtreecommitdiff
path: root/target/i386/helper.h
AgeCommit message (Expand)Author
2021-05-19target/i386: Remove user-only i/o stubsRichard Henderson
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson
2021-05-19target/i386: Create helper_check_ioRichard Henderson
2021-05-19target/i386: Eliminate user stubs for read/write_crN, rd/wrmsrRichard Henderson
2021-05-19target/i386: Unify invlpg, invlpgaRichard Henderson
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson
2021-05-19target/i386: Tidy svm_check_intercept from tcgRichard Henderson
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson
2021-05-19target/i386: Eliminate SVM helpers for user-onlyRichard Henderson
2021-05-19target/i386: Implement skinit in translate.cRichard Henderson
2021-05-10i386: move TCG bpt_helper into sysemu/Claudio Fontana
2021-05-10i386: split smm helper (sysemu)Claudio Fontana
2020-07-10target/i386: fix IEEE SSE floating-point exception raisingJoseph Myers
2019-05-22target/i386: Implement CPUID_EXT_RDRANDRichard Henderson
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson
2016-12-22target-i386: Fix eflags.TF/#DB handling of syscall/sysret insnsDoug Evans
2016-12-20Move target-* CPU file into a target/ folderThomas Huth