Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dmm.rs291 pub fn vma_lookup(&self, vma_addr: usize) -> Option<&virt::VmaRef> { vma_lookup() method
/linux/tools/testing/vma/
H A Dvma_internal.h769 struct vm_area_struct *vma_lookup(struct mm_struct *mm, unsigned long addr) in vma_lookup() function
/linux/include/linux/
H A Dmm.h3411 struct vm_area_struct *vma_lookup(struct mm_struct *mm, unsigned long addr) in vma_lookup() function