fucop_ctl 20 arch/nds32/include/asm/fpu.h #define test_tsk_fpu(regs) (regs->fucop_ctl & FUCOP_CTL_mskCP0EN) fucop_ctl 48 arch/nds32/include/asm/fpu.h regs->fucop_ctl &= ~FUCOP_CTL_mskCP0EN; fucop_ctl 53 arch/nds32/include/asm/fpu.h regs->fucop_ctl |= FUCOP_CTL_mskCP0EN; fucop_ctl 58 arch/nds32/include/asm/fpu.h unsigned long fucop_ctl; fucop_ctl 60 arch/nds32/include/asm/fpu.h fucop_ctl = __nds32__mfsr(NDS32_SR_FUCOP_CTL) | FUCOP_CTL_mskCP0EN; fucop_ctl 61 arch/nds32/include/asm/fpu.h __nds32__mtsr(fucop_ctl, NDS32_SR_FUCOP_CTL); fucop_ctl 67 arch/nds32/include/asm/fpu.h unsigned long fucop_ctl; fucop_ctl 69 arch/nds32/include/asm/fpu.h fucop_ctl = __nds32__mfsr(NDS32_SR_FUCOP_CTL) & ~FUCOP_CTL_mskCP0EN; fucop_ctl 70 arch/nds32/include/asm/fpu.h __nds32__mtsr(fucop_ctl, NDS32_SR_FUCOP_CTL); fucop_ctl 48 arch/nds32/include/asm/ptrace.h long fucop_ctl; fucop_ctl 19 arch/nds32/kernel/asm-offsets.c DEFINE(FUCOP_CTL_OFFSET, offsetof(struct pt_regs, fucop_ctl));