Lines Matching refs:printk_color

26     printk_color(RED, BLACK, "ERROR / TRAP");  in do_debug()
39 printk_color(BLUE, BLACK, "INT"); in do_nmi()
52 printk_color(YELLOW, BLACK, "TRAP"); in do_int3()
65 printk_color(YELLOW, BLACK, "TRAP"); in do_overflow()
111 printk_color(RED, BLACK, "Terminate"); in do_double_fault()
135 printk_color(RED, BLACK, "ERROR"); in do_invalid_TSS()
139 printk_color(YELLOW, BLACK, "Information:\n"); in do_invalid_TSS()
192 printk_color(RED, BLACK, in do_general_protection()
197 printk_color(RED, BLACK, "Refers to a gate descriptor in the IDT;\n"); in do_general_protection()
199 printk_color(RED, BLACK, "Refers to a descriptor in the GDT or the current LDT;\n"); in do_general_protection()
203 printk_color(RED, BLACK, "Refers to a segment or gate descriptor in the LDT;\n"); in do_general_protection()
205 printk_color(RED, BLACK, "Refers to a descriptor in the current GDT;\n"); in do_general_protection()
207 printk_color(RED, BLACK, "Segment Selector Index:%#010x\n", error_code & 0xfff8); in do_general_protection()
225 printk_color(RED, BLACK, "Page Not-Present,\t"); in do_page_fault()
228 printk_color(RED, BLACK, "Write Cause Fault,\t"); in do_page_fault()
230 printk_color(RED, BLACK, "Read Cause Fault,\t"); in do_page_fault()
233 printk_color(RED, BLACK, "Fault in user(3)\t"); in do_page_fault()
235 printk_color(RED, BLACK, "Fault in supervisor(0,1,2)\t"); in do_page_fault()
238 printk_color(RED, BLACK, ",Reserved Bit Cause Fault\t"); in do_page_fault()
241 printk_color(RED, BLACK, ",Instruction fetch Cause Fault"); in do_page_fault()
243 printk_color(RED, BLACK, "\n"); in do_page_fault()
245 printk_color(RED, BLACK, "CR2:%#018lx\n", cr2); in do_page_fault()