Searched refs:pg_end (Results 1 – 2 of 2) sorted by relevance
93 unsigned long pg_end = (addr & PAGE_MASK) + PAGE_SIZE; in goldfish_tty_rw() local95 pg_end < addr_end ? pg_end : addr_end; in goldfish_tty_rw()
780 u64 pg_start, pg_end; in fastrpc_get_args() local834 pg_end = ((ctx->args[i].ptr + len - 1) & PAGE_MASK) >> in fastrpc_get_args()836 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()857 pg_end = ((args + len - 1) & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()858 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()