KProcess: Difference between revisions
No edit summary |
No edit summary |
||
Line 181: | Line 181: | ||
| u16 | | u16 | ||
| Unused, alignment | | Unused, alignment | ||
|- | |||
| 0x24 | |||
| u8 | |||
| TLB entries for process need invalidating on core0 | |||
|- | |||
| 0x28 | |||
| u8 | |||
| TLB entries for process need invalidating on core1 | |||
|- | |- | ||
| 0x2C | | 0x2C | ||
Line 356: | Line 364: | ||
| 0x1C | | 0x1C | ||
| KThread* | | KThread* | ||
| | | Thread currently running kernel code to act on this process | ||
|- | |||
| 0x20 | |||
| s16 | |||
| This is used to record errors that occur when the thread above is set as the thread running code for the process | |||
|- | |||
| 0x22 | |||
| u16 | |||
| Unused, alignment | |||
|- | |||
| 0x24 | |||
| u8 | |||
| TLB entries for process need invalidating on core0 | |||
|- | |||
| 0x28 | |||
| u8 | |||
| TLB entries for process need invalidating on core1 | |||
|- | |- | ||
| 0x2C | | 0x2C | ||
| u32 | | u32 | ||
| | | TLB entries for process need invalidating on core2 | ||
|- | |- | ||
| 0x30 | | 0x30 | ||
| u32 | | u32 | ||
| | | TLB entries for process need invalidating on core3 | ||
|- | |- | ||
| 0x34 | | 0x34 |