Searched refs:checkstack (Results 1 – 6 of 6) sorted by relevance
/external/coreboot/tests/lib/ |
D | stack-test.c | 50 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/ |
D | ldblib.c | 35 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/ |
D | romstage.c | 81 checkstack(_estack, 0); in platform_prog_run()
|
/external/coreboot/src/lib/ |
D | stack.c | 30 int checkstack(void *top_of_stack, int core) in checkstack() function
|
D | prog_loaders.c | 205 checkstack(_estack, 0); in payload_run()
|
/external/coreboot/src/include/ |
D | lib.h | 24 int checkstack(void *top_of_stack, int core);
|