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