Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 2 of 2) sorted by relevance

/lib/uefi/
A Dswitch_stack.h35 size_t call_with_stack(void *stack, Function &&fp, P1 &&param1, P2 &&param2, in call_with_stack()
44 size_t call_with_stack(void *stack, Function &&fp, P1 &&param1, P2 &&param2, in call_with_stack()
54 size_t call_with_stack(void *stack, Function &&fp, P1 &&param1, P2 &&param2, in call_with_stack()
63 size_t call_with_stack(void *stack, Function &&fp, P1 &&param1, P2 &&param2) { in call_with_stack()
71 size_t call_with_stack(void *stack, Function &&fp, P1 &&param1) { in call_with_stack()
A Duefi.cpp151 auto stack = reinterpret_cast<char *>(alloc_page(kStackSize, 23)); in load_sections_and_execute() local

Completed in 12 milliseconds