Home
last modified time | relevance | path

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

/arch/cris/arch-v10/kernel/
Dptrace.c35 if (regno == PT_USP) in get_reg()
49 if (regno == PT_USP) in put_reg()
/arch/h8300/include/uapi/asm/
Dptrace.h13 #define PT_USP 7 macro
/arch/m68k/include/uapi/asm/
Dptrace.h19 #define PT_USP 15 macro
/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()
/arch/cris/include/uapi/asm/
Dptrace_v10.h36 #define PT_USP 23 /* special case - USP is not in the pt_regs */ macro
Dptrace_v32.h30 #define PT_USP 24 /* special case - USP is not in the pt_regs */ macro
/arch/blackfin/include/uapi/asm/
Dptrace.h122 #define PT_USP 144 macro
/arch/m68k/kernel/
Dptrace.c78 if (regno == PT_USP) in get_reg()
103 if (regno == PT_USP) in put_reg()
/arch/cris/arch-v32/kernel/
Dptrace.c48 else if (regno == PT_USP) in get_reg()
67 else if (regno == PT_USP) in put_reg()
/arch/blackfin/kernel/
Dptrace.c59 case PT_USP: in get_reg()
95 case PT_USP: in put_reg()
Dasm-offsets.c72 DEFINE(PT_USP, offsetof(struct pt_regs, usp)); in main()