![]() |
MOS Source Code
|
#include <platform.hpp>
Public Attributes | |
| u32 | id |
| Thread * | thread |
| ptr_t | scheduler_stack |
| MMContext * | mm_context = &mos_kernel_mm |
| platform_regs_t * | interrupt_regs |
| the registers of whatever interrupted this CPU | |
| platform_cpuinfo_t | cpuinfo |
| Thread * | idle_thread |
| idle thread for this CPU | |
Definition at line 72 of file platform.hpp.
| u32 id |
Definition at line 74 of file platform.hpp.
| Thread* thread |
Definition at line 75 of file platform.hpp.
| ptr_t scheduler_stack |
Definition at line 76 of file platform.hpp.
| MMContext* mm_context = &mos_kernel_mm |
Definition at line 77 of file platform.hpp.
Referenced by reschedule().
| platform_regs_t* interrupt_regs |
the registers of whatever interrupted this CPU
Definition at line 78 of file platform.hpp.
| platform_cpuinfo_t cpuinfo |
Definition at line 79 of file platform.hpp.
| Thread* idle_thread |