Module vp

Source
Expand description

Sidecar code that runs on the APs, after initialization. This code all runs with per-AP page tables, concurrently with the main kernel.

Functionsยง

ap_entryโš 
Entry point for an AP. Called with per-VP state (page tables, stack, globals) already initialized, and IDT and GDT set appropriately.
ap_run ๐Ÿ”’
Runs the command dispatch loop for an AP until a remove request is received.
control ๐Ÿ”’
get_debug_register ๐Ÿ”’
get_vp_registers ๐Ÿ”’
map_overlays ๐Ÿ”’
park_until ๐Ÿ”’
raise_attention ๐Ÿ”’
run_vp ๐Ÿ”’
run_vp_once ๐Ÿ”’
set_debug_register ๐Ÿ”’
set_error ๐Ÿ”’
set_vp_registers ๐Ÿ”’
shared_msr ๐Ÿ”’
translate_gva ๐Ÿ”’