Home
last modified time | relevance | path

Searched refs:sandbox_write_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h212 int sandbox_write_state(struct sandbox_state *state, const char *fname);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c234 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state() function
405 if (sandbox_write_state(state, state->state_fname)) { in state_uninit()