Searched refs:call_type (Results 1 – 3 of 3) sorted by relevance
64 uint8_t call_type; member78 .call_type = (_type), \108 static inline uint32_t get_unique_oen(uint32_t oen, uint32_t call_type) in get_unique_oen() argument110 return ((call_type & FUNCID_TYPE_MASK) << FUNCID_OEN_WIDTH) | in get_unique_oen()
338 if ((desc->call_type != SMC_TYPE_FAST) && in validate_rt_svc_desc()339 (desc->call_type != SMC_TYPE_YIELD)) { in validate_rt_svc_desc()412 service->call_type); in runtime_svc_init()414 service->call_type); in runtime_svc_init()
904 #. Multiple descriptors for the same range of OENs and ``call_type``905 #. Incorrect range of owning entity numbers for a given ``call_type``