Searched refs:access (Results 1 – 3 of 3) sorted by relevance
294 Enable bounce buffers for devices that cannot access467 filesystem wishes to access a page in a file on disk, it first469 the page is copied into the kernel and a disk access is avoided.589 access the allocated space.592 bool "Use page table mapping to access object in zsmalloc"596 access allocations that span two pages. However, if a particular
230 void shake_page(struct page *p, int access) in shake_page() argument245 if (access) { in shake_page()
3566 if (vma->vm_ops && vma->vm_ops->access) in __access_remote_vm()3567 ret = vma->vm_ops->access(vma, addr, buf, in __access_remote_vm()