Lines Matching defs:from
311 * attached to it. To prevent such situation we catch signals from
757 * Get contiguous region of memory starting from vaddr allocated
758 * from the same lgroup.
902 * Get contiguous region of memory starting from vaddr allocated
903 * from the same lgroup.
1391 uintptr_t from; /* start_addr rounded down */
1404 from = P2ALIGN(start_addr, psz);
1409 if (end < from) {
1417 *new_start = start < from ? from : start;
1477 * Create a new chunk of addresses starting from vaddr.
1500 * Fill in MAX_MEMINFO_CNT wotrh of pages starting from vaddr. Also,
1549 * Starting from address 'vaddr' find the region with pages allocated from the
1577 * Starting from vaddr, walk page by page until either the end
1578 * of the segment is reached or a page is allocated from a different
1579 * lgroup. Also stop if interrupted from keyboard.
1624 * starting from vaddr and apply pr_meminfo() to the whole chunk.