Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Ddebug.c51 static int x86emu_parse_line(char *s, int *ps, int *n);
256 cmd = x86emu_parse_line(s, ps, &ntok); in x86emu_single_step()
330 static int x86emu_parse_line(char *s, int *ps, int *n) in x86emu_parse_line() function