Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dprocess.c51 pr_cont("epc : " REG_FMT " ra : " REG_FMT " sp : " REG_FMT "\n", in __show_regs()
53 pr_cont(" gp : " REG_FMT " tp : " REG_FMT " t0 : " REG_FMT "\n", in __show_regs()
55 pr_cont(" t1 : " REG_FMT " t2 : " REG_FMT " s0 : " REG_FMT "\n", in __show_regs()
57 pr_cont(" s1 : " REG_FMT " a0 : " REG_FMT " a1 : " REG_FMT "\n", in __show_regs()
59 pr_cont(" a2 : " REG_FMT " a3 : " REG_FMT " a4 : " REG_FMT "\n", in __show_regs()
61 pr_cont(" a5 : " REG_FMT " a6 : " REG_FMT " a7 : " REG_FMT "\n", in __show_regs()
63 pr_cont(" s2 : " REG_FMT " s3 : " REG_FMT " s4 : " REG_FMT "\n", in __show_regs()
65 pr_cont(" s5 : " REG_FMT " s6 : " REG_FMT " s7 : " REG_FMT "\n", in __show_regs()
67 pr_cont(" s8 : " REG_FMT " s9 : " REG_FMT " s10: " REG_FMT "\n", in __show_regs()
69 pr_cont(" s11: " REG_FMT " t3 : " REG_FMT " t4 : " REG_FMT "\n", in __show_regs()
[all …]
H A Dtraps.c105 pr_info("%s[%d]: unhandled signal %d code 0x%x at 0x" REG_FMT, in do_trap()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dptrace.h52 #define REG_FMT "%016lx" macro
54 #define REG_FMT "%08lx" macro
/openbmc/linux/arch/riscv/include/asm/
H A Dptrace.h60 #define REG_FMT "%016lx" macro
62 #define REG_FMT "%08lx" macro
/openbmc/linux/arch/riscv/mm/
H A Dfault.c30 pr_alert("Unable to handle kernel %s at virtual address " REG_FMT "\n", msg, in die_kernel_fault()