Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs194 pub fn vm_insert_page(&self, address: usize, page: &Page) -> Result { in vm_insert_page() method
/linux/mm/
H A Dnommu.c344 int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, in vm_insert_page() function
H A Dmemory.c2353 int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, in vm_insert_page() function