Home
last modified time | relevance | path

Searched refs:PT_USP (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/h8300/kernel/
Dptrace.c42 case PT_USP: in h8300_get_reg()
60 case PT_USP: in h8300_put_reg()
Dptrace_h.c181 sp = (unsigned long *)h8300_get_reg(child, PT_USP); in decode()
/kernel/linux/linux-5.10/arch/h8300/include/uapi/asm/
Dptrace.h14 #define PT_USP 7 macro
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
Dptrace.h20 #define PT_USP 15 macro
/kernel/linux/linux-5.10/arch/m68k/kernel/
Dptrace.c78 if (regno == PT_USP) in get_reg()
103 if (regno == PT_USP) in put_reg()
/kernel/linux/linux-5.10/arch/csky/kernel/
Dasm-offsets.c73 DEFINE(PT_USP, offsetof(struct pt_regs, usp)); in main()