Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/sdei/
A Dsdei_intr_mgmt.c52 unsigned short stack_top; /* Empty ascending */ member
122 assert(state->stack_top < MAX_EVENT_NESTING); in push_dispatch()
124 disp_ctx = &state->dispatch_stack[state->stack_top]; in push_dispatch()
125 state->stack_top++; in push_dispatch()
135 if (state->stack_top == 0U) in pop_dispatch()
138 assert(state->stack_top <= MAX_EVENT_NESTING); in pop_dispatch()
140 state->stack_top--; in pop_dispatch()
142 return &state->dispatch_stack[state->stack_top]; in pop_dispatch()
150 if (state->stack_top == 0U) in get_outstanding_dispatch()
153 assert(state->stack_top <= MAX_EVENT_NESTING); in get_outstanding_dispatch()
[all …]

Completed in 3 milliseconds