Searched refs:print_reg (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/powerpc/platforms/powernv/ |
| D | vas-debug.c | 50 static inline void print_reg(struct seq_file *s, struct vas_window *win, in print_reg() function 66 print_reg(s, window, VREG(LPID)); in hvwc_show() 67 print_reg(s, window, VREG(PID)); in hvwc_show() 68 print_reg(s, window, VREG(XLATE_MSR)); in hvwc_show() 69 print_reg(s, window, VREG(XLATE_LPCR)); in hvwc_show() 70 print_reg(s, window, VREG(XLATE_CTL)); in hvwc_show() 71 print_reg(s, window, VREG(AMR)); in hvwc_show() 72 print_reg(s, window, VREG(SEIDR)); in hvwc_show() 73 print_reg(s, window, VREG(FAULT_TX_WIN)); in hvwc_show() 74 print_reg(s, window, VREG(OSU_INTR_SRC_RA)); in hvwc_show() [all …]
|
| /Linux-v5.10/tools/objtool/ |
| D | orc_dump.c | 52 static void print_reg(unsigned int reg, int offset) in print_reg() function 200 print_reg(orc[i].sp_reg, orc[i].sp_offset); in orc_dump() 204 print_reg(orc[i].bp_reg, orc[i].bp_offset); in orc_dump()
|
| /Linux-v5.10/tools/testing/selftests/kvm/aarch64/ |
| D | get-reg-list.c | 164 static void print_reg(__u64 id) in print_reg() function 356 print_reg(reg_list->reg[i]); in main() 382 print_reg(reg.id); in main() 392 print_reg(reg.id); in main() 402 print_reg(reg.id); in main() 438 print_reg(reg_list->reg[i]); in main() 446 print_reg(blessed_reg[i]); in main()
|