Searched refs:cursor_row (Results 1 – 3 of 3) sorted by relevance
59 .cursor_row = 0,147 con->cursor_row++; in efi_cout_output_string()164 con->cursor_row++; in efi_cout_output_string()166 con->cursor_row = min(con->cursor_row, (s32)mode->rows - 1); in efi_cout_output_string()294 efi_con_mode.cursor_row = 0; in efi_cout_set_mode()350 efi_con_mode.cursor_row = row; in efi_cout_set_cursor_position()
25 static u8 cursor_row, cursor_col; in int10_handler() local33 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()37 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()44 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
514 s32 cursor_row; member