Home
last modified time | relevance | path

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

/linux/arch/h8300/kernel/
A Dptrace.c44 case PT_CCR: in h8300_get_reg()
62 case PT_CCR: in h8300_put_reg()
A Dptrace_h.c140 unsigned char cond = h8300_get_reg(task, PT_CCR); in isbranch()
/linux/arch/h8300/include/uapi/asm/
A Dptrace.h16 #define PT_CCR 9 macro
/linux/tools/testing/selftests/powerpc/signal/
A Dsigfuz.c171 ucp->uc_mcontext.gp_regs[PT_CCR] = random(); in trap_signal_handler()
184 ucp->uc_link->uc_mcontext.gp_regs[PT_CCR] = random(); in trap_signal_handler()
/linux/arch/powerpc/include/uapi/asm/
A Dptrace.h107 #define PT_CCR 38 macro
/linux/arch/powerpc/kernel/
A Dsignal_64.c362 unsafe_get_user(regs->ccr, &sc->gp_regs[PT_CCR], efault_out); in __unsafe_restore_sigcontext()
477 err |= __get_user(regs->ccr, &tm_sc->gp_regs[PT_CCR]); in restore_tm_sigcontexts()
485 &sc->gp_regs[PT_CCR]); in restore_tm_sigcontexts()
/linux/arch/powerpc/kernel/ptrace/
A Dptrace-decl.h18 #define PT_MAX_PUT_REG PT_CCR
A Dptrace.c430 CHECK_REG(PT_CCR, ccr); in pt_regs_check()

Completed in 12 milliseconds