Home
last modified time | relevance | path

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

/external/coreboot/tests/lib/
Dstack-test.c50 assert_int_equal(0, checkstack(top_of_stack, 0)); in test_empty_stack()
64 assert_int_equal(0, checkstack(top_of_stack, 0)); in test_almost_full_stack()
76 expect_assert_failure(checkstack(top_of_stack, 0)); in test_full_stack()
90 assert_int_equal(0, checkstack(top_of_stack, 0)); in test_partialy_filled_stack()
105 assert_int_equal(0, checkstack(top_of_stack, 0)); in test_alternately_filled_stack()
118 expect_assert_failure(checkstack(top_of_stack, 0)); in test_incorrectly_initialized_stack()
/external/lua/src/
Dldblib.c35 static void checkstack (lua_State *L, lua_State *L1, int n) { in checkstack() function
154 checkstack(L, L1, 3); in db_getinfo()
217 checkstack(L, L1, 1); in db_getlocal()
244 checkstack(L, L1, 1); in db_setlocal()
377 checkstack(L, L1, 1); in db_sethook()
400 checkstack(L, L1, 1); in db_gethook()
/external/coreboot/src/soc/nvidia/tegra210/
Dromstage.c81 checkstack(_estack, 0); in platform_prog_run()
/external/coreboot/src/lib/
Dstack.c30 int checkstack(void *top_of_stack, int core) in checkstack() function
Dprog_loaders.c205 checkstack(_estack, 0); in payload_run()
/external/coreboot/src/include/
Dlib.h24 int checkstack(void *top_of_stack, int core);