Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dcall.c21 #define SHM_ENTRY_SIZE PAGE_SIZE macro
28 #define MAX_ARG_COUNT_PER_ENTRY (SHM_ENTRY_SIZE / MIN_ARG_SIZE)
282 args_per_entry = SHM_ENTRY_SIZE / sz; in optee_get_msg_arg()
303 res = tee_shm_alloc_priv_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
305 res = tee_shm_alloc_kernel_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
347 if (offs > SHM_ENTRY_SIZE || offs % sz) { in optee_free_msg_arg()