Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/cpu/
A Dstate.c24 void *blob = state->state_fdt; in state_ensure_space()
47 state->state_fdt = buf; in state_ensure_space()
63 if (!state->state_fdt) { in state_read_file()
88 os_free(state->state_fdt); in state_read_file()
89 state->state_fdt = NULL; in state_read_file()
168 blob = state->state_fdt; in sandbox_read_state()
215 blob = state->state_fdt; in sandbox_write_state_node()
253 if (!state->state_fdt) { in sandbox_write_state()
256 if (!state->state_fdt) { in sandbox_write_state()
313 os_free(state->state_fdt); in sandbox_write_state()
[all …]
/u-boot/arch/sandbox/include/asm/
A Dstate.h82 void *state_fdt; /* Holds saved state for sandbox */ member

Completed in 6 milliseconds