Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dptrace.c24 #define DCCR_MASK 0x0000001f /* XNZVC */ macro
121 data &= DCCR_MASK; in arch_ptrace()
122 data |= get_reg(child, PT_DCCR) & ~DCCR_MASK; in arch_ptrace()
162 tmp &= DCCR_MASK; in arch_ptrace()
163 tmp |= get_reg(child, PT_DCCR) & ~DCCR_MASK; in arch_ptrace()