Lines Matching refs:K_OOPS
57 K_OOPS(K_SYSCALL_OBJ(r, K_OBJ_RTIO)); in z_vrfy_rtio_release_buffer()
65 K_OOPS(K_SYSCALL_OBJ(r, K_OBJ_RTIO)); in z_vrfy_rtio_cqe_get_mempool_buffer()
66 K_OOPS(K_SYSCALL_MEMORY_READ(cqe, sizeof(struct rtio_cqe))); in z_vrfy_rtio_cqe_get_mempool_buffer()
67 K_OOPS(K_SYSCALL_MEMORY_READ(buff, sizeof(void *))); in z_vrfy_rtio_cqe_get_mempool_buffer()
68 K_OOPS(K_SYSCALL_MEMORY_READ(buff_len, sizeof(uint32_t))); in z_vrfy_rtio_cqe_get_mempool_buffer()
82 K_OOPS(K_SYSCALL_OBJ(r, K_OBJ_RTIO)); in z_vrfy_rtio_sqe_copy_in_get_handles()
84 K_OOPS(K_SYSCALL_MEMORY_ARRAY_READ(sqes, sqe_count, sizeof(struct rtio_sqe))); in z_vrfy_rtio_sqe_copy_in_get_handles()
103 K_OOPS(true); in z_vrfy_rtio_sqe_copy_in_get_handles()
117 K_OOPS(K_SYSCALL_OBJ(r, K_OBJ_RTIO)); in z_vrfy_rtio_cqe_copy_out()
119 K_OOPS(K_SYSCALL_MEMORY_ARRAY_WRITE(cqes, cqe_count, sizeof(struct rtio_cqe))); in z_vrfy_rtio_cqe_copy_out()
127 K_OOPS(K_SYSCALL_OBJ(r, K_OBJ_RTIO)); in z_vrfy_rtio_submit()
130 K_OOPS(K_SYSCALL_OBJ(r->submit_sem, K_OBJ_SEM)); in z_vrfy_rtio_submit()