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)
|}
|}