Searched refs:cursor_col (Results 1 – 2 of 2) sorted by relevance
26 static u8 cursor_row, cursor_col; in int10_handler() local35 cursor_col >= (M.x86.R_EDX & 0xff)) { in int10_handler()39 cursor_col = M.x86.R_EDX & 0xff; in int10_handler()45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
921 int cursor_col, char *msg) in handle_user_input() argument938 ret = efi_console_get_u16_string(cin, tmp, buf_size, NULL, 4, cursor_col); in handle_user_input()
Completed in 7 milliseconds