Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Ducontext.rs1116 pub fn lock(&self) -> SpinLockGuard<VMA> { in lock()
1120 pub fn lock_irqsave(&self) -> SpinLockGuard<VMA> { in lock_irqsave()
1352 pub struct VMA { struct
1363 self_ref: Weak<LockedVMA>, argument
1372 impl core::hash::Hash for VMA { argument
1387 impl VMA { implementation
1676 impl Drop for VMA { implementation
1683 impl PartialEq for VMA { implementation
1689 impl Eq for VMA {} implementation
1691 impl PartialOrd for VMA { implementation
[all …]