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

/u-boot/arch/sandbox/include/asm/
H A Dstate.h130 * struct sandbox_state_io - methods to saved/restore sandbox state
163 struct sandbox_state_io { struct
181 * See struct sandbox_state_io above for member documentation.
184 ll_entry_declare(struct sandbox_state_io, _name, state_io) = { \
231 * This function can only be called from within struct sandbox_state_io's
/u-boot/arch/sandbox/cpu/
H A Dstate.c108 struct sandbox_state_io *io, const void *blob)
152 struct sandbox_state_io *io;
168 io = ll_entry_start(struct sandbox_state_io, state_io);
169 for (; io < ll_entry_end(struct sandbox_state_io, state_io); io++) {
198 struct sandbox_state_io *io)
245 struct sandbox_state_io *io;
270 io = ll_entry_start(struct sandbox_state_io, state_io);
272 for (; io < ll_entry_end(struct sandbox_state_io, state_io); io++) {

Completed in 40 milliseconds