Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c55 unsigned int etzpc_id; member
69 unsigned int etzpc_id; member
124 .etzpc_id = ETZPC_ID_ALWAYS_ACCESSIBLE, \
133 .etzpc_id = (_etzpc_id), \
142 .etzpc_id = ETZPC_ID_ALWAYS_ACCESSIBLE, \
150 .etzpc_id = (_etzpc_id), \
462 static bool nsec_can_access_resource(unsigned int etzpc_id) in nsec_can_access_resource() argument
465 uint32_t query_arg = DECPROT(etzpc_id, DECPROT_NS_RW, DECPROT_UNLOCK); in nsec_can_access_resource()
472 if (etzpc_id == ETZPC_ID_NEVER_ACCESSIBLE) in nsec_can_access_resource()
474 if (etzpc_id == ETZPC_ID_ALWAYS_ACCESSIBLE) in nsec_can_access_resource()
[all …]