Home
last modified time | relevance | path

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

/components/drivers/smp_call/
A Dsmp_call.c100 switch (req->event.event_id) in _smp_call_handler()
217 call_req->event.event_id = SMP_CALL_EVENT_REQUEST; in rt_smp_call_req_init()
228 int tmp_id = 0, rcpu_cnt = 0, event_id, call_local; in _smp_call_func_cond() local
248 event_id = SMP_CALL_EVENT_GLOB_SYNC; in _smp_call_func_cond()
253 event_id = SMP_CALL_EVENT_GLOB_ASYNC; in _smp_call_func_cond()
281 event->event_id = event_id; in _smp_call_func_cond()
A Dsmp_call.h33 int event_id; member
/components/drivers/pic/
A Dpic-gicv3-its.c215 rt_inline void its_encode_event_id(struct its_command *cmd, rt_uint32_t event_id) in its_encode_event_id() argument
217 its_mask_encode(&cmd->code[1], event_id, 31, 0); in its_encode_event_id()

Completed in 9 milliseconds