Searched refs:SR_FD (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dprocessor.h69 #define SR_FD 0x00008000 macro
168 : "r" (SR_FD));
180 : "r" (~SR_FD));
H A Delf.h69 _r->sr = SR_FD; } while (0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dprocessor.h69 #define SR_FD 0x00008000 macro
168 : "r" (SR_FD));
180 : "r" (~SR_FD));
H A Delf.h69 _r->sr = SR_FD; } while (0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dfpu.c226 if (!(sr & SR_FD)) {
234 if (sr & SR_FD) { /* Kernel doesn't grab FPU */
H A Dprocess.c225 childregs->sr |= SR_FD; /* Invalidate FPU flag */
367 (init_task.flags&PF_USEDFPU)?'K':' ', (sr&SR_FD)?' ':'F');
H A Dsignal.c248 regs->sr |= SR_FD; /* Release FPU */

Completed in 54 milliseconds