Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/console/
H A Dstreams.h26 void gdb_tx_byte(unsigned char byte);
/aosp_15_r20/external/coreboot/src/console/
H A Dconsole.c95 void gdb_tx_byte(unsigned char byte) in gdb_tx_byte() function
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dexception.c227 gdb_tx_byte(ch); in stub_putc()