Lines Matching refs:BLACK

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()
191 printk_color(RED, BLACK, in do_general_protection()
196 printk_color(RED, BLACK, "Refers to a gate descriptor in the IDT;\n"); in do_general_protection()
198 printk_color(RED, BLACK, "Refers to a descriptor in the GDT or the current LDT;\n"); in do_general_protection()
202 printk_color(RED, BLACK, "Refers to a segment or gate descriptor in the LDT;\n"); in do_general_protection()
204 printk_color(RED, BLACK, "Refers to a descriptor in the current GDT;\n"); in do_general_protection()
206 printk_color(RED, BLACK, "Segment Selector Index:%#010x\n", error_code & 0xfff8); in do_general_protection()
224 printk_color(RED, BLACK, "Page Not-Present,\t"); in do_page_fault()
227 printk_color(RED, BLACK, "Write Cause Fault,\t"); in do_page_fault()
229 printk_color(RED, BLACK, "Read Cause Fault,\t"); in do_page_fault()
232 printk_color(RED, BLACK, "Fault in user(3)\t"); in do_page_fault()
234 printk_color(RED, BLACK, "Fault in supervisor(0,1,2)\t"); in do_page_fault()
237 printk_color(RED, BLACK, ",Reserved Bit Cause Fault\t"); in do_page_fault()
240 printk_color(RED, BLACK, ",Instruction fetch Cause Fault"); in do_page_fault()
242 printk_color(RED, BLACK, "\n"); in do_page_fault()
244 printk_color(RED, BLACK, "CR2:%#018lx\n", cr2); in do_page_fault()