Searched refs:cursor_row (Results 1 – 3 of 3) sorted by relevance
26 static u8 cursor_row, cursor_col; in int10_handler() local34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
65 .cursor_row = 0,184 con->cursor_row++; in efi_cout_output_string()203 con->cursor_row++; in efi_cout_output_string()209 if (con->cursor_row >= mode->rows && con->cursor_row) in efi_cout_output_string()210 con->cursor_row--; in efi_cout_output_string()472 efi_con_mode.cursor_row = 0; in efi_cout_clear_screen()570 efi_con_mode.cursor_row = row; in efi_cout_set_cursor_position()
667 s32 cursor_row; member
Completed in 14 milliseconds