Home
last modified time | relevance | path

Searched refs:pg_end (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/tty/
H A Dgoldfish.c89 unsigned long pg_end = (addr & PAGE_MASK) + PAGE_SIZE; in goldfish_tty_rw() local
91 pg_end < addr_end ? pg_end : addr_end; in goldfish_tty_rw()
/linux/mm/
H A Dvma.h162 unsigned long pg_end; /* The last pagetable address to free (ceiling) */ member
180 unmap->pg_end = USER_PGTABLES_CEILING; in unmap_all_init()
213 .pg_end = _next ? ((struct vm_area_struct *)_next)->vm_start : \
H A Dvma.c1264 .pg_end = vms->unmap_end, in vms_clear_ptes()
H A Dmemory.c398 WARN_ON_ONCE(unmap->vma_end - 1 > unmap->pg_end - 1); in free_pgtables()
433 next ? next->vm_start : unmap->pg_end); in free_pgtables()
/linux/tools/mm/
H A Dpage-types.c175 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()
/linux/fs/
H A Ddax.c1297 loff_t pg_end = round_up(end, align_size); in dax_iomap_copy_around() local
1299 bool copy_all = head_off == 0 && end == pg_end; in dax_iomap_copy_around()
1332 if (end < pg_end) { in dax_iomap_copy_around()
1334 loff_t tail_len = pg_end - end; in dax_iomap_copy_around()
/linux/fs/fuse/
H A Dinode.c562 pgoff_t pg_end; in fuse_reverse_inval_inode() local
578 pg_end = -1; in fuse_reverse_inval_inode()
580 pg_end = (offset + len - 1) >> PAGE_SHIFT; in fuse_reverse_inval_inode()
582 pg_start, pg_end); in fuse_reverse_inval_inode()
/linux/drivers/misc/
H A Dfastrpc.c994 u64 pg_start, pg_end; in fastrpc_get_args() local
1051 pg_end = ((ctx->args[i].ptr + len - 1) & PAGE_MASK) >> in fastrpc_get_args()
1053 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()
1074 pg_end = ((rpra[i].buf.pv + len - 1) & PAGE_MASK) >> PAGE_SHIFT; in fastrpc_get_args()
1075 pages[i].size = (pg_end - pg_start + 1) * PAGE_SIZE; in fastrpc_get_args()