Searched refs:WHITE (Results 1 – 4 of 4) sorted by relevance
19 #define WHITE 0x00ffffff //白 macro71 #define printk(...) printk_color(WHITE, BLACK, __VA_ARGS__)
2 use crate::include::bindings::bindings::{printk_color, BLACK, WHITE};101 printk_color(WHITE, BLACK, str_to_print.as_ptr() as *const c_char); in __write_string()
6 #define WHITE 0x00ffffff //白 macro
187 printk_color(BLACK, WHITE, "CPU:%d IDLE process.\n", proc_current_cpu_id); in smp_ap_start()