Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/services/std_svc/sdei/
A Dsdei_intr_mgmt.c125 return disp_ctx; in push_dispatch()
168 assert(disp_ctx != NULL); in save_event_ctx()
169 disp_ctx->map = map; in save_event_ctx()
172 memcpy(disp_ctx->x, tgt_gpregs, sizeof(disp_ctx->x)); in save_event_ctx()
176 return disp_ctx; in save_event_ctx()
192 memcpy(tgt_gpregs, disp_ctx->x, sizeof(disp_ctx->x)); in restore_event_ctx()
518 if (disp_ctx != NULL) in sdei_intr_handler()
619 if (disp_ctx != NULL) { in sdei_dispatch_event()
679 if (disp_ctx == NULL) in sdei_event_complete()
686 map = disp_ctx->map; in sdei_event_complete()
[all …]

Completed in 4 milliseconds