index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
utility.cc
Age
Commit message (
Expand
)
Author
2014-02-05
x86: Fix x87 state transfer bug
Andreas Sandberg
2014-02-02
x86, kvm: Fix bug in the RFlags get and set functions
Nikos Nikoleris
2013-10-15
arch/x86: add support for explicit CC register file
Yasuko Eckert
2013-10-15
cpu: add a condition-code register class
Yasuko Eckert
2013-09-30
x86: Add support routines to load and store 80-bit floats
Andreas Sandberg
2013-09-30
x86: Add limited support for extracting function call arguments
Andreas Sandberg
2013-09-19
x86: Add support routines to convert between x87 tag formats
Andreas Sandberg
2013-06-18
x86: Add support for maintaining the x87 tag word
Andreas Sandberg
2013-06-18
x86: Add helper functions to access rflags
Andreas Sandberg
2013-06-11
x86: Fix bug when copying TSC on CPU handover
Andreas Sandberg
2013-02-19
x86: Move APIC clock divider to Python
Andreas Hansson
2013-01-07
arch: Add support for invalidating TLBs when draining
Andreas Sandberg
2012-08-28
Clock: Add a Cycles wrapper class and use where applicable
Andreas Hansson
2012-08-21
Clock: Move the clock and related functions to ClockedObject
Andreas Hansson
2011-10-30
X86: Get rid of more uses of FULL_SYSTEM.
Gabe Black
2011-07-11
X86: implements copyRegs() function
Nilay Vaish
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-15
GetArgument: Rework getArgument so that X86_FS compiles again.
Gabe Black
2010-10-01
Debug: Implement getArgument() and function skipping for ARM.
Ali Saidi
2010-08-23
X86: Create a directory for files that define register indexes.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-04-19
X86: Implement the INIT IPI.
Gabe Black
2009-04-19
X86: Condense the startupCPU code.
Gabe Black
2008-10-12
X86: Make the local APIC accessible through the memory system directly, and m...
Gabe Black
2008-10-12
Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...
Gabe Black
2008-02-26
X86: Put in initial implementation of the local APIC.
Gabe Black
2007-12-01
X86: Move startup code to the system object to initialize a Linux system.
Gabe Black
2007-12-01
X86: Reorganize segmentation and implement segment selector movs.
Gabe Black
2007-12-01
X86: Separate the effective seg base and the "hidden" seg base.
Gabe Black
2007-11-16
X86: Fix 32 bit compilation.
Gabe Black
2007-11-12
X86: Implement the startupCPU function.
Gabe Black
2007-10-23
X86: Fix X86_FS compilation.
Gabe Black
2007-10-07
X86: Make x86 initialize more state.
Gabe Black
2007-10-07
X86: Make initCPU and startupCPU do something basic.
Gabe Black
2007-09-24
X86: Get X86_FS to compile.
Gabe Black