Searched refs:pstate (Results 1 - 25 of 34) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Drtrap.S9 #include <asm/pstate.h>
35 wrpr %g0, RTRAP_PSTATE, %pstate
37 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
41 wrpr %g0, RTRAP_PSTATE, %pstate
42 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
49 wrpr %g0, RTRAP_PSTATE, %pstate
50 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
60 wrpr %g0, RTRAP_PSTATE, %pstate
61 wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
74 wrpr %g0, RTRAP_PSTATE, %pstate
[all...]
H A Ddtlb_prot.S19 rdpr %pstate, %g5 ! Move into alternate globals
20 wrpr %g5, PSTATE_AG|PSTATE_MG, %pstate
H A Dtrampoline.S12 #include <asm/pstate.h>
177 wrpr %g0, (PSTATE_PRIV | PSTATE_PEF), %pstate
205 rdpr %pstate, %o1
207 wrpr %o1, PSTATE_AG, %pstate
212 wrpr %o1, PSTATE_MG, %pstate
246 wrpr %o1, PSTATE_IG, %pstate
260 wrpr %o1, 0, %pstate
H A Dsmp.c140 unsigned long pstate; local
161 __asm__ __volatile__("rdpr %%pstate, %0\n\t"
162 "wrpr %0, %1, %%pstate"
163 : "=r" (pstate)
194 __asm__ __volatile__("wrpr %0, 0x0, %%pstate"
196 : "r" (pstate));
341 static void spitfire_xcall_helper(u64 data0, u64 data1, u64 data2, u64 pstate, unsigned long cpu) argument
364 "wrpr %1, %2, %%pstate\n\t"
376 : "r" (pstate), "i" (PSTATE_IE), "i" (ASI_INTR_W),
387 __asm__ __volatile__("wrpr %0, 0x0, %%pstate"
410 u64 pstate; local
430 u64 pstate; local
993 unsigned long compare, tick, pstate; local
1080 unsigned long pstate; local
[all...]
H A Ddtlb_base.S89 rdpr %pstate, %g5 ! Move into alternate globals
90 wrpr %g5, PSTATE_AG|PSTATE_MG, %pstate
H A Ditlb_base.S47 3: rdpr %pstate, %g4 ! Move into alternate globals
50 wrpr %g4, PSTATE_AG|PSTATE_MG, %pstate
H A Dhead.S15 #include <asm/pstate.h>
117 wrpr %g0, (PSTATE_PRIV|PSTATE_PEF|PSTATE_IE), %pstate
292 * (PSTATE_PRIV | PSTATE_PEF | PSTATE_IE) in %pstate.
294 wrpr %g0, (PSTATE_PRIV|PSTATE_PEF|PSTATE_IE), %pstate
586 rdpr %pstate, %o1
588 wrpr %o1, (PSTATE_AG|PSTATE_IE), %pstate
594 wrpr %o1, (PSTATE_MG|PSTATE_IE), %pstate
630 wrpr %o1, (PSTATE_IG|PSTATE_IE), %pstate
690 wrpr %o1, PSTATE_IE, %pstate
696 rdpr %pstate,
[all...]
H A Dirq.c271 unsigned long pstate; local
274 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate));
275 __asm__ __volatile__("wrpr %0, %1, %%pstate"
276 : : "r" (pstate), "i" (PSTATE_IE));
280 __asm__ __volatile__("wrpr %0, 0x0, %%pstate" : : "r" (pstate));
1024 unsigned long pstate; local
1055 __asm__ __volatile__("rdpr %%pstate, %0\n\t"
1056 "wrpr %0, %1, %%pstate"
[all...]
H A Detrap.S9 #include <asm/pstate.h>
75 wrpr %g0, ETRAP_PSTATE1, %pstate ! Single Group+4bubbles
95 wrpr %g0, ETRAP_PSTATE2, %pstate ! Single Group+4bubbles
214 wrpr %g0, ETRAP_PSTATE1, %pstate ! Single Group+4bubbles
H A Dentry.S495 rdpr %pstate, %g5
497 wrpr %g5, PSTATE_IG | PSTATE_AG, %pstate
508 rdpr %pstate, %o5
510 wrpr %o1, PSTATE_AG, %pstate
519 wrpr %o1, PSTATE_IG, %pstate
528 wrpr %o1, PSTATE_MG, %pstate
537 wrpr %o5, 0x0, %pstate
543 rdpr %pstate, %o5
545 wrpr %o1, PSTATE_AG, %pstate
554 wrpr %o1, PSTATE_IG, %pstate
[all...]
H A Dwinfixup.S68 rdpr %pstate, %l1 ! Prepare to change globals.
75 wrpr %l1, (PSTATE_IE | PSTATE_AG | PSTATE_RMO), %pstate
190 rdpr %pstate, %l1 ! Prepare to change globals.
197 wrpr %l1, (PSTATE_IE | PSTATE_AG | PSTATE_RMO), %pstate
297 rdpr %pstate, %l1 ! Prepare to change globals.
304 wrpr %l1, (PSTATE_IE | PSTATE_AG | PSTATE_RMO), %pstate
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dxor.h28 #include <asm/pstate.h>
H A Dpsrcompat.h5 #include <asm/pstate.h>
H A Dhead.h5 #include <asm/pstate.h>
H A Dvisasm.h10 #include <asm/pstate.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dxor.h28 #include <asm/pstate.h>
H A Dpsrcompat.h5 #include <asm/pstate.h>
H A Dhead.h5 #include <asm/pstate.h>
H A Dvisasm.h10 #include <asm/pstate.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dultra.S87 rdpr %pstate, %g1
88 wrpr %g1, PSTATE_IE, %pstate
118 wrpr %g1, 0x0, %pstate
142 rdpr %pstate, %g1
143 wrpr %g1, PSTATE_IE, %pstate
151 wrpr %g1, 0, %pstate
154 rdpr %pstate, %g1
155 wrpr %g1, PSTATE_IE, %pstate
163 wrpr %g1, 0, %pstate
166 rdpr %pstate,
[all...]
H A Dfault.c177 unsigned long pstate; local
185 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate));
186 __asm__ __volatile__("wrpr %0, %1, %%pstate"
187 : : "r" (pstate), "i" (PSTATE_IE));
201 __asm__ __volatile__("wrpr %0, 0x0, %%pstate" : : "r" (pstate));
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dclntlock.c55 u32 pstate; local
65 pstate = host->h_state;
92 if (pstate == host->h_state && (err = nlmclnt_cancel(host, fl)) < 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/lib/
H A Dblockops.S59 rdpr %pstate, %g3
60 wrpr %g3, PSTATE_IE, %pstate
278 rdpr %pstate, %g3
280 wrpr %g3, PSTATE_IE, %pstate
361 rdpr %pstate, %g3
362 wrpr %g3, PSTATE_IE, %pstate
420 wrpr %g3, 0x0, %pstate
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsunmouse.c68 #define pstate sunmouse.prev_state macro
305 d = bstate ^ pstate;
306 pstate = bstate;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/prom/
H A Dp1275.c18 #include <asm/pstate.h>
37 " rdpr %%pstate, %%l4\n"
38 " wrpr %%g0, 0x15, %%pstate ! save alternate globals\n"
46 " wrpr %%g0, 0x814, %%pstate ! save interrupt globals\n"
54 " wrpr %%g0, 0x14, %%pstate ! save normal globals\n"
62 " wrpr %%g0, 0x414, %%pstate ! save mmu globals\n"
74 " wrpr %%l4, %1, %%pstate ! turn off interrupts\n"
77 " wrpr %%g0, 0x414, %%pstate ! restore mmu globals\n"
82 " wrpr %%g0, 0x14, %%pstate ! restore normal globals\n"
90 " wrpr %%g0, 0x814, %%pstate ! restor
[all...]

Completed in 645 milliseconds

12