Home
last modified time | relevance | path

Searched refs:FAULT_FLAG_INTERRUPTIBLE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dfault.rs183 | FaultFlags::FAULT_FLAG_INTERRUPTIBLE; in do_user_addr_fault()
/DragonOS/kernel/src/mm/
H A Dfault.rs39 const FAULT_FLAG_INTERRUPTIBLE =1 << 9; constant