Lines Matching refs:K_OOPS
26 K_OOPS(K_SYSCALL_MEMORY_ARRAY_READ(bufs->buffers, in copy_and_check()
43 K_OOPS(K_SYSCALL_MEMORY(buf->buf, buf->len, writable)); in copy_and_check()
79 K_OOPS(K_SYSCALL_MEMORY_READ(config, sizeof(*config))); in z_vrfy_spi_transceive()
80 K_OOPS(K_SYSCALL_DRIVER_SPI(dev, transceive)); in z_vrfy_spi_transceive()
86 K_OOPS(K_SYSCALL_MEMORY_READ(tx_bufs, in z_vrfy_spi_transceive()
89 K_OOPS(K_SYSCALL_VERIFY(tx_bufs_copy.count < 32)); in z_vrfy_spi_transceive()
98 K_OOPS(K_SYSCALL_MEMORY_READ(rx_bufs, in z_vrfy_spi_transceive()
101 K_OOPS(K_SYSCALL_VERIFY(rx_bufs_copy.count < 32)); in z_vrfy_spi_transceive()
108 K_OOPS(K_SYSCALL_OBJ(config_copy.cs.gpio.port, in z_vrfy_spi_transceive()
122 K_OOPS(K_SYSCALL_MEMORY_READ(config, sizeof(*config))); in z_vrfy_spi_release()
123 K_OOPS(K_SYSCALL_DRIVER_SPI(dev, release)); in z_vrfy_spi_release()