Lines Matching full:beyond
153 * Check that the mapping request does not go beyond available device in nvgrace_gpu_mmap()
493 * Reads starting beyond the reported size generate -EINVAL; reads extending
494 * beyond the actual device size is filled with ~0; reads extending beyond
514 /* Clip short the read request beyond reported BAR size */ in nvgrace_gpu_read_mem()
519 * Read request beyond the actual device memory size is filled with ~0, in nvgrace_gpu_read_mem()
520 * while those beyond the actual reported size is skipped. in nvgrace_gpu_read_mem()
533 * not be power-of-2 aligned. A read to an offset beyond the device memory in nvgrace_gpu_read_mem()
611 * Writes extending beyond the reported size are truncated; writes starting
612 * beyond the reported size generate -EINVAL.
630 /* Clip short the write request beyond reported BAR size */ in nvgrace_gpu_write_mem()
635 * Do not write to the offset beyond available size. in nvgrace_gpu_write_mem()