Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c356 static void unmap_buf(void *va, size_t sz) in unmap_buf() function
446 unmap_buf(tx, sz); in spmc_handle_rxtx_map()
494 unmap_buf(rxtx->rx, rxtx->size); in spmc_handle_rxtx_unmap()
495 unmap_buf(rxtx->tx, rxtx->size); in spmc_handle_rxtx_unmap()