Function panda_sys::enter_priv[][src]

pub unsafe extern "C" fn enter_priv(cpu: *mut CPUState) -> bool
Expand description

@brief If required for the target architecture, enter into a high-privilege mode in order to conduct some memory access. Returns true if a switch into high-privilege mode has been made. A NO-OP on systems where such changes are unnecessary.