Home
last modified time | relevance | path

Searched refs:PT_CCR (Results 1 – 7 of 7) sorted by relevance

/arch/h8300/include/uapi/asm/
Dptrace.h16 #define PT_CCR 9 macro
/arch/frv/include/uapi/asm/
Dptrace.h20 #define PT_CCR 2 macro
/arch/h8300/kernel/
Dptrace.c44 case PT_CCR: in h8300_get_reg()
62 case PT_CCR: in h8300_put_reg()
Dptrace_h.c140 unsigned char cond = h8300_get_reg(task, PT_CCR); in isbranch()
/arch/powerpc/include/uapi/asm/
Dptrace.h102 #define PT_CCR 38 macro
/arch/powerpc/kernel/
Dsignal_64.c351 err |= __get_user(regs->ccr, &sc->gp_regs[PT_CCR]); in restore_sigcontext()
462 err |= __get_user(regs->ccr, &tm_sc->gp_regs[PT_CCR]); in restore_tm_sigcontexts()
470 &sc->gp_regs[PT_CCR]); in restore_tm_sigcontexts()
Dptrace.c200 #define PT_MAX_PUT_REG PT_CCR