Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c44 #define VM_ESCAPE_CHAR 0xAA /* Set bit 4 from the next byte to 0 */ macro
173 case VM_ESCAPE_CHAR: in addchar()
174 ibe->outbuf[ibe->outlen] = VM_ESCAPE_CHAR; in addchar()
356 case VM_ESCAPE_CHAR: in receive()
/openbmc/qemu/hw/misc/
H A Daspeed_ibt.c61 #define VM_ESCAPE_CHAR 0xAA /* Set bit 4 from the next byte to 0 */ macro
103 case VM_ESCAPE_CHAR: in vm_add_char()
104 c[(*pos)++] = VM_ESCAPE_CHAR; in vm_add_char()
294 case VM_ESCAPE_CHAR: in vm_handle_char()