Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dswitch_to.h66 (!(KSTK_STATUS(prev) & ST0_CU1))) { \
93 if (cop2_present && (KSTK_STATUS(prev) & ST0_CU2)) { \
95 KSTK_STATUS(prev) &= ~ST0_CU2; \
113 (KSTK_STATUS(current) & 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()
184 KSTK_STATUS(current) &= ~ST0_CU1; in lose_fpu()
Dprocessor.h369 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status) macro
/linux-4.1.27/arch/mips/loongson/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.1.27/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.1.27/arch/mips/cavium-octeon/
Dcpu.c31 KSTK_STATUS(current) |= ST0_CU2; in cnmips_cu2_call()
/linux-4.1.27/arch/mips/netlogic/xlp/
Dcop2-ex.c100 KSTK_STATUS(current) |= ST0_CU2; in nlm_cu2_call()