max_ypos 29 arch/x86/kernel/early_printk.c static int max_ypos = 25, max_xpos = 80; max_ypos 38 arch/x86/kernel/early_printk.c if (current_ypos >= max_ypos) { max_ypos 40 arch/x86/kernel/early_printk.c for (k = 1, j = 0; k < max_ypos; k++, j++) { max_ypos 48 arch/x86/kernel/early_printk.c current_ypos = max_ypos-1; max_ypos 379 arch/x86/kernel/early_printk.c max_ypos = boot_params.screen_info.orig_video_lines;