Searched refs:pt_dump_seq_puts (Results 1 – 2 of 2) sorted by relevance
49 #define pt_dump_seq_puts(m, fmt) \ macro67 pt_dump_seq_puts(m, (pr & _PAGE_PROTECT) ? "RO " : "RW "); in print_prot()68 pt_dump_seq_puts(m, (pr & _PAGE_NOEXEC) ? "NX\n" : "X\n"); in print_prot()131 pt_dump_seq_puts(m, "---[ Kernel Virtual Address Space ]---\n"); in note_page()
42 #define pt_dump_seq_puts(m, fmt) \ macro