Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/imx/common/sci/svc/rm/
Drm_rpc_clnt.c39 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_partition_alloc()
64 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_set_confidential()
82 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_partition_free()
99 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_get_did()
115 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_partition_static()
133 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_partition_lock()
150 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_get_partition()
170 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_set_parent()
189 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_move_all()
209 RPC_SVC(&msg) = (uint8_t)SC_RPC_SVC_RM; in sc_rm_assign_resource()
[all …]
/trusted-firmware-a-3.7.0/plat/imx/common/include/sci/
Dsci_rpc.h42 #define SC_RPC_SVC_RM 3U macro