Home
last modified time | relevance | path

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

/trusted-firmware-a/include/common/
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()
/trusted-firmware-a/common/
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()
/trusted-firmware-a/docs/design/
A Dfirmware-design.rst940 #. Multiple descriptors for the same range of OENs and ``call_type``
941 #. Incorrect range of owning entity numbers for a given ``call_type``
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dfirmware-design.rst.txt940 #. Multiple descriptors for the same range of OENs and ``call_type``
941 #. Incorrect range of owning entity numbers for a given ``call_type``

Completed in 11 milliseconds