Searched refs:decoded_buf (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | debug.c | 165 sprintf(M.x86.decoded_buf + M.x86.enc_str_pos, "%s", x); in x86emu_decode_printf() 173 sprintf(M.x86.decoded_buf + M.x86.enc_str_pos, "%s", temp); in x86emu_decode_printf2() 195 printk("%s", M.x86.decoded_buf); in print_decoded_instruction()
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 292 char decoded_buf[256]; /* disassembled strings */ member
|
/openbmc/qemu/migration/ |
H A D | ram.c | 148 uint8_t *decoded_buf; member 2318 XBZRLE.decoded_buf = g_malloc(TARGET_PAGE_SIZE); in xbzrle_load_setup() 2323 g_free(XBZRLE.decoded_buf); in xbzrle_load_cleanup() 2324 XBZRLE.decoded_buf = NULL; in xbzrle_load_cleanup() 3367 loaded_data = XBZRLE.decoded_buf; in load_xbzrle()
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 230 - sprintf(M.x86.decoded_buf+M.x86.enc_str_pos,"%s",x); 232 + sprintf(M.x86.decoded_buf + M.x86.enc_str_pos, "%s", x); 242 - sprintf(M.x86.decoded_buf+M.x86.enc_str_pos,"%s",temp); 247 + sprintf(M.x86.decoded_buf + M.x86.enc_str_pos, "%s", temp); 281 - printk("%s", M.x86.decoded_buf); 282 + printk("%s", M.x86.decoded_buf); 21567 - char decoded_buf[256]; /* disassembled strings */ 21574 + char decoded_buf[256]; /* disassembled strings */
|