Bochs/bochs/cpu
Stanislav Shwartsman 33262356ec small optimization
2010-03-27 16:30:01 +00:00
..
3dnow.cc bugfixes and cleanups 2010-03-03 14:33:35 +00:00
access32.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
access64.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
access.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
aes.cc enable compilation with CPU_LEVEL <= 6 2010-02-26 11:44:50 +00:00
apic.cc apic_dest_t as datatype 2010-03-27 09:56:30 +00:00
apic.h apic_dest_t as datatype 2010-03-27 09:56:30 +00:00
arith8.cc bugfix 2010-03-05 08:54:07 +00:00
arith16.cc enable compilation with CPU_LEVEL <= 6 2010-02-26 11:44:50 +00:00
arith32.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
arith64.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
bcd.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
bit16.cc allow to configure CPU features at runtime - implemened on example of SSE/AES/MOVBE/POPCNT 2010-02-25 22:04:31 +00:00
bit32.cc allow to configure CPU features at runtime - implemened on example of SSE/AES/MOVBE/POPCNT 2010-02-25 22:04:31 +00:00
bit64.cc allow to configure CPU features at runtime - implemened on example of SSE/AES/MOVBE/POPCNT 2010-02-25 22:04:31 +00:00
bit.cc bswap undefined behavior 2010-03-19 10:00:48 +00:00
call_far.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
cpu.cc fix for 2795115 NX fault could be missed 2010-03-23 19:58:20 +00:00
cpu.h add PDPTRS into param tree 2010-03-25 22:04:31 +00:00
cpuid.cc split crreg access functions to separate file 2010-03-25 21:33:07 +00:00
crc32.cc allow to configure CPU features at runtime - implemened on example of SSE/AES/MOVBE/POPCNT 2010-02-25 22:04:31 +00:00
crregs.cc compile fixes 2010-03-26 11:09:12 +00:00
crregs.h enable EFER_MSR VMX controls 2010-03-27 09:27:40 +00:00
ctrl_xfer16.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
ctrl_xfer32.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
ctrl_xfer64.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
ctrl_xfer_pro.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
data_xfer8.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
data_xfer16.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
data_xfer32.cc enable compilation with CPU_LEVEL <= 6 2010-02-26 11:44:50 +00:00
data_xfer64.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
debugstuff.cc CS change from debugger could change CPL or CPU mode 2009-12-28 10:56:23 +00:00
descriptor.h cleanup 2009-12-28 09:26:22 +00:00
exception.cc split crreg access functions to separate file 2010-03-25 21:33:07 +00:00
fetchdecode64.cc bswap undefined behavior 2010-03-19 10:00:48 +00:00
fetchdecode_sse.h bugfix 2010-03-21 20:03:17 +00:00
fetchdecode_x87.h split fetchdecode.h for better readability 2010-02-08 10:39:30 +00:00
fetchdecode.cc bswap undefined behavior 2010-03-19 10:00:48 +00:00
fetchdecode.h cleanup and optimization 2010-02-15 14:04:48 +00:00
flag_ctrl_pro.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
flag_ctrl.cc fixes 2010-03-20 13:58:02 +00:00
fpu_emu.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
i387.h Move MMX to be runtime option 2010-03-01 18:53:53 +00:00
ia_opcodes.h bswap undefined behavior 2010-03-19 10:00:48 +00:00
icache.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
icache.h rename trace ilen to tlen 2010-02-13 09:41:51 +00:00
init.cc compile fixes 2010-03-26 11:09:12 +00:00
instr.h 1st step of moving CPU options to runtime 2010-02-24 19:27:51 +00:00
io.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
iret.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
jmp_far.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
lazy_flags.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
lazy_flags.h change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
load32.cc copyright fixes + small optimization 2009-10-14 20:45:29 +00:00
logical8.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
logical16.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
logical32.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
logical64.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
Makefile.in split crreg access functions to separate file 2010-03-25 21:33:07 +00:00
mmx.cc typo fix 2010-03-02 06:49:41 +00:00
msr.cc MSR_PAT VMX support 2010-03-26 21:26:08 +00:00
mult8.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
mult16.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
mult32.cc fixed IDIV result corruption 2010-03-18 22:19:10 +00:00
mult64.cc IDIV64 fix 2010-03-21 06:53:14 +00:00
paging.cc add PDPTRS into param tree 2010-03-25 22:04:31 +00:00
proc_ctrl.cc small optimization 2010-03-27 16:30:01 +00:00
protect_ctrl.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
resolver.cc copyright fixes + small optimization 2009-10-14 20:45:29 +00:00
ret_far.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
segment_ctrl_pro.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
segment_ctrl.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
shift8.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
shift16.cc optimization 2010-02-26 23:09:30 +00:00
shift32.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
shift64.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
smm.cc setCR3 change 2010-03-25 21:39:34 +00:00
smm.h copyright fixes + small optimization 2009-10-14 20:45:29 +00:00
soft_int.cc fix 2010-03-24 21:26:13 +00:00
sse_move.cc fix 2010-03-19 15:07:04 +00:00
sse_pfp.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00
sse_rcp.cc enable compilation with CPU_LEVEL <= 6 2010-02-26 11:44:50 +00:00
sse_string.cc enable compilation with CPU_LEVEL <= 6 2010-02-26 11:44:50 +00:00
sse.cc enable compilation with CPU_LEVEL <= 6 2010-02-26 11:44:50 +00:00
stack16.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
stack32.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
stack64.cc fix 2010-03-12 20:59:05 +00:00
stack.h copyright fixes + small optimization 2009-10-14 20:45:29 +00:00
string.cc change Copyright to Bochs Project 2009-12-04 16:53:12 +00:00
tasking.cc checkPDPTR in task switch 2010-03-25 21:57:26 +00:00
todo apic virtualization + vmx fixes 2010-03-16 14:51:20 +00:00
vm8086.cc VMX bugfix 2010-03-15 13:22:14 +00:00
vmexit.cc bugfixes for luvalley boot 2010-03-27 11:14:19 +00:00
vmx.cc small optimization 2010-03-27 16:30:01 +00:00
vmx.h fix 2010-03-27 10:42:43 +00:00
xmm.h allow to configure CPU features at runtime - implemened on example of SSE/AES/MOVBE/POPCNT 2010-02-25 22:04:31 +00:00
xsave.cc remove unused param from exception() call 2010-03-14 15:51:27 +00:00