|
PatchworkOS
|
#include <kernel/cpu/cpu.h>#include <kernel/cpu/gdt.h>#include <kernel/cpu/idt.h>#include <kernel/cpu/interrupt.h>#include <kernel/cpu/simd.h>#include <kernel/cpu/syscalls.h>#include <kernel/cpu/tss.h>#include <kernel/drivers/apic.h>#include <kernel/drivers/statistics.h>#include <kernel/log/log.h>#include <kernel/log/panic.h>#include <kernel/mem/vmm.h>#include <kernel/sched/sched.h>Go to the source code of this file.
Functions | |
| uint64_t | cpu_init (cpu_t *cpu, cpuid_t id) |
| Initializes a CPU structure as part of the boot process. | |
| void | cpu_stacks_overflow_check (cpu_t *cpu) |
| Checks for CPU stack overflows. | |