Lines Matching refs:from
87 * If the allocator sets PageSlab, we know the pointer came from
228 * Allocate enough pages to cover @size from the page level
245 * Allocate enough pages to cover @size from the page level
263 * Allocate enough pages to cover @size from the page level
280 * Allocate enough pages to cover @size from the page level
297 * Allocate enough 32bit PA addressable pages to cover @size from the
495 * delete a region from the global tree
509 static void free_page_series(unsigned long from, unsigned long to)
511 for (; from < to; from += PAGE_SIZE) {
512 struct page *page = virt_to_page(from);
539 * from ramfs/tmpfs mustn't be released here */
625 * delete a VMA from its owning mm_struct and address space
643 /* remove the VMA from the mapping */
654 /* remove from the MM's tree and list */
1060 pr_err("Allocation of length %lu from process %d (%s) failed\n",
1253 /* we flush the region from the icache only when the first executable
1283 pr_warn("Allocation of vma for %lu byte allocation from process %d failed\n",
1289 pr_warn("Allocation of vm region for %lu byte allocation from process %d failed\n",
1414 * shrink a VMA by removing the specified chunk from either the beginning or
1419 unsigned long from, unsigned long to)
1426 if (from > vma->vm_start)
1427 vma->vm_end = from;
1438 if (from > region->vm_start) {
1440 region->vm_top = region->vm_end = from;
1447 free_page_series(from, to);
1816 * This is intended to prevent a user from starting a single memory hogging