Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arc/core/secureshield/
Dsecure_sys_services.c84 const _arc_s_call_handler_t arc_s_call_table[ARC_S_CALL_LIMIT] = {
85 [ARC_S_CALL_AUX_READ] = (_arc_s_call_handler_t)arc_s_aux_read,
86 [ARC_S_CALL_AUX_WRITE] = (_arc_s_call_handler_t)arc_s_aux_write,
87 [ARC_S_CALL_IRQ_ALLOC] = (_arc_s_call_handler_t)arc_s_irq_alloc,
/Zephyr-latest/include/zephyr/arch/arc/v2/secureshield/
Darc_secure.h40 typedef uint32_t (*_arc_s_call_handler_t)(uint32_t arg1, uint32_t arg2, uint32_t arg3, typedef
46 extern const _arc_s_call_handler_t arc_s_call_table[ARC_S_CALL_LIMIT];