Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c132 #define GDB_FLUSH(p) \ macro
177 GDB_FLUSH(&rx->head); in init_debug_comm()
178 GDB_FLUSH(&rx->tail); in init_debug_comm()
179 GDB_FLUSH(&tx->head); in init_debug_comm()
180 GDB_FLUSH(&tx->tail); in init_debug_comm()
202 GDB_FLUSH(&tx->data[tx->head]); in putDebugChar()
207 GDB_FLUSH(&tx->head); in putDebugChar()
223 GDB_FLUSH(&rx->tail); in getDebugChar()