Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/kernel/
Dkgdb.c234 int getDebugChar (void);
510 while ((ch = getDebugChar ()) != '$') in getpacket()
517 ch = getDebugChar (); in getpacket()
527 xmitcsum = hex (getDebugChar ()) << 4; in getpacket()
528 xmitcsum += hex (getDebugChar ()); in getpacket()
587 } while(kgdb_started && (getDebugChar() != '+')); in putpacket()
Ddebugport.c334 getDebugChar(void) in getDebugChar() function
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c382 int getDebugChar(void);
745 while((ch = getDebugChar ()) != '$') in getpacket()
752 ch = getDebugChar(); in getpacket()
766 xmitcsum = hex(getDebugChar()) << 4; in getpacket()
767 xmitcsum += hex(getDebugChar()); in getpacket()
824 } while(kgdb_started && (getDebugChar() != '+')); in putpacket()
Ddebugport.c160 int getDebugChar(void) in getDebugChar() function
Dkgdb_asm.S297 jsr getDebugChar