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

/u-boot/arch/sandbox/cpu/
H A Dstate.c23 void *blob = state->state_fdt;
46 state->state_fdt = buf;
61 state->state_fdt = os_malloc(size);
62 if (!state->state_fdt) {
72 if (os_read(fd, state->state_fdt, size) != size) {
87 os_free(state->state_fdt);
88 state->state_fdt = NULL;
167 blob = state->state_fdt;
214 blob = state->state_fdt;
252 if (!state->state_fdt) {
[all...]
/u-boot/arch/sandbox/include/asm/
H A Dstate.h81 void *state_fdt; /* Holds saved state for sandbox */ member in struct:sandbox_state

Completed in 38 milliseconds