Searched refs:pg_end (Results 1 – 4 of 4) sorted by relevance
88 unsigned long pg_end = (addr & PAGE_MASK) + PAGE_SIZE; in goldfish_tty_rw() local90 pg_end < addr_end ? pg_end : addr_end; in goldfish_tty_rw()
175 static unsigned long pg_end[MAX_VMAS]; variable 764 while (pg_end[i] <= index) in walk_task() 771 index = min_t(unsigned long, pg_end[i], end); in walk_task() 928 pg_end[nr_vmas] = vm_end / page_size; in parse_pid()
1041 u64 pg_start, pg_end; in fastrpc_get_args() local1098 pg_end = ((ctx->args[i].ptr + len - 1) & PAGE_MASK) >> in fastrpc_get_args()1100 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()1121 pg_end = ((rpra[i].buf.pv + len - 1) & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()1122 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()
365 * Note: pg_start and pg_end are provided to indicate the absolute range of the370 * The vma_end differs from the pg_end when a dup_mmap() failed and the tree has380 * Note: USER_PGTABLES_CEILING may be passed as the value of pg_end and in free_pgtables() 385 WARN_ON_ONCE(unmap->vma_end - 1 > unmap->pg_end - 1); in free_pgtables() 420 next ? next->vm_start : unmap->pg_end); in free_pgtables()