Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/include/asm/
Dfpu.h76 KSTK_STATUS(current) |= ST0_CU1; in __own_fpu()
102 KSTK_STATUS(current) &= ~ST0_CU1; in lose_fpu()
Dswitch_to.h50 (!(KSTK_STATUS(prev) & ST0_CU1))) { \
Dprocessor.h332 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status) macro
/linux-3.4.99/arch/mips/cavium-octeon/
Dcpu.c31 KSTK_STATUS(current) |= ST0_CU2; in cnmips_cu2_call()