Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dmm.h132 #define VM_MAYSHARE (1 << 6) // 该vma可被共享 macro
H A Dsyscall.rs224 if value.contains(VmFlags::VM_MAYSHARE) { in from()
H A Dmod.rs55 const VM_MAYSHARE = 0x00000080; constant