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.
pub fn get_current_vcpu_mut<'a, A: AxArchVCpu>() -> Option<&'a mut AxVCpu<A>>Get a mutable reference to the current VCpu on the current physical CPU.
See get_current_vcpu for more details.