Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/include/ffm/
Dpsa_api.h55 #define IOVEC_IS_MAPPED(handle, iovec_idx) \ argument
56 ((((handle)->iovec_status) >> ((iovec_idx) * IOVEC_STATUS_BITS)) & \
58 #define IOVEC_IS_UNMAPPED(handle, iovec_idx) \ argument
59 ((((handle)->iovec_status) >> ((iovec_idx) * IOVEC_STATUS_BITS)) & \
61 #define IOVEC_IS_ACCESSED(handle, iovec_idx) \ argument
62 ((((handle)->iovec_status) >> ((iovec_idx) * IOVEC_STATUS_BITS)) & \
64 #define SET_IOVEC_MAPPED(handle, iovec_idx) \ argument
66 ((iovec_idx) * IOVEC_STATUS_BITS)))
67 #define SET_IOVEC_UNMAPPED(handle, iovec_idx) \ argument
69 ((iovec_idx) * IOVEC_STATUS_BITS)))
[all …]