Searched refs:REG_FMT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | process.c | 46 pr_cont("epc: " REG_FMT " ra : " REG_FMT " sp : " REG_FMT "\n", in show_regs() 48 pr_cont(" gp : " REG_FMT " tp : " REG_FMT " t0 : " REG_FMT "\n", in show_regs() 50 pr_cont(" t1 : " REG_FMT " t2 : " REG_FMT " s0 : " REG_FMT "\n", in show_regs() 52 pr_cont(" s1 : " REG_FMT " a in show_regs() [all...] |
H A D | traps.c | 73 pr_info("%s[%d]: unhandled signal %d code 0x%x at 0x" REG_FMT, in do_trap()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | process.c | 53 pr_cont("epc : " REG_FMT " ra : " REG_FMT " sp : " REG_FMT "\n", in __show_regs() 55 pr_cont(" gp : " REG_FMT " tp : " REG_FMT " t0 : " REG_FMT "\n", in __show_regs() 57 pr_cont(" t1 : " REG_FMT " t2 : " REG_FMT " s0 : " REG_FMT "\n", in __show_regs() 59 pr_cont(" s1 : " REG_FMT " a in __show_regs() [all...] |
H A D | traps.c | 105 pr_info("%s[%d]: unhandled signal %d code 0x%x at 0x" REG_FMT, in do_trap()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | ptrace.h | 56 #define REG_FMT "%016lx" macro 58 #define REG_FMT "%08lx" macro
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | ptrace.h | 60 #define REG_FMT "%016lx" macro 62 #define REG_FMT "%08lx" macro
|
/kernel/linux/linux-5.10/arch/riscv/mm/ |
H A D | fault.c | 33 pr_alert("Unable to handle kernel %s at virtual address " REG_FMT "\n", in no_context()
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | fault.c | 30 pr_alert("Unable to handle kernel %s at virtual address " REG_FMT "\n", msg, in die_kernel_fault()
|
Completed in 4 milliseconds