Home
last modified time | relevance | path

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

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