Searched refs:epsw (Results 1 - 25 of 61) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/include/asm/
H A Dsigcontext.h45 unsigned long epsw; member in struct:sigcontext
H A Dbitops.h100 unsigned epsw; \
104 "mov epsw,%1" \
105 : "=m"(*_a), "=d"(epsw) \
109 !(epsw & EPSW_FLAG_Z); \
121 unsigned epsw; \
125 "mov epsw,%1" \
126 : "=m"(*_a), "=d"(epsw) \
130 !(epsw & EPSW_FLAG_Z); \
H A Dptrace.h75 unsigned long epsw; member in struct:pt_regs
96 #define user_mode(regs) (((regs)->epsw & EPSW_nSL) == EPSW_nSL)
H A Dsystem.h102 " mov epsw,%0 \n" \
110 " and %0,epsw \n" \
111 " or %1,epsw \n" \
140 " mov epsw,%0 \n" \
143 " mov %0,epsw \n" \
154 " mov %0,epsw \n" \
177 asm volatile(" or %0,epsw \n" \
187 #define STI or EPSW_IE|EPSW_IM,epsw
188 #define CLI and ~EPSW_IM,epsw; or EPSW_IE|MN10300_CLI_LEVEL,epsw; no
[all...]
H A Dfpu.h59 __tsk->thread.uregs->epsw &= ~EPSW_FE; \
H A Dframe.inc44 and ~EPSW_FE,epsw # disable the FPU inside the kernel
70 or EPSW_NMID,epsw
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dsigcontext.h45 unsigned long epsw; member in struct:sigcontext
H A Dbitops.h100 unsigned epsw; \
104 "mov epsw,%1" \
105 : "=m"(*_a), "=d"(epsw) \
109 !(epsw & EPSW_FLAG_Z); \
121 unsigned epsw; \
125 "mov epsw,%1" \
126 : "=m"(*_a), "=d"(epsw) \
130 !(epsw & EPSW_FLAG_Z); \
H A Dptrace.h75 unsigned long epsw; member in struct:pt_regs
96 #define user_mode(regs) (((regs)->epsw & EPSW_nSL) == EPSW_nSL)
H A Dsystem.h102 " mov epsw,%0 \n" \
110 " and %0,epsw \n" \
111 " or %1,epsw \n" \
140 " mov epsw,%0 \n" \
143 " mov %0,epsw \n" \
154 " mov %0,epsw \n" \
177 asm volatile(" or %0,epsw \n" \
187 #define STI or EPSW_IE|EPSW_IM,epsw
188 #define CLI and ~EPSW_IM,epsw; or EPSW_IE|MN10300_CLI_LEVEL,epsw; no
[all...]
H A Dfpu.h59 __tsk->thread.uregs->epsw &= ~EPSW_FE; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dfpu-low.S22 mov epsw,d0
23 or EPSW_FE,epsw
69 mov d0,epsw
84 mov epsw,d1
85 or EPSW_FE,epsw /* enable the FPU so we can access it */
131 mov d1,epsw
146 mov epsw,d1
147 or EPSW_FE,epsw /* enable the FPU so we can access it */
194 mov d1,epsw
H A Dfpu.c36 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE;
41 regs->epsw |= EPSW_FE;
97 asm volatile(" or %1,epsw \n"
109 " and %2,epsw \n"
147 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE;
179 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE;
H A Dirq.c158 unsigned long sp, epsw, irq_disabled_epsw, old_irq_enabled_epsw; local
168 local_save_flags(epsw);
169 __mn10300_irq_enabled_epsw = EPSW_IE | (EPSW_IM & epsw);
189 local_irq_restore(epsw);
H A Dptrace.c131 tmp = regs->epsw;
136 tmp |= regs->epsw & ~(EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N |
138 regs->epsw = tmp;
269 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw);
271 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp);
284 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw);
286 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp);
H A Dswitch_to.S30 or EPSW_NMID,epsw
70 and ~EPSW_NMID,epsw
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dfpu-low.S22 mov epsw,d0
23 or EPSW_FE,epsw
69 mov d0,epsw
84 mov epsw,d1
85 or EPSW_FE,epsw /* enable the FPU so we can access it */
131 mov d1,epsw
146 mov epsw,d1
147 or EPSW_FE,epsw /* enable the FPU so we can access it */
194 mov d1,epsw
H A Dfpu.c36 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE;
41 regs->epsw |= EPSW_FE;
97 asm volatile(" or %1,epsw \n"
109 " and %2,epsw \n"
147 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE;
179 fpu_state_owner->thread.uregs->epsw &= ~EPSW_FE;
H A Dirq.c158 unsigned long sp, epsw, irq_disabled_epsw, old_irq_enabled_epsw; local
168 local_save_flags(epsw);
169 __mn10300_irq_enabled_epsw = EPSW_IE | (EPSW_IM & epsw);
189 local_irq_restore(epsw);
H A Dptrace.c131 tmp = regs->epsw;
136 tmp |= regs->epsw & ~(EPSW_FLAG_V | EPSW_FLAG_C | EPSW_FLAG_N |
138 regs->epsw = tmp;
269 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw);
271 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp);
284 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw);
286 put_stack_long(child, (unsigned long) &dummy->regs.epsw, tmp);
H A Dswitch_to.S30 or EPSW_NMID,epsw
70 and ~EPSW_NMID,epsw
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/mm/
H A Dcache-mn10300.S46 mov epsw,d1
47 and ~EPSW_IE,epsw
78 mov d1,epsw
97 mov epsw,d1
98 and ~EPSW_IE,epsw
129 mov d1,epsw
181 mov epsw,d3
182 and ~EPSW_IE,epsw
282 mov d3,epsw
H A Dtlb-mn10300.S30 and ~EPSW_NMID,epsw
34 or EPSW_nAR,epsw # switch D0-D3 & A0-A3 to the alternate
82 and ~EPSW_NMID,epsw
86 or EPSW_nAR,epsw # switch D0-D3 & A0-A3 to the alternate
133 and ~EPSW_NMID,epsw
151 and ~EPSW_NMID,epsw
152 or EPSW_IE,epsw
166 and ~EPSW_NMID,epsw
183 and ~EPSW_NMID,epsw
184 or EPSW_IE,epsw
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/mm/
H A Dcache-mn10300.S46 mov epsw,d1
47 and ~EPSW_IE,epsw
78 mov d1,epsw
97 mov epsw,d1
98 and ~EPSW_IE,epsw
129 mov d1,epsw
181 mov epsw,d3
182 and ~EPSW_IE,epsw
282 mov d3,epsw
H A Dtlb-mn10300.S30 and ~EPSW_NMID,epsw
34 or EPSW_nAR,epsw # switch D0-D3 & A0-A3 to the alternate
82 and ~EPSW_NMID,epsw
86 or EPSW_nAR,epsw # switch D0-D3 & A0-A3 to the alternate
133 and ~EPSW_NMID,epsw
151 and ~EPSW_NMID,epsw
152 or EPSW_IE,epsw
166 and ~EPSW_NMID,epsw
183 and ~EPSW_NMID,epsw
184 or EPSW_IE,epsw
[all...]

Completed in 94 milliseconds

123