Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dsyscall.rs25 const PROT_NONE = 0x0; constant
234 let mut prot_flags = ProtFlags::PROT_NONE; in from()