Searched refs:arg_cache_flags (Results 1 – 2 of 2) sorted by relevance
1597 u32 arg_cache_flags; in optee_probe() local1647 arg_cache_flags = OPTEE_SHM_ARG_SHARED; in optee_probe()1649 arg_cache_flags = OPTEE_SHM_ARG_ALLOC_PRIV; in optee_probe()1670 arg_cache_flags = OPTEE_SHM_ARG_SHARED | in optee_probe()1721 optee_shm_arg_cache_init(optee, arg_cache_flags); in optee_probe()
880 u32 arg_cache_flags = 0; in optee_ffa_probe() local895 arg_cache_flags |= OPTEE_SHM_ARG_SHARED; in optee_ffa_probe()949 optee_shm_arg_cache_init(optee, arg_cache_flags); in optee_ffa_probe()
Completed in 23 milliseconds