Home
last modified time | relevance | path

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

/Linux-v4.19/arch/h8300/include/uapi/asm/
Dptrace.h14 #define PT_USP 7 macro
/Linux-v4.19/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()
/Linux-v4.19/arch/m68k/include/uapi/asm/
Dptrace.h20 #define PT_USP 15 macro
/Linux-v4.19/arch/m68k/kernel/
Dptrace.c79 if (regno == PT_USP) in get_reg()
104 if (regno == PT_USP) in put_reg()