Lines Matching defs:address
740 * your accessible address space (-EFAULT)
1083 * need migration. Between passing in the full user address
1210 * is in virtual address order.
1215 unsigned long address;
1219 address = page_address_in_vma(page, vma);
1220 if (address != -EFAULT)
1227 vma, address);
1231 thp = alloc_hugepage_vma(GFP_TRANSHUGE, vma, address,
1242 vma, address);
1303 * on discontinuous address spaces is okay after all
1803 * @addr: address in @vma for shared policy lookup
1805 * Returns effective policy for a VMA at specified address.
2002 * @addr: address in @vma for shared policy lookup and interleave policy
2447 * @addr: virtual address where page mapped
2457 * Called from fault path where we know the vma and faulting address.