Skip to main content

clear_current_vcpu

Function clear_current_vcpu 

Source
pub unsafe fn clear_current_vcpu<A: AxArchVCpu>()
Expand description

Clear the current vcpu on the current physical CPU.

ยงSafety

This method is marked as unsafe because it may result in unexpected behavior if not used properly. Do not call this method unless you know what you are doing.