Home
last modified time | relevance | path

Searched refs:REG_FMT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/kernel/
H A Dprocess.c76 pr_cont("epc : " REG_FMT " ra : " REG_FMT " sp : " REG_FMT "\n", in __show_regs()
78 pr_cont(" gp : " REG_FMT " tp : " REG_FMT " t0 : " REG_FMT "\n", in __show_regs()
80 pr_cont(" t1 : " REG_FMT " t2 : " REG_FMT " s0 : " REG_FMT "\n", in __show_regs()
82 pr_cont(" s1 : " REG_FMT " a0 : " REG_FMT " a1 : " REG_FMT "\n", in __show_regs()
84 pr_cont(" a2 : " REG_FMT " a3 : " REG_FMT " a4 : " REG_FMT "\n", in __show_regs()
86 pr_cont(" a5 : " REG_FMT " a6 : " REG_FMT " a7 : " REG_FMT "\n", in __show_regs()
88 pr_cont(" s2 : " REG_FMT " s3 : " REG_FMT " s4 : " REG_FMT "\n", in __show_regs()
90 pr_cont(" s5 : " REG_FMT " s6 : " REG_FMT " s7 : " REG_FMT "\n", in __show_regs()
92 pr_cont(" s8 : " REG_FMT " s9 : " REG_FMT " s10: " REG_FMT "\n", in __show_regs()
94 pr_cont(" s11: " REG_FMT " t3 : " REG_FMT " t4 : " REG_FMT "\n", in __show_regs()
[all …]
H A Dtraps.c121 pr_info("%s[%d]: unhandled signal %d code 0x%x at 0x" REG_FMT, in do_trap()
/linux/arch/riscv/include/asm/
H A Dptrace.h62 #define REG_FMT "%016lx" macro
64 #define REG_FMT "%08lx" macro
/linux/arch/riscv/mm/
H A Dfault.c84 pr_alert("Unable to handle kernel %s at virtual address " REG_FMT "\n", msg, in die_kernel_fault()