Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h254 void state_reset_for_test(struct sandbox_state *state);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c354 void state_reset_for_test(struct sandbox_state *state) in state_reset_for_test() function
380 state_reset_for_test(state); in state_init()
/openbmc/u-boot/test/dm/
H A Dtest-main.c31 state_reset_for_test(state_get_current()); in dm_test_init()