mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 12:22:33 +00:00
Instead of storing the current Processor into a core local register, we currently just store it into a global, since we don't support SMP for aarch64 anyway. This simplifies the initial implementation. |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| x86 | ||
| CPU.h | ||
| DeferredCallEntry.h | ||
| mcontext.h | ||
| PageDirectory.h | ||
| PageFault.h | ||
| Processor.h | ||
| ProcessorSpecificDataID.h | ||
| RegisterState.h | ||
| SafeMem.h | ||
| ScopedCritical.h | ||
| SmapDisabler.h | ||
| Spinlock.h | ||