Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/optee/
Dcall.c21 #define SHM_ENTRY_SIZE PAGE_SIZE macro
28 #define MAX_ARG_COUNT_PER_ENTRY (SHM_ENTRY_SIZE / MIN_ARG_SIZE)
200 args_per_entry = SHM_ENTRY_SIZE / sz; in optee_get_msg_arg()
221 res = tee_shm_alloc_priv_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
223 res = tee_shm_alloc_kernel_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
265 if (offs > SHM_ENTRY_SIZE || offs % sz) { in optee_free_msg_arg()