Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/services/std_svc/sdei/
A Dsdei_intr_mgmt.c50 unsigned short stack_top; /* Empty ascending */ member
120 assert(state->stack_top < MAX_EVENT_NESTING); in push_dispatch()
122 disp_ctx = &state->dispatch_stack[state->stack_top]; in push_dispatch()
123 state->stack_top++; in push_dispatch()
133 if (state->stack_top == 0U) in pop_dispatch()
136 assert(state->stack_top <= MAX_EVENT_NESTING); in pop_dispatch()
138 state->stack_top--; in pop_dispatch()
140 return &state->dispatch_stack[state->stack_top]; in pop_dispatch()
148 if (state->stack_top == 0U) in get_outstanding_dispatch()
151 assert(state->stack_top <= MAX_EVENT_NESTING); in get_outstanding_dispatch()
[all …]

Completed in 3 milliseconds