Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A Dswitch_to.h58 (!(KSTK_STATUS(prev) & ST0_CU1))) { \
123 if ((KSTK_STATUS(prev) & ST0_CU2)) { \
125 KSTK_STATUS(prev) &= ~ST0_CU2; \
128 if (KSTK_STATUS(next) & ST0_CU2 && \
A Dfpu.h132 KSTK_STATUS(current) |= ST0_CU1; in __own_fpu()
134 KSTK_STATUS(current) |= ST0_FR; in __own_fpu()
136 KSTK_STATUS(current) &= ~ST0_FR; in __own_fpu()
184 KSTK_STATUS(tsk) &= ~ST0_CU1; in lose_fpu_inatomic()
A Dprocessor.h363 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status) macro
/linux-6.3-rc2/arch/mips/cavium-octeon/crypto/
A Docteon-crypto.c36 if (KSTK_STATUS(current) & ST0_CU2) { in octeon_crypto_enable()
38 KSTK_STATUS(current) &= ~ST0_CU2; in octeon_crypto_enable()
/linux-6.3-rc2/arch/mips/loongson64/
A Dcop2-ex.c51 KSTK_STATUS(current) |= (ST0_CU1 | ST0_CU2); in loongson_cu2_call()
53 KSTK_STATUS(current) |= ST0_FR; in loongson_cu2_call()
55 KSTK_STATUS(current) &= ~ST0_FR; in loongson_cu2_call()
/linux-6.3-rc2/arch/mips/cavium-octeon/
A Dcpu.c33 KSTK_STATUS(current) |= ST0_CU2; in cnmips_cu2_call()

Completed in 14 milliseconds