Searched refs:pstate (Results 76 - 100 of 174) sorted by relevance

1234567

/linux-master/arch/arm64/kernel/
H A Darmv8_deprecated.c174 switch (aarch32_check_condition(instr, regs->pstate)) {
256 switch (aarch32_check_condition(instr, regs->pstate)) {
357 regs->pstate |= PSR_AA32_E_BIT;
360 regs->pstate &= ~PSR_AA32_E_BIT;
H A Dsdei.c244 mode = regs->pstate & (PSR_MODE32_BIT | PSR_MODE_MASK);
H A Dsignal32.c212 regs->pstate = compat_psr_to_pstate(psr);
320 compat_ulong_t spsr = regs->pstate & ~(PSR_f | PSR_AA32_E_BIT);
354 regs->pstate = spsr;
361 unsigned long psr = pstate_to_compat_psr(regs->pstate);
H A Dproton-pack.c533 regs->pstate |= PSR_SSBS_BIT;
535 regs->pstate &= ~PSR_SSBS_BIT;
649 regs->pstate |= bit;
651 regs->pstate &= ~bit;
H A Ddebug-monitors.c146 regs->pstate |= DBG_SPSR_SS;
152 regs->pstate &= ~DBG_SPSR_SS;
/linux-master/arch/arm64/include/asm/
H A Dtraps.h133 if (regs->pstate & PSR_N_BIT) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk20a.c63 *state = clk->pstate;
74 /* For GK20A, the performance level is directly mapped to pstate */
75 level = cur_level = clk->pstate;
/linux-master/drivers/firmware/
H A Darm_scpi.c327 u8 pstate; member in struct:dev_pstate_set
765 u8 pstate; local
769 sizeof(id), &pstate, sizeof(pstate));
770 return ret ? ret : pstate;
773 static int scpi_device_set_power_state(u16 dev_id, u8 pstate) argument
778 .pstate = pstate,
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h89 unsigned long *pstate; /* pointer to state buffer */ member in struct:bnx2x_raw_obj
477 unsigned long *pstate; member in struct:bnx2x_rx_mode_ramrod_params
577 /* A state that is set in raw.pstate, when there are pending commands */
1418 unsigned long *pstate, bnx2x_obj_type type,
1425 unsigned long *pstate, bnx2x_obj_type type,
1432 unsigned long *pstate, bnx2x_obj_type type,
1472 int state, unsigned long *pstate,
1514 int state, unsigned long *pstate,
/linux-master/arch/sparc/kernel/
H A Dsyscalls.S134 1: rdpr %pstate, %g2
135 wrpr %g2, PSTATE_IE, %pstate
141 wrpr %g2, 0x0, %pstate
H A Dtrampoline_64.S15 #include <asm/pstate.h>
251 wrpr %g0, (PSTATE_PRIV | PSTATE_PEF), %pstate
402 rdpr %pstate, %o1
404 wrpr %o1, 0, %pstate
H A Dprocess_64.c42 #include <asm/pstate.h>
63 unsigned long pstate; local
71 "rdpr %%pstate, %0\n\t"
73 "wrpr %0, %%g0, %%pstate"
74 : "=&r" (pstate)
87 "rdpr %%pstate, %0\n\t"
89 "wrpr %0, %%g0, %%pstate"
90 : "=&r" (pstate)
H A Dhead_64.S19 #include <asm/pstate.h>
96 rdpr %pstate, %g1
98 wrpr %g1, 0x0, %pstate
541 * (PSTATE_PRIV | PSTATE_PEF | PSTATE_IE) in %pstate.
543 wrpr %g0, (PSTATE_PRIV|PSTATE_PEF|PSTATE_IE), %pstate
766 rdpr %pstate, %l0
768 wrpr %o1, 0x0, %pstate
861 wrpr %l0, 0, %pstate
/linux-master/drivers/cpufreq/
H A DKconfig.x8650 <file:Documentation/admin-guide/pm/amd-pstate.rst>.
60 Select the default mode the amd-pstate driver will use on
69 <file:Documentation/admin-guide/pm/amd-pstate.rst>.
79 Currently, only tests for amd-pstate are supported. If X86_AMD_PSTATE
80 is set disabled, it can tell the users test can only run on amd-pstate
82 In the future, comparison tests will be added. It can set amd-pstate
/linux-master/arch/sparc/lib/
H A Dcopy_page.S80 rdpr %pstate, %o2
81 wrpr %o2, PSTATE_IE, %pstate
88 wrpr %o2, 0x0, %pstate
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c356 regs->pstate |= SPSR_D;
363 regs->pstate |= SPSR_D;
370 regs->pstate |= SPSR_SS;
/linux-master/arch/sparc/crypto/
H A Dmd5_glue.c24 #include <asm/pstate.h>
H A Dsha256_glue.c22 #include <asm/pstate.h>
H A Dsha512_glue.c21 #include <asm/pstate.h>
H A Dsha1_glue.c22 #include <asm/pstate.h>
H A Dcrc32c_glue.c21 #include <asm/pstate.h>
/linux-master/arch/arm64/include/uapi/asm/
H A Dptrace.h92 __u64 pstate; member in struct:user_pt_regs
H A Dsigcontext.h34 __u64 pstate; member in struct:sigcontext
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c359 uint64_t pstate, pc; local
361 vcpu_get_reg(vcpu, ARM64_CORE_REG(regs.pstate), &pstate);
365 indent, "", pstate, pc);
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h71 u64 pstate; member in struct:ex_regs

Completed in 349 milliseconds

1234567