Searched refs:to_dmesg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 34 bool to_dmesg; member 105 #define pt_dump_seq_printf(m, to_dmesg, fmt, args...) \ argument 107 if (to_dmesg) \ 114 #define pt_dump_cont_printf(m, to_dmesg, fmt, args...) \ argument 116 if (to_dmesg) \ 212 pt_dump_seq_printf(m, st->to_dmesg, "---[ %s ]---\n", in note_page() 235 pt_dump_seq_printf(m, st->to_dmesg, in note_page() 245 pt_dump_cont_printf(m, st->to_dmesg, "%9lu%c ", in note_page() 248 st->to_dmesg); in note_page() 262 pt_dump_seq_printf(m, st->to_dmesg, in note_page() [all …]
|