Home
last modified time | relevance | path

Searched refs:PT_CSR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/c6x/kernel/
Dptrace.c37 if (regno == PT_TSR || regno == PT_CSR) in get_reg()
52 if (regno != PT_TSR && regno != PT_CSR) in put_reg()
96 PT_CSR * sizeof(long)); in gpr_set()
101 PT_CSR * sizeof(long), in gpr_set()
102 (PT_CSR + 1) * sizeof(long)); in gpr_set()
108 (PT_CSR + 1) * sizeof(long), -1); in gpr_set()
/linux-4.4.14/arch/c6x/include/uapi/asm/
Dptrace.h28 #define PT_CSR PT_LO(5, 4) macro