Searched refs:SMC_ENTITY_TRUSTED_OS (Results 1 – 3 of 3) sorted by relevance
/trusty/kernel/lib/sm/include/lib/sm/ |
D | smcall.h | 151 #define SMC_SC_VIRTIO_GET_DESCR SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 20) 152 #define SMC_SC_VIRTIO_START SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 21) 153 #define SMC_SC_VIRTIO_STOP SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 22) 155 #define SMC_SC_VDEV_RESET SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 23) 156 #define SMC_SC_VDEV_KICK_VQ SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 24) 157 #define SMC_NC_VDEV_KICK_VQ SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 25) 160 #define SMC_SC_CREATE_QL_TIPC_DEV SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 30) 161 #define SMC_SC_SHUTDOWN_QL_TIPC_DEV SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 31) 162 #define SMC_SC_HANDLE_QL_TIPC_DEV_CMD SMC_STDCALL_NR(SMC_ENTITY_TRUSTED_OS, 32) 163 #define SMC_FC_HANDLE_QL_TIPC_DEV_CMD SMC_FASTCALL_NR(SMC_ENTITY_TRUSTED_OS, 32)
|
/trusty/user/base/interface/smc/include/interface/smc/ |
D | smc_def.h | 48 #define SMC_ENTITY_TRUSTED_OS 50 macro
|
/trusty/kernel/lib/trusty/ |
D | smcall.c | 209 err = sm_register_entity(SMC_ENTITY_TRUSTED_OS, &trusty_sm_entity); in trusty_sm_init()
|