Searched refs:marker (Results 1 – 10 of 10) sorted by relevance
/arch/x86/mm/ |
D | dump_pagetables.c | 35 const struct addr_marker *marker; member 302 st->marker = address_markers; in note_page() 305 st->marker->name); in note_page() 307 addr >= st->marker[1].start_address) { in note_page() 318 if (!st->marker->max_lines || in note_page() 319 st->lines < st->marker->max_lines) { in note_page() 342 if (addr >= st->marker[1].start_address) { in note_page() 343 if (st->marker->max_lines && in note_page() 344 st->lines > st->marker->max_lines) { in note_page() 346 st->lines - st->marker->max_lines; in note_page() [all …]
|
/arch/arm64/mm/ |
D | ptdump.c | 234 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page() 236 addr >= st->marker[1].start_address) { in note_page() 260 if (addr >= st->marker[1].start_address) { in note_page() 261 st->marker++; in note_page() 262 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page() 270 if (addr >= st->marker[1].start_address) { in note_page() 271 st->marker++; in note_page() 272 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page() 287 .marker = info->markers, in ptdump_walk() 322 .marker = (struct addr_marker[]) { in ptdump_check_wx()
|
/arch/s390/mm/ |
D | dump_pagetables.c | 90 const struct addr_marker *marker; member 170 pt_dump_seq_printf(m, "---[ %s ]---\n", st->marker->name); in note_page() 175 addr >= st->marker[1].start_address) { in note_page() 187 while (addr >= st->marker[1].start_address) { in note_page() 188 st->marker++; in note_page() 189 pt_dump_seq_printf(m, "---[ %s ]---\n", st->marker->name); in note_page() 214 .marker = (struct addr_marker[]) { in ptdump_check_wx() 249 .marker = address_markers, in ptdump_show()
|
/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 61 const struct addr_marker *marker; member 209 while (addr >= st->marker[1].start_address) { in note_page_update_state() 210 st->marker++; in note_page_update_state() 211 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page_update_state() 222 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page() 232 addr >= st->marker[1].start_address) { in note_page() 304 .marker = address_markers, in ptdump_show() 334 .marker = (struct addr_marker[]) { in ptdump_check_wx()
|
D | hashpagetable.c | 27 const struct addr_marker *marker; member 188 while (ea >= st->marker[1].start_address) { in dump_hpte_info() 189 st->marker++; in dump_hpte_info() 190 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in dump_hpte_info() 520 .marker = address_markers, in ptdump_show()
|
/arch/riscv/mm/ |
D | ptdump.c | 37 const struct addr_marker *marker; member 280 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page() 282 level != st->level || addr >= st->marker[1].start_address) { in note_page() 290 while (addr >= st->marker[1].start_address) { in note_page() 291 st->marker++; in note_page() 293 st->marker->name); in note_page() 310 .marker = pinfo->markers, in ptdump_walk() 328 .marker = (struct addr_marker[]) { in ptdump_check_wx()
|
/arch/arm/mm/ |
D | dump.c | 50 const struct addr_marker *marker; member 271 pt_dump_seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); in note_page() 274 addr >= st->marker[1].start_address) { in note_page() 298 if (addr >= st->marker[1].start_address) { in note_page() 299 st->marker++; in note_page() 301 st->marker->name); in note_page() 419 .marker = info->markers, in ptdump_walk_pgd() 457 .marker = (struct addr_marker[]) { in ptdump_check_wx()
|
/arch/arm64/include/asm/ |
D | ptdump.h | 50 const struct addr_marker *marker; member
|
/arch/arm64/kvm/ |
D | ptdump.c | 323 .marker = &st->ipa_marker[0], in kvm_ptdump_parser_init()
|
/arch/powerpc/xmon/ |
D | xmon.c | 1730 unsigned long marker; in xmon_show_stack() local 1785 if (mread(sp + STACK_INT_FRAME_MARKER, &marker, sizeof(unsigned long)) in xmon_show_stack() 1786 && marker == STACK_FRAME_REGS_MARKER) { in xmon_show_stack()
|