Function panda_sys::exit_priv

source ·
pub unsafe extern "C" fn exit_priv(cpu: *mut CPUState)
Expand description

@brief Revert the guest to the privilege mode it was in prior to the last call to enter_priv(). A NO-OP for architectures where enter_priv() is a NO-OP.