Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/x86/core/
Dx86_mmu.c536 #define COLOR(x) printk(_CONCAT(ANSI_, x)) macro
538 #define COLOR(x) do { } while (false) macro
595 COLOR(YELLOW); in print_entries()
598 COLOR(GREEN); in print_entries()
601 COLOR(CYAN); in print_entries()
605 COLOR(MAGENTA); in print_entries()
611 COLOR(GREY); in print_entries()
615 COLOR(BLUE); in print_entries()
620 COLOR(CYAN); in print_entries()
623 COLOR(BLUE); in print_entries()
[all …]
/Zephyr-latest/kernel/
Dmmu.c76 #define COLOR(x) printk(_CONCAT(ANSI_, x)) macro
78 #define COLOR(x) do { } while (false) macro
85 COLOR(GREY); in page_frame_dump()
88 COLOR(CYAN); in page_frame_dump()
91 COLOR(MAGENTA); in page_frame_dump()
94 COLOR(YELLOW); in page_frame_dump()
97 COLOR(GREY); in page_frame_dump()
100 COLOR(DEFAULT); in page_frame_dump()
103 COLOR(RED); in page_frame_dump()
128 COLOR(DEFAULT); in k_mem_page_frames_dump()