Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/kernel/
Dptrace.c217 mask = (regs->ctx.CurrDIVTIME & TXDIVTIME_RPMASK_BITS) >> in metag_rp_state_copyout()
260 regs->ctx.CurrDIVTIME &= ~TXDIVTIME_RPMASK_BITS; in metag_rp_state_copyin()
261 regs->ctx.CurrDIVTIME |= (rp.mask << TXDIVTIME_RPMASK_S) in metag_rp_state_copyin()
/linux-4.4.14/arch/metag/include/asm/
Dtbx.h426 int CurrRPT, CurrBPOBITS, CurrMODE, CurrDIVTIME; member