Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/common/
H A Druntime_svc.h64 uint8_t call_type; member
78 .call_type = (_type), \
108 static inline uint32_t get_unique_oen(uint32_t oen, uint32_t call_type) in get_unique_oen() argument
110 return ((call_type & FUNCID_TYPE_MASK) << FUNCID_OEN_WIDTH) | in get_unique_oen()
/rk3399_ARM-atf/common/
H A Druntime_svc.c72 if ((desc->call_type != SMC_TYPE_FAST) && in validate_rt_svc_desc()
73 (desc->call_type != SMC_TYPE_YIELD)) { in validate_rt_svc_desc()
146 service->call_type); in runtime_svc_init()
148 service->call_type); in runtime_svc_init()
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst922 #. Multiple descriptors for the same range of OENs and ``call_type``
923 #. Incorrect range of owning entity numbers for a given ``call_type``