#include "iris/arch/x86/amd64/gdt.h"#include "iris/arch/x86/amd64/msr.h"#include "iris/arch/x86/amd64/system_instructions.h"#include "iris/core/global_state.h"Namespaces | |
| namespace | iris |
| namespace | iris::arch |
| namespace | iris::x86 |
| namespace | iris::x86::amd64 |
Functions | |
| void | iris::setup_current_processor_access () |
| Setups access to the current processor. | |
| void | iris::set_current_processor (Processor &processor) |
| Sets the current processor address. | |
| void | iris::arch::load_userspace_thread_pointer (uptr userspace_thread_pointer, arch::TaskState &task_state) |
| void | iris::x86::amd64::init_gdt () |