Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_call_api.c28 uint32_t ns_access = 0; in spm_associate_call_params() local
53 ns_access = TFM_HAL_ACCESS_NS; in spm_associate_call_params()
63 ivec_num * sizeof(psa_invec), TFM_HAL_ACCESS_READABLE | ns_access); in spm_associate_call_params()
78 ovec_num * sizeof(psa_outvec), TFM_HAL_ACCESS_READWRITE | ns_access); in spm_associate_call_params()
104 ns_access = TFM_HAL_ACCESS_NS; in spm_associate_call_params()
118 ivecs_local[i].len, TFM_HAL_ACCESS_READABLE | ns_access); in spm_associate_call_params()
128 if (ns_access == TFM_HAL_ACCESS_NS && in spm_associate_call_params()
131 ns_access = 0; in spm_associate_call_params()
141 ovecs_local[i].len, TFM_HAL_ACCESS_READWRITE | ns_access); in spm_associate_call_params()