Lines Matching refs:DUMP

2542 #define DUMP(paca, name, format)				\
2546 DUMP(p, lock_token, "%#-*x");
2547 DUMP(p, paca_index, "%#-*x");
2548 DUMP(p, kernel_toc, "%#-*llx");
2549 DUMP(p, kernelbase, "%#-*llx");
2550 DUMP(p, kernel_msr, "%#-*llx");
2551 DUMP(p, emergency_sp, "%-*px");
2553 DUMP(p, nmi_emergency_sp, "%-*px");
2554 DUMP(p, mc_emergency_sp, "%-*px");
2555 DUMP(p, in_nmi, "%#-*x");
2556 DUMP(p, in_mce, "%#-*x");
2557 DUMP(p, hmi_event_available, "%#-*x");
2559 DUMP(p, data_offset, "%#-*llx");
2560 DUMP(p, hw_cpu_id, "%#-*x");
2561 DUMP(p, cpu_start, "%#-*x");
2562 DUMP(p, kexec_state, "%#-*x");
2579 DUMP(p, vmalloc_sllp, "%#-*x");
2580 DUMP(p, stab_rr, "%#-*x");
2581 DUMP(p, slb_used_bitmap, "%#-*x");
2582 DUMP(p, slb_kern_bitmap, "%#-*x");
2585 DUMP(p, slb_cache_ptr, "%#-*x");
2592 DUMP(p, rfi_flush_fallback_area, "%-*px");
2594 DUMP(p, dscr_default, "%#-*llx");
2596 DUMP(p, pgd, "%-*px");
2597 DUMP(p, kernel_pgd, "%-*px");
2598 DUMP(p, tcd_ptr, "%-*px");
2599 DUMP(p, mc_kstack, "%-*px");
2600 DUMP(p, crit_kstack, "%-*px");
2601 DUMP(p, dbg_kstack, "%-*px");
2603 DUMP(p, __current, "%-*px");
2604 DUMP(p, kstack, "%#-*llx");
2607 DUMP(p, canary, "%#-*lx");
2609 DUMP(p, saved_r1, "%#-*llx");
2611 DUMP(p, trap_save, "%#-*x");
2613 DUMP(p, irq_soft_mask, "%#-*x");
2614 DUMP(p, irq_happened, "%#-*x");
2616 DUMP(p, mmiowb_state.nesting_count, "%#-*x");
2617 DUMP(p, mmiowb_state.mmiowb_pending, "%#-*x");
2619 DUMP(p, irq_work_pending, "%#-*x");
2620 DUMP(p, sprg_vdso, "%#-*llx");
2623 DUMP(p, tm_scratch, "%#-*llx");
2627 DUMP(p, idle_state, "%#-*lx");
2629 DUMP(p, thread_idle_state, "%#-*x");
2630 DUMP(p, subcore_sibling_mask, "%#-*x");
2633 DUMP(p, requested_psscr, "%#-*llx");
2634 DUMP(p, dont_stop.counter, "%#-*x");
2639 DUMP(p, accounting.utime, "%#-*lx");
2640 DUMP(p, accounting.stime, "%#-*lx");
2642 DUMP(p, accounting.utime_scaled, "%#-*lx");
2644 DUMP(p, accounting.starttime, "%#-*lx");
2645 DUMP(p, accounting.starttime_user, "%#-*lx");
2647 DUMP(p, accounting.startspurr, "%#-*lx");
2648 DUMP(p, accounting.utime_sspurr, "%#-*lx");
2650 DUMP(p, accounting.steal_time, "%#-*lx");
2651 #undef DUMP