Expand description
Definitions for the sidecar kernel.
Structs§
- A string error.
- The sidecar command page, containing command requests and responses.
- The per-node control page, which is used to communicate between the sidecar kernel and the main kernel sidecar kernel driver.
- The CPU context for x86-64.
- The CPU status.
- A request and response for
SidecarCommand::GET_VP_REGISTERS
orSidecarCommand::SET_VP_REGISTERS
. - A response for
SidecarCommand::RUN_VP
. - The sidecar command.
- The per-node output of the sidecar kernel boot process.
- Node-specific input parameters.
- The output of the sidecar kernel boot process.
- Sidecar start input parameters.
- A request for
SidecarCommand::TRANSLATE_GVA
. - A response for
SidecarCommand::TRANSLATE_GVA
.
Constants§
- The maximum number of registers that can be requested in a single
SidecarCommand::GET_VP_REGISTERS
orSidecarCommand::SET_VP_REGISTERS
. - The maximum number of supported sidecar nodes.
- The page size for all sidecar objects.
- The number of reserved pages required for each VP.
- The number of per-VP shared-memory pages.
- The number of pages in the per-VP stack.
Functions§
- The required memory (in bytes) for a node.