syscall::call

Function iopl

source
pub unsafe fn iopl(level: usize) -> Result<usize>
Expand description

Set the I/O privilege level

ยงErrors

  • EPERM - uid != 0
  • EINVAL - level > 3