..
avx
remove cpudb.h from some Makefile dependencies. it should be only in cpu/init.cc and config.cc
2021-07-25 18:21:41 +00:00
cpudb
Applied two patches from Debian.
2021-09-10 15:33:22 +00:00
decoder
fix MSVC warnings
2021-02-11 15:05:06 +00:00
fpu
remove cpudb.h from some Makefile dependencies. TODO: it should be only in cpu/init.cc and config.cc
2021-07-25 18:06:31 +00:00
3dnow.cc
access2.cc
Fix two bugs around monitor/mwait
2022-07-13 21:51:15 -05:00
access.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
access.h
keep def of YMM/ZMM register even if AVX or EVEX are not compiled in and let reading/writing them to MEM
2018-04-04 19:31:56 +00:00
aes.cc
avoid gcc 7.3 warning
2018-05-27 19:09:59 +00:00
apic.cc
Removed APIC timer handles from save/restore list. They are set by the
2021-09-12 15:13:20 +00:00
apic.h
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
arith8.cc
arith16.cc
arith32.cc
arith64.cc
cleanup return value of all instruction handlers
2018-02-16 07:57:32 +00:00
bcd.cc
bit16.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
bit32.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
bit64.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
bit.cc
bmi32.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
bmi64.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
call_far.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
cet.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
cpu.cc
fix MSVC warnings
2021-02-11 15:05:06 +00:00
cpu.h
more robust handling of SVM VMCB host ptr
2021-07-23 09:30:17 +00:00
cpuid.cc
solve code duplication between different cpudb models
2021-02-16 18:57:49 +00:00
cpuid.h
define and mention newly disclosed CPUID bits ( #7 )
2022-07-17 18:45:36 +03:00
cpustats.h
crc32.cc
change a bit more defines to const with type
2019-12-26 16:48:33 +00:00
crregs.cc
fixed SVM V_TPR handling SF bug #1428 AMD SVM Hyper-V fails
2021-03-11 21:19:45 +00:00
crregs.h
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
ctrl_xfer16.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
ctrl_xfer32.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
ctrl_xfer64.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
ctrl_xfer_pro.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
data_xfer8.cc
data_xfer16.cc
data_xfer32.cc
data_xfer64.cc
debugstuff.cc
fixed compilation without bochs debugger
2021-01-30 20:31:03 +00:00
descriptor.h
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
event.cc
intercept SMI support in SVM
2021-04-27 08:22:04 +00:00
exception.cc
fixed some MSVC wannings in CPU code
2021-02-08 13:06:44 +00:00
faststring.cc
Removed SVN property "executable" from some files.
2021-02-21 09:25:33 +00:00
flag_ctrl_pro.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
flag_ctrl.cc
fpu_emu.cc
generic_cpuid.cc
solve code duplication between different cpudb models
2021-02-16 18:57:49 +00:00
generic_cpuid.h
solve code duplication between different cpudb models
2021-02-16 18:57:49 +00:00
gf2.cc
i387.h
coding style changes, tab2space, macro2function or macro2const
2019-10-17 19:23:27 +00:00
icache.cc
fix compilation with SMP enabled
2021-01-31 14:03:28 +00:00
icache.h
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
init.cc
remove cpudb.h from bochs.h
2021-07-25 18:01:28 +00:00
io.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
iret.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
jmp_far.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
lazy_flags.h
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
load.cc
Fixed buffer overflow in LOAD_Wdq method when MXCSR.MM=1 -> thanks new gcc10 warning
2020-10-03 09:37:06 +00:00
logical8.cc
logical16.cc
more faststring cleanup
2019-10-14 14:54:07 +00:00
logical32.cc
more faststring cleanup
2019-10-14 14:54:07 +00:00
logical64.cc
Makefile.in
Applied two patches from Debian.
2021-09-10 15:33:22 +00:00
mmx.cc
fixed behavior of MMX PSRAW/PSRAD instructions when shift count is zero - still has to invalidate x87 tags for dest register
2020-12-15 20:05:54 +00:00
msr.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
msr.h
Protection Keys: Implemented Supervisor-Mode Protection Keys (PKS)
2020-05-29 12:35:30 +00:00
mult8.cc
mult16.cc
mult32.cc
mult64.cc
extract Bit128 arithmetic to separate wide_int.cc/wide_int.h compiled independently of long mode emulation
2020-05-19 16:01:23 +00:00
mwait.cc
remove siminterface.h from bochs.h and include it only where required
2021-01-30 19:40:18 +00:00
paging.cc
Fix two bugs around monitor/mwait
2022-07-13 21:51:15 -05:00
proc_ctrl.cc
remove gui.h from bochs.h and include it only where required
2021-01-30 18:47:25 +00:00
protect_ctrl.cc
VMX: fixed exit qualification info for VMREAD/VMWRITE instructions
2021-07-03 14:31:14 +00:00
rdrand.cc
VMX: fixed exit qualification info for VMREAD/VMWRITE instructions
2021-07-03 14:31:14 +00:00
ret_far.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
scalar_arith.h
fix MSVC warnings
2021-02-11 15:05:06 +00:00
segment_ctrl_pro.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
segment_ctrl.cc
VMX: save guest CET state to VMCS on vmexit
2019-12-27 13:02:30 +00:00
sha.cc
fixed bug in SHA256RNDS2 instruction - wrong order of dwords in result
2019-12-19 19:20:13 +00:00
shift8.cc
shift16.cc
shift32.cc
shift64.cc
simd_compare.h
simd_int.h
fixed some MSVC wannings in CPU code
2021-02-08 13:06:44 +00:00
simd_pfp.h
smm.cc
minor coding style modifications
2021-05-25 06:27:49 +00:00
smm.h
soft_int.cc
sse_move.cc
sse_pfp.cc
sse_rcp.cc
sse_string.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
sse.cc
stack16.cc
stack32.cc
stack64.cc
stack.cc
split Bochs CPU TLB to DTLB and ITLB to avoid aliasing conflicts between them. ~5% speedup measured
2019-12-09 18:37:02 +00:00
stack.h
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
string.cc
remove pc_system.h from bochs.h and include it only where required
2021-01-30 18:29:28 +00:00
svm.cc
more robust handling of SVM VMCB host ptr
2021-07-23 09:30:17 +00:00
svm.h
implement MSR PAR handling in AMD SVM
2021-03-21 15:33:18 +00:00
tasking.cc
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
tlb.h
fixed some MSVC wannings in CPU code
2021-02-08 13:06:44 +00:00
todo
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
vapic.cc
remove bochs-memory.h from bochs.h and include it only where required
2021-01-30 20:13:34 +00:00
vm8086.cc
Add initial implementation of the CET (Control Flow Enforcement Technology) emulation according to SDM071
2019-12-20 07:42:07 +00:00
vmcs.cc
minor coding style modifications
2021-05-25 06:27:49 +00:00
vmexit.cc
VMX: fixed exit qualification info for VMREAD/VMWRITE instructions
2021-07-03 14:31:14 +00:00
vmfunc.cc
vmx.cc
Fix that the blocking by SMI bit maybe set when a VM-exit ends outside SMM ( #15 )
2022-07-23 19:36:31 +03:00
vmx.h
! CPUID: Added TigerLake CPU definition (features CET and CLWB support)
2021-01-30 08:35:35 +00:00
wide_int.cc
extract Bit128 arithmetic to separate wide_int.cc/wide_int.h compiled independently of long mode emulation
2020-05-19 16:01:23 +00:00
wide_int.h
extract Bit128 arithmetic to separate wide_int.cc/wide_int.h compiled independently of long mode emulation
2020-05-19 16:01:23 +00:00
xmm.h
implemented AVX encoded VNNI instructions published in recent SDM - not tested yet
2020-10-03 09:23:28 +00:00
xsave.cc
Fixed two compiler warnings in the cpu code.
2021-07-27 15:36:11 +00:00