Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dswitch_to.h58 (!(KSTK_STATUS(prev) & ST0_CU1))) { \
94 if ((KSTK_STATUS(prev) & ST0_CU2)) { \
96 KSTK_STATUS(prev) &= ~ST0_CU2; \
99 if (KSTK_STATUS(next) & ST0_CU2 && \
Dfpu.h135 KSTK_STATUS(current) |= ST0_CU1; in __own_fpu()
137 KSTK_STATUS(current) |= ST0_FR; in __own_fpu()
139 KSTK_STATUS(current) &= ~ST0_FR; in __own_fpu()
183 KSTK_STATUS(tsk) &= ~ST0_CU1; in lose_fpu_inatomic()
Dprocessor.h365 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status) macro
/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dcop2-ex.c37 KSTK_STATUS(current) |= (ST0_CU1 | ST0_CU2); in loongson_cu2_call()
39 KSTK_STATUS(current) |= ST0_FR; in loongson_cu2_call()
41 KSTK_STATUS(current) &= ~ST0_FR; in loongson_cu2_call()
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
Docteon-crypto.c35 if (KSTK_STATUS(current) & ST0_CU2) { in octeon_crypto_enable()
37 KSTK_STATUS(current) &= ~ST0_CU2; in octeon_crypto_enable()
/linux-4.4.14/arch/mips/cavium-octeon/
Dcpu.c31 KSTK_STATUS(current) |= ST0_CU2; in cnmips_cu2_call()
/linux-4.4.14/arch/mips/netlogic/xlp/
Dcop2-ex.c100 KSTK_STATUS(current) |= ST0_CU2; in nlm_cu2_call()