Lines Matching defs:end
633 * @end: end of GPU address range
791 /* handle the 4K area at the end */
806 * @end: end of GPU address range
810 * Update the page tables in the range @start - @end (cayman+).
817 uint64_t start, uint64_t end,
826 for (addr = start; addr < end; ) {
838 if ((addr & ~mask) == (end & ~mask))
839 nptes = end - addr;
879 * @end: end of GPU address range
882 * Fence the page tables in the range @start - @end (cayman+).
887 uint64_t start, uint64_t end,
893 end = (end - 1) >> radeon_vm_block_size;
895 for (i = start; i <= end; ++i)
992 /* two extra commands for begin/end of fragment */