Home
last modified time | relevance | path

Searched refs:insert_page (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dpagealloc.c105 static int insert_page(struct mlx5_core_dev *dev, u64 addr, struct page *page, u16 func_id) in insert_page() function
262 err = insert_page(dev, addr, page, func_id); in alloc_system_page()
/linux-4.1.27/mm/
Dmemory.c1440 static int insert_page(struct vm_area_struct *vma, unsigned long addr, in insert_page() function
1514 return insert_page(vma, addr, page, vma->vm_page_prot); in vm_insert_page()
1610 return insert_page(vma, addr, page, vma->vm_page_prot); in vm_insert_mixed()