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

/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-crypto.c36 if (KSTK_STATUS(current) & ST0_CU2) {
38 KSTK_STATUS(current) &= ~ST0_CU2;
/linux-master/arch/mips/include/asm/
H 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 && \
H A Dfpu.h132 KSTK_STATUS(current) |= ST0_CU1;
134 KSTK_STATUS(current) |= ST0_FR;
136 KSTK_STATUS(current) &= ~ST0_FR;
184 KSTK_STATUS(tsk) &= ~ST0_CU1;
H A Dprocessor.h368 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status) macro
/linux-master/arch/mips/cavium-octeon/
H A Dcpu.c33 KSTK_STATUS(current) |= ST0_CU2;
/linux-master/arch/mips/loongson64/
H A Dcop2-ex.c51 KSTK_STATUS(current) |= (ST0_CU1 | ST0_CU2);
53 KSTK_STATUS(current) |= ST0_FR;
55 KSTK_STATUS(current) &= ~ST0_FR;

Completed in 134 milliseconds