Bochs/bochs/cpu
2002-09-13 01:09:10 +00:00
..
access.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
apic.cc - if misaligned or wrong size write, print the address and length! 2002-07-23 15:32:14 +00:00
arith8.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
arith16.cc I rehashed the way the EFLAGS register was stored internally. 2002-09-08 04:08:14 +00:00
arith32.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
bcd.cc - AAM can generate an exception (divide by 0) 2002-07-06 11:02:35 +00:00
bit.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
cpu.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
cpu.h Integrated Stanislav's general register accessors, which model 2002-09-13 01:09:10 +00:00
ctrl_xfer8.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
ctrl_xfer16.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
ctrl_xfer32.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
ctrl_xfer_pro.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
data_xfer8.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
data_xfer16.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
data_xfer32.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
debugstuff.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
decode16.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
decode32.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
exception.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
extdb.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
extdb.h I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
fetchdecode.cc - check in Stanislav Shwartsman's patch "bochs-mmx.patch-endian-support". 2002-09-09 16:11:25 +00:00
flag_ctrl_pro.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
flag_ctrl.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
i387.h - check in Stanislav Shwartsman's patch "bochs-mmx.patch-endian-support". 2002-09-09 16:11:25 +00:00
init.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
io_pro.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
io.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
lazy_flags.cc I rehashed the way the EFLAGS register was stored internally. 2002-09-08 04:08:14 +00:00
lazy_flags.h I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
logical8.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
logical16.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
logical32.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
Makefile.in - integrate Peter Tattam's x86-64 emulation code into the main branch! 2002-09-12 07:16:37 +00:00
mmx.cc Very small #ifdef mods so that all the static functions would 2002-09-09 17:13:13 +00:00
mult8.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
mult16.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
mult32.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
paging.cc I implemented Global pages. Though, I haven't tested them. :^) 2002-09-10 03:52:32 +00:00
proc_ctrl.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
protect_ctrl_pro.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
protect_ctrl.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
resolve16.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
resolve32.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
segment_ctrl_pro.cc - patch from Mike Rieker <mrieker@o3one.org> associated with this bug rpt: 2001-11-13 05:11:41 +00:00
segment_ctrl.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
shift8.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
shift16.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
shift32.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
soft_int.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
stack16.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
stack32.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
stack_pro.cc - add RCS Id to header of every file. This makes it easier to know what's 2001-10-03 13:10:38 +00:00
string.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
tasking.cc - remove extraneous newline 2002-09-10 18:56:36 +00:00
vm8086.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00