Home
last modified time | relevance | path

Searched refs:rw (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/arch/riscv/kernel/
H A Dspinlock.S30 fence rw, w
39 fence r,rw
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dnet_sockets.c453 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout) in mbedtls_net_poll() argument
479 if (rw & MBEDTLS_NET_POLL_READ) { in mbedtls_net_poll()
480 rw &= ~MBEDTLS_NET_POLL_READ; in mbedtls_net_poll()
485 if (rw & MBEDTLS_NET_POLL_WRITE) { in mbedtls_net_poll()
486 rw &= ~MBEDTLS_NET_POLL_WRITE; in mbedtls_net_poll()
490 if (rw != 0) { in mbedtls_net_poll()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dnet_sockets.h186 int mbedtls_net_poll(mbedtls_net_context *ctx, uint32_t rw, uint32_t timeout);