Home
last modified time | relevance | path

Searched refs:K_SYSCALL_VERIFY (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_handlers.c89 K_OOPS(K_SYSCALL_VERIFY(tx_bufs_copy.count < 32)); in z_vrfy_spi_transceive()
101 K_OOPS(K_SYSCALL_VERIFY(rx_bufs_copy.count < 32)); in z_vrfy_spi_transceive()
/Zephyr-latest/kernel/
Dstack.c72 K_OOPS(K_SYSCALL_VERIFY(num_entries > 0)); in z_vrfy_k_stack_alloc_init()
73 K_OOPS(K_SYSCALL_VERIFY(!size_mul_overflow(num_entries, sizeof(stack_data_t), in z_vrfy_k_stack_alloc_init()
Dthread.c720 K_OOPS(K_SYSCALL_VERIFY(options & K_USER)); in z_vrfy_k_thread_create()
721 K_OOPS(K_SYSCALL_VERIFY(!(options & K_ESSENTIAL))); in z_vrfy_k_thread_create()
726 K_OOPS(K_SYSCALL_VERIFY(_is_valid_prio(prio, NULL))); in z_vrfy_k_thread_create()
727 K_OOPS(K_SYSCALL_VERIFY(z_is_prio_lower_or_equal(prio, in z_vrfy_k_thread_create()
Dpoll.c367 if (K_SYSCALL_VERIFY(num_events >= 0)) { in z_vrfy_k_poll()
396 if (K_SYSCALL_VERIFY(e->mode == K_POLL_MODE_NOTIFY_ONLY)) { in z_vrfy_k_poll()
/Zephyr-latest/drivers/i2c/
Di2c_handlers.c62 K_OOPS(K_SYSCALL_VERIFY(num_msgs >= 1 && num_msgs < 32)); in z_vrfy_i2c_transfer()
/Zephyr-latest/drivers/i3c/
Di3c_handlers.c72 K_OOPS(K_SYSCALL_VERIFY(num_msgs >= 1 && num_msgs < 32)); in z_vrfy_i3c_transfer()
/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h395 #define K_SYSCALL_VERIFY(expr) K_SYSCALL_VERIFY_MSG(expr, #expr) macro
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets.c237 K_OOPS(K_SYSCALL_VERIFY(addrlen <= sizeof(dest_addr_copy))); in z_vrfy_zsock_bind()
266 K_OOPS(K_SYSCALL_VERIFY(addrlen <= sizeof(dest_addr_copy))); in z_vrfy_zsock_connect()
360 K_OOPS(K_SYSCALL_VERIFY(addrlen <= sizeof(dest_addr_copy))); in z_vrfy_zsock_sendto()
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst314 A variant :c:macro:`K_SYSCALL_VERIFY` exists which does not take
646 * :c:macro:`K_SYSCALL_VERIFY`