Home
last modified time | relevance | path

Searched defs:VM_MAYSHARE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/mm/
H A Dmm.h132 #define VM_MAYSHARE (1 << 6) // 该vma可被共享 macro
H A Dmod.rs55 const VM_MAYSHARE = 0x00000080; constant