Bochs/bochs/cpu
Stanislav Shwartsman 0b6a3afb53 Fixed compilation problem in segment_ctrl.pro
Restore back the workaround for segmentation checking in exception.cc until the better solution will be found
2005-04-13 17:13:05 +00:00
..
3dnow.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
access.cc Separate pageWriteStamp from ICACHE. The pageWriteStamp has totally independant structure and could be used in future with icache structure. Also it could be significantly speeded up using BX_SMF analog constructions. 2005-04-10 19:42:48 +00:00
apic.cc Separate pageWriteStamp from ICACHE. The pageWriteStamp has totally independant structure and could be used in future with icache structure. Also it could be significantly speeded up using BX_SMF analog constructions. 2005-04-10 19:42:48 +00:00
apic.h Separate pageWriteStamp from ICACHE. The pageWriteStamp has totally independant structure and could be used in future with icache structure. Also it could be significantly speeded up using BX_SMF analog constructions. 2005-04-10 19:42:48 +00:00
arith8.cc Fixed typo in apic.cc 2005-04-02 18:49:44 +00:00
arith16.cc Fixed typo in apic.cc 2005-04-02 18:49:44 +00:00
arith32.cc Fixed typo in apic.cc 2005-04-02 18:49:44 +00:00
arith64.cc Fixed typo in apic.cc 2005-04-02 18:49:44 +00:00
bcd.cc CPU fixes by Kevin Lawton 2005-02-16 21:27:21 +00:00
bit.cc * Fix LOCK prefix handling for x86-64 2004-09-17 20:47:19 +00:00
cpu.cc Just software changes: 2005-04-12 18:08:10 +00:00
cpu.h Fixed compilation problem in segment_ctrl.pro 2005-04-13 17:13:05 +00:00
cpuid.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
ctrl_xfer8.cc Fixed all JUMP near, CALL near and RET near cases 2004-11-02 18:05:19 +00:00
ctrl_xfer16.cc Reverting back RETF instruction changes made by Kevin Lawton 2005-03-20 18:01:01 +00:00
ctrl_xfer32.cc Reverting back RETF instruction changes made by Kevin Lawton 2005-03-20 18:01:01 +00:00
ctrl_xfer64.cc Just software changes: 2005-04-12 18:08:10 +00:00
ctrl_xfer_pro.cc Remove code duplication 2005-03-20 18:08:46 +00:00
data_xfer8.cc This commit is the first commit in long series of changes the have several purposes: 2004-08-09 21:28:47 +00:00
data_xfer16.cc mov duplicate opcode groups from fectchdecode*.cc to .h 2004-11-26 20:21:28 +00:00
data_xfer32.cc mov duplicate opcode groups from fectchdecode*.cc to .h 2004-11-26 20:21:28 +00:00
data_xfer64.cc mov duplicate opcode groups from fectchdecode*.cc to .h 2004-11-26 20:21:28 +00:00
debugstuff.cc Fixed bug with jumping from long mode when executing interrupt 2005-03-30 22:31:03 +00:00
descriptor.h Fixed compilation problem in segment_ctrl.pro 2005-04-13 17:13:05 +00:00
exception.cc Fixed compilation problem in segment_ctrl.pro 2005-04-13 17:13:05 +00:00
extdb.cc Fix extdb.cc compilation error 2005-03-01 17:49:34 +00:00
extdb.h Replaced tabs in cpu/*.{cc,h} files with spaces. 2002-10-04 17:04:33 +00:00
fetchdecode64.cc Enable SYSENTER/SYSEXIT together with x86-64 support, these instructions used by gentoo amd64 LiveCD image (at least it WRMSR to SYSENTER MSRs). 2005-03-29 21:59:44 +00:00
fetchdecode.cc Extend Bochs instrumentation 2005-03-17 20:50:57 +00:00
fetchdecode.h Moved macros for duplicate SSE/SSE2 functions from fetchdecode.h to 2005-03-23 01:45:16 +00:00
flag_ctrl_pro.cc Fixed bug 2004-09-30 16:50:03 +00:00
flag_ctrl.cc put VME initial code in BX_SUPPORT_VME ifdefs 2005-03-13 20:18:37 +00:00
fpu_emu.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
hostasm.h - host asms in a specific file 2004-02-15 17:57:45 +00:00
i387.h Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
icache.h Separate pageWriteStamp from ICACHE. The pageWriteStamp has totally independant structure and could be used in future with icache structure. Also it could be significantly speeded up using BX_SMF analog constructions. 2005-04-10 19:42:48 +00:00
init.cc Separate pageWriteStamp from ICACHE. The pageWriteStamp has totally independant structure and could be used in future with icache structure. Also it could be significantly speeded up using BX_SMF analog constructions. 2005-04-10 19:42:48 +00:00
io_pro.cc Getting little bit closer to VME feature 2005-03-09 22:01:13 +00:00
io.cc - changed data type of bulkIOHostAddr to Bit8u* (fixed compilation on 64 bit hosts) 2005-04-02 11:30:08 +00:00
lazy_flags.cc 1. Small optimization for lazy_flags.cc 2004-09-04 10:21:28 +00:00
lazy_flags.h 1. Small optimization for lazy_flags.cc 2004-09-04 10:21:28 +00:00
logical8.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
logical16.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
logical32.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
logical64.cc Little bit optimize memory access functions. Now values are calculated only if they actually needed. 2004-09-13 20:48:11 +00:00
Makefile.in move segments and descriptors definitions and macroses for new descriptor.h 2005-02-27 17:41:45 +00:00
mmx.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
mult8.cc CPU fixes by Kevin Lawton 2005-02-16 21:27:21 +00:00
mult16.cc CPU fixes by Kevin Lawton 2005-02-16 21:27:21 +00:00
mult32.cc CPU fixes by Kevin Lawton 2005-02-16 21:27:21 +00:00
mult64.cc Fix compiler warnings with -wall 2005-02-03 18:43:23 +00:00
paging.cc Fixed R/O pages access in CPL=3 (TLB accessBits bug) 2005-03-03 20:24:52 +00:00
proc_ctrl.cc Added debug messages for interrupt function in long mode 2005-03-30 20:53:04 +00:00
protect_ctrl_pro.cc Split BOUND instruction to two different according to operand size 2005-01-28 20:50:48 +00:00
protect_ctrl.cc Fixed compatability mode execution bug, compatability mode and long mode should be treated as protected for all protected_mode() checks 2005-03-29 21:37:06 +00:00
resolve16.cc - add __attribute__((regparm(X))) performance trick with gcc on x86 2003-03-17 00:41:01 +00:00
resolve32.cc EIP > CS.limit should not be a problem 2004-11-02 16:10:02 +00:00
resolve64.cc remove redundant CPU LEVEL checks for x86-64 2003-12-29 21:47:36 +00:00
segment_ctrl_pro.cc Fixed compilation problem in segment_ctrl.pro 2005-04-13 17:13:05 +00:00
segment_ctrl.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
shift8.cc CPU fixes by Kevin Lawton 2005-02-16 21:27:21 +00:00
shift16.cc CPU fixes by Kevin Lawton 2005-02-16 21:27:21 +00:00
shift32.cc Fixed undocumented flags handling for SHLD instruction 2004-12-24 22:44:13 +00:00
shift64.cc Fixed undocumented flags handling for SHLD instruction 2004-12-24 22:44:13 +00:00
soft_int.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
sse_move.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
sse_pfp.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
sse_rcp.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
sse.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
stack16.cc If exception occured register should not be modified. 2004-11-02 20:39:45 +00:00
stack32.cc CPU fixes by Kevin Lawton 2005-02-16 21:27:21 +00:00
stack64.cc Removed unused instruction (function) methods which were generated as a result of the initial implementation of AMD64 support. 2005-03-28 06:29:22 +00:00
stack_pro.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
string.cc Merge patch [1153327] ignore segment bases in x86-64 by Avi Kivity 2005-02-28 18:56:05 +00:00
tasking.cc More code review - changing BX_PANIC to BX_ERROR where implentation matches Intel docs. Also solved two cases when TS exception generated instead of GPF 2005-03-04 21:03:22 +00:00
vm8086.cc put VME initial code in BX_SUPPORT_VME ifdefs 2005-03-13 20:18:37 +00:00
xmm.h Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00