Home
last modified time | relevance | path

Searched defs:top_of_stack (Results 1 – 5 of 5) sorted by relevance

/external/coreboot/tests/lib/
Dstack-test.c37 void *top_of_stack = _stack + sizeof(_stack); in setup_stack_test() local
47 void *top_of_stack = *state; in test_empty_stack() local
55 void *top_of_stack = *state; in test_almost_full_stack() local
69 void *top_of_stack = *state; in test_full_stack() local
81 void *top_of_stack = *state; in test_partialy_filled_stack() local
95 void *top_of_stack = *state; in test_alternately_filled_stack() local
110 void *top_of_stack = *state; in test_incorrectly_initialized_stack() local
/external/coreboot/src/lib/
Dstack.c30 int checkstack(void *top_of_stack, int core) in checkstack()
/external/rust/android-crates-io/crates/rayon-core/src/scope/
Dtest.rs179 let top_of_stack = 0; in the_final_countdown() localVariable
/external/python/cpython3/Objects/
Dframeobject.c1047 top_of_stack(int64_t stack) in top_of_stack() function
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h1256 long unsigned int top_of_stack; member