Searched refs:to_dmesg (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/mm/ |
D | dump_pagetables.c | 37 bool to_dmesg; member 158 #define pt_dump_seq_printf(m, to_dmesg, fmt, args...) \ argument 160 if (to_dmesg) \ 167 #define pt_dump_cont_printf(m, to_dmesg, fmt, args...) \ argument 169 if (to_dmesg) \ 304 pt_dump_seq_printf(m, st->to_dmesg, "---[ %s ]---\n", in note_page() 320 pt_dump_seq_printf(m, st->to_dmesg, in note_page() 330 pt_dump_cont_printf(m, st->to_dmesg, "%9lu%c ", in note_page() 333 st->to_dmesg); in note_page() 347 pt_dump_seq_printf(m, st->to_dmesg, in note_page() [all …]
|