Lines Matching full:beyond
165 * Check that the mapping request does not go beyond available device in nvgrace_gpu_mmap()
505 * Reads starting beyond the reported size generate -EINVAL; reads extending
506 * beyond the actual device size is filled with ~0; reads extending beyond
526 /* Clip short the read request beyond reported BAR size */ in nvgrace_gpu_read_mem()
531 * Read request beyond the actual device memory size is filled with ~0, in nvgrace_gpu_read_mem()
532 * while those beyond the actual reported size is skipped. in nvgrace_gpu_read_mem()
545 * not be power-of-2 aligned. A read to an offset beyond the device memory in nvgrace_gpu_read_mem()
623 * Writes extending beyond the reported size are truncated; writes starting
624 * beyond the reported size generate -EINVAL.
642 /* Clip short the write request beyond reported BAR size */ in nvgrace_gpu_write_mem()
647 * Do not write to the offset beyond available size. in nvgrace_gpu_write_mem()