Lines Matching defs:address
115 * follow_pfn - look up PFN at a user virtual address
117 * @address: user virtual address
124 int follow_pfn(struct vm_area_struct *vma, unsigned long address,
130 *pfn = address >> PAGE_SHIFT;
147 * returns only a logical address.
559 * and tree and add to the address space's page tree also if not an anonymous
625 * delete a VMA from its owning mm_struct and address space
711 * expand a stack to a given address
714 int expand_stack(struct vm_area_struct *vma, unsigned long address)
1006 * - note that this may not return a page-aligned address if the object
1094 /* we ignore the address hint */
1198 /* obtain the address at which to make a shared mapping
1351 * split a vma into two pieces at address 'addr', a new vma is allocated either
1616 struct page *follow_page(struct vm_area_struct *vma, unsigned long address,
1713 * access_remote_vm - access another process' address space
1714 * @mm: the mm_struct of the target address space
1715 * @addr: start address to access
1729 * Access another process' address space.