Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Dcall.c28 #define MAX_ARG_COUNT_PER_ENTRY (SHM_ENTRY_SIZE / MIN_ARG_SIZE) macro
39 DECLARE_BITMAP(map, MAX_ARG_COUNT_PER_ENTRY);
152 if (find_first_bit(entry->map, MAX_ARG_COUNT_PER_ENTRY) != in optee_shm_arg_cache_uninit()
153 MAX_ARG_COUNT_PER_ENTRY) { in optee_shm_arg_cache_uninit()
206 bit = find_first_zero_bit(entry->map, MAX_ARG_COUNT_PER_ENTRY); in optee_get_msg_arg()