Home
last modified time | relevance | path

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

/arch/h8300/kernel/
Dptrace.c56 unsigned short oldccr; in h8300_put_reg() local
63 oldccr = *(unsigned short *)(task->thread.esp0 + in h8300_put_reg()
65 oldccr &= ~CCR_MASK; in h8300_put_reg()
67 data |= oldccr; in h8300_put_reg()
74 oldccr &= ~EXR_MASK; in h8300_put_reg()