Home
last modified time | relevance | path

Searched refs:sandbox_state (Results 1 – 9 of 9) sorted by relevance

/arch/sandbox/cpu/
A Dstart.c62 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check()
135 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init()
159 static int sandbox_cmdline_cb_boot(struct sandbox_state *state, in sandbox_cmdline_cb_boot()
167 static int sandbox_cmdline_cb_command(struct sandbox_state *state, in sandbox_cmdline_cb_command()
237 static int sandbox_cmdline_cb_jump(struct sandbox_state *state, in sandbox_cmdline_cb_jump()
299 static int sandbox_cmdline_cb_state(struct sandbox_state *state, in sandbox_cmdline_cb_state()
307 static int sandbox_cmdline_cb_read(struct sandbox_state *state, in sandbox_cmdline_cb_read()
315 static int sandbox_cmdline_cb_write(struct sandbox_state *state, in sandbox_cmdline_cb_write()
442 static void setup_ram_buf(struct sandbox_state *state) in setup_ram_buf()
462 void state_show(struct sandbox_state *state) in state_show()
[all …]
A Dstate.c18 static struct sandbox_state main_state;
343 struct sandbox_state *state_get_current(void) in state_get_current()
351 struct sandbox_state *state = state_get_current(); in state_set_skip_delays()
358 struct sandbox_state *state = state_get_current(); in state_get_skip_delays()
387 struct sandbox_state *state = state_get_current(); in autoboot_keyed()
394 struct sandbox_state *state = state_get_current(); in autoboot_set_keyed()
404 struct sandbox_state *state = state_get_current(); in state_get_rel_filename()
426 struct sandbox_state *state = state_get_current(); in state_load_other_fdt()
452 struct sandbox_state *state = state_get_current(); in sandbox_set_eth_enable()
459 struct sandbox_state *state = state_get_current(); in sandbox_eth_enabled()
[all …]
A Dcpu.c48 struct sandbox_state *state = state_get_current(); in __udelay()
99 struct sandbox_state *state; in phys_to_virt()
130 struct sandbox_state *state = state_get_current(); in find_tag()
232 struct sandbox_state *state = state_get_current(); in map_to_sysmem()
259 struct sandbox_state *state = state_get_current(); in sandbox_map_list()
271 struct sandbox_state *state = state_get_current(); in sandbox_read()
292 struct sandbox_state *state = state_get_current(); in sandbox_write()
315 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio()
373 struct sandbox_state *state = state_get_current(); in board_fdt_blob_setup()
A Dspl.c42 struct sandbox_state *state = state_get_current(); in board_init_f()
58 struct sandbox_state *state = state_get_current(); in board_boot_order()
94 struct sandbox_state *state = state_get_current(); in load_from_image()
142 struct sandbox_state *state = state_get_current(); in spl_board_init()
A Dcache.c23 struct sandbox_state *state = state_get_current(); in invalidate_icache_all()
A Dos.c526 int os_parse_args(struct sandbox_state *state, int argc, char *argv[]) in os_parse_args()
764 struct sandbox_state *state = state_get_current(); in os_write_ram_buf()
780 struct sandbox_state *state = state_get_current(); in os_read_ram_buf()
877 struct sandbox_state *state = state_get_current(); in os_jump_to_file()
949 struct sandbox_state *state = state_get_current(); in os_find_u_boot()
1005 struct sandbox_state *state = state_get_current(); in os_spl_to_uboot()
A Dsdl.c127 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
/arch/sandbox/include/asm/
A Dstate.h68 struct sandbox_state { struct
202 struct sandbox_state *state_get_current(void);
214 int sandbox_read_state(struct sandbox_state *state, const char *fname);
228 int sandbox_write_state(struct sandbox_state *state, const char *fname);
270 void state_reset_for_test(struct sandbox_state *state);
277 void state_show(struct sandbox_state *state);
A Dgetopt.h12 struct sandbox_state;
31 int (*callback)(struct sandbox_state *state, const char *opt);

Completed in 18 milliseconds