Searched refs:do_con_write (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/Documentation/x86/ |
D | exception-tables.txt | 188 > c017e785 <do_con_write+c1> xorl %edx,%edx 189 > c017e787 <do_con_write+c3> movl 0xc01c7bec,%eax 190 > c017e78c <do_con_write+c8> cmpl $0x18,0x314(%eax) 191 > c017e793 <do_con_write+cf> je c017e79f <do_con_write+db> 192 > c017e795 <do_con_write+d1> cmpl $0xbfffffff,0x40(%esp,1) 193 > c017e79d <do_con_write+d9> ja c017e7a7 <do_con_write+e3> 194 > c017e79f <do_con_write+db> movl %edx,%eax 195 > c017e7a1 <do_con_write+dd> movl 0x40(%esp,1),%ebx 196 > c017e7a5 <do_con_write+e1> movb (%ebx),%dl 197 > c017e7a7 <do_con_write+e3> movzbl %dl,%esi [all …]
|
/linux-3.4.99/drivers/tty/vt/ |
D | vt.c | 2103 static int do_con_write(struct tty_struct *tty, const unsigned char *buf, int count) in do_con_write() function 2708 retval = do_con_write(tty, buf, count); in con_write() 2718 return do_con_write(tty, &ch, 1); in con_put_char()
|