Skip to main content

get_current_vcpu_mut

Function get_current_vcpu_mut 

Source
pub fn get_current_vcpu_mut<'a, A: AxArchVCpu>() -> Option<&'a mut AxVCpu<A>>
Expand description

Get a mutable reference to the current VCpu on the current physical CPU.

See get_current_vcpu for more details.