Changes

8 bytes added ,  01:47, 13 February 2024
Line 309: Line 309:  
! scope="col" | Name
 
! scope="col" | Name
 
|-
 
|-
βˆ’
| 0x0000 || - (default branch to syscall dispatcher)
+
| 0x0 || - (default branch to syscall dispatcher)
 
|-
 
|-
βˆ’
| 0x0001 || SyncEieio
+
| 0x1 || SyncEieio
 
|-
 
|-
βˆ’
| 0x0002 || - (panic)
+
| 0x2 || EnableInterrupts (deprecated, jumps to error)
 
|-
 
|-
βˆ’
| 0x0003 || - (panic)
+
| 0x3 || DisableInterrupts (deprecated, jumps to error)
 
|-
 
|-
βˆ’
| 0x0004 || - (panic)
+
| 0x4 || IsInterruptEnabled (deprecated, jumps to error)
 
|-
 
|-
βˆ’
| 0x0005 || - (panic)
+
| 0x5 || RestoreInterrupts (deprecated, jumps to error)
 
|-
 
|-
βˆ’
| 0x0006 || LoadContext
+
| 0x6 || LoadContext
 
|-
 
|-
βˆ’
| 0x0007 || GetMSR
+
| 0x7 || GetMSR
 
|-
 
|-
βˆ’
| 0x0008 || SetCurrentContext
+
| 0x8 || SetCurrentContext
 
|-
 
|-
βˆ’
| 0x0009 || GetCurrentFPUContext
+
| 0x9 || GetCurrentFPUContext
 
|-
 
|-
βˆ’
| 0x000A || SetCurrentFPUContext
+
| 0xA || SetCurrentFPUContext
 
|-
 
|-
βˆ’
| 0x000B || CompareAndSwapCurrentFPUContext
+
| 0xB || CompareAndSwapCurrentFPUContext
 
|-
 
|-
βˆ’
| 0x000C || WriteGatherInit
+
| 0xC || WriteGatherInit
 
|-
 
|-
βˆ’
| 0x000D || SetPerformanceMonitor
+
| 0xD || SetPerformanceMonitor
 
|-
 
|-
βˆ’
| 0x000E || FlushDMAQueue
+
| 0xE ||  
 
|-
 
|-
βˆ’
| 0x000F || (return)
+
| 0xF || (return)
 
|-
 
|-
βˆ’
| 0x0010 || FlushFPUContext
+
| 0x10 || FlushFPUContext
 
|-
 
|-
βˆ’
| 0x0011 || ReadRegister32Ex
+
| 0x11 || ReadRegister32Ex
 
|-
 
|-
βˆ’
| 0x0012 || WriteRegister32Ex
+
| 0x12 || WriteRegister32Ex
 
|-
 
|-
βˆ’
| 0x0013 || Unknown (FPU?)
+
| 0x13 ||  
 
|-
 
|-
βˆ’
| 0x0014 || Unknown (FPU?)
+
| 0x14 ||  
 
|-
 
|-
βˆ’
| 0x0015 || Unknown (FPU?)
+
| 0x15 ||  
 
|-
 
|-
βˆ’
| 0x0016 || Unknown (FPU?)
+
| 0x16 ||  
 
|-
 
|-
βˆ’
| 0x0017 || WriteGatherGetPtr
+
| 0x17 || WriteGatherGetPtr
 
|-
 
|-
βˆ’
| 0x0018 || EnableFPU (???)
+
| 0x18 || EnableFPU
 
|-
 
|-
βˆ’
| 0x0019 || GetSecurityLevel
+
| 0x19 || GetSecurityLevel
 
|-
 
|-
βˆ’
| 0x001A || BadFastCall (jump to error on purpose)
+
| 0x1A-0x1F || BadFastCall (jump to error on purpose)
 
|}
 
|}