Constant x86_64::irq::PFAULT_ERROR_US []

pub const PFAULT_ERROR_US: PageFaultError = PageFaultError{bits: 1 << 2,}

0: The access causing the fault originated when the processor was executing in supervisor mode. 1: The access causing the fault originated when the processor was executing in user mode.