|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <stivale2.h>
Data Fields | |
| uint32_t | processor_id |
| uint32_t | lapic_id |
| uint64_t | target_stack |
| uint64_t | goto_address |
| uint64_t | extra_argument |
Definition at line 325 of file stivale2.h.
| uint64_t stivale2_smp_info::extra_argument |
Definition at line 330 of file stivale2.h.
| uint64_t stivale2_smp_info::goto_address |
Definition at line 329 of file stivale2.h.
| uint32_t stivale2_smp_info::lapic_id |
Definition at line 327 of file stivale2.h.
| uint32_t stivale2_smp_info::processor_id |
Definition at line 326 of file stivale2.h.
| uint64_t stivale2_smp_info::target_stack |
Definition at line 328 of file stivale2.h.