Searched refs:pstate (Results 1 - 25 of 174) sorted by path

1234567

/linux-master/arch/sparc/include/asm/
H A Dhead_64.h5 #include <asm/pstate.h>
H A Dhibernate.h17 unsigned long pstate; member in struct:saved_context
H A Dvisasm.h10 #include <asm/pstate.h>
/linux-master/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h5 #include <asm/pstate.h>
H A Dptrace.h7 #include <asm/pstate.h>
/linux-master/arch/sparc/kernel/
H A Dcherrs.S123 wrpr PSTATE_IG | PSTATE_PEF | PSTATE_PRIV, %pstate
165 wrpr PSTATE_IG | PSTATE_PEF | PSTATE_PRIV, %pstate
H A Ddtlb_prot.S21 rdpr %pstate, %g5 ! Move into alt-globals
22 wrpr %g5, PSTATE_AG|PSTATE_MG, %pstate
H A Detrap_64.S11 #include <asm/pstate.h>
138 661: wrpr %g0, ETRAP_PSTATE1, %pstate
H A Dhelpers.S29 rdpr %pstate, %o0
30 wrpr %o0, PSTATE_IE, %pstate
45 wrpr %o0, %pstate
H A Dhvtramp.S13 #include <asm/pstate.h>
82 wrpr %g0, (PSTATE_PRIV | PSTATE_PEF), %pstate
125 wrpr %g0, (PSTATE_PRIV | PSTATE_PEF | PSTATE_IE), %pstate
H A Dspiterrs.S159 rdpr %pstate, %g4
160 wrpr %g4, PSTATE_MG|PSTATE_AG, %pstate
187 rdpr %pstate, %g4
188 wrpr %g4, PSTATE_MG|PSTATE_AG, %pstate
207 rdpr %pstate, %g4
208 wrpr %g4, PSTATE_MG|PSTATE_AG, %pstate
226 rdpr %pstate, %g4
227 wrpr %g4, PSTATE_MG|PSTATE_AG, %pstate
H A Dtime_64.c744 unsigned long pstate; local
749 __asm__ __volatile__("rdpr %%pstate, %0\n\t"
750 "wrpr %0, %1, %%pstate"
751 : "=r" (pstate)
757 __asm__ __volatile__("wrpr %0, 0x0, %%pstate"
759 : "r" (pstate));
H A Dtsb.S147 661: rdpr %pstate, %g5
148 wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate
254 661: rdpr %pstate, %g5
255 wrpr %g5, PSTATE_AG | PSTATE_MG, %pstate
320 rdpr %pstate, %o5
321 wrpr %o5, PSTATE_IE, %pstate
324 wrpr %o5, %pstate
374 rdpr %pstate, %g1
375 wrpr %g1, PSTATE_IE, %pstate
457 wrpr %g1, %pstate
[all...]
H A Dunaligned_64.c18 #include <asm/pstate.h>
H A Durtt_fill.S53 661: wrpr %g0, RTRAP_PSTATE, %pstate
57 wrpr %g0, RTRAP_PSTATE|PSTATE_MCDE, %pstate
H A Dvisemul.c12 #include <asm/pstate.h>
/linux-master/arch/sparc/power/
H A Dhibernate_asm.S31 rdpr %pstate, %g2
111 wrpr %g2, %pstate
/linux-master/arch/sparc/prom/
H A Dcif.S8 #include <asm/pstate.h>
H A Dp1275.c18 #include <asm/pstate.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0001.h14 __s8 ustate_ac; /* out: target pstate index */
15 __s8 ustate_dc; /* out: target pstate index */
19 __s8 pstate; /* out: current pstate index */ member in struct:nvif_control_pstate_info_v0
26 __s8 state; /* in: index of pstate to query
27 * out: pstate identifier
43 __s8 ustate; /* in: pstate identifier */
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dboost.h7 u8 pstate; member in struct:nvbios_boostE
H A Dcstep.h8 u8 pstate; member in struct:nvbios_cstepE
15 u32 nvbios_cstepEm(struct nvkm_bios *, u8 pstate, u8 *ver, u8 *hdr,
H A Dperf.h8 u8 pstate; member in struct:nvbios_perfE
H A Dvpstate.h19 u8 pstate; member in struct:nvbios_vpstate_entry
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dboost.c81 info->pstate = (nvbios_rd16(bios, data + 0x00) & 0x01e0) >> 5;
89 nvbios_boostEm(struct nvkm_bios *bios, u8 pstate, argument
94 if (info->pstate == pstate)

Completed in 231 milliseconds

1234567