Home
last modified time | relevance | path

Searched refs:pstate (Results 126 - 150 of 357) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Darmv8_deprecated.c182 switch (aarch32_check_condition(instr, regs->pstate)) { in swp_handler()
264 switch (aarch32_check_condition(instr, regs->pstate)) { in cp15barrier_handler()
365 regs->pstate |= PSR_AA32_E_BIT; in compat_setend_handler()
368 regs->pstate &= ~PSR_AA32_E_BIT; in compat_setend_handler()
H A Dsignal32.c216 regs->pstate = compat_psr_to_pstate(psr); in compat_restore_sigframe()
324 compat_ulong_t spsr = regs->pstate & ~(PSR_f | PSR_AA32_E_BIT); in compat_setup_return()
358 regs->pstate = spsr; in compat_setup_return()
365 unsigned long psr = pstate_to_compat_psr(regs->pstate); in compat_setup_sigframe()
/kernel/linux/linux-5.10/arch/sparc/kernel/
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 Dasm-offsets.c38 OFFSET(SC_REG_PSTATE, saved_context, pstate); in sparc64_foo()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Darmv8_deprecated.c176 switch (aarch32_check_condition(instr, regs->pstate)) { in swp_handler()
258 switch (aarch32_check_condition(instr, regs->pstate)) { in cp15barrier_handler()
359 regs->pstate |= PSR_AA32_E_BIT; in compat_setend_handler()
362 regs->pstate &= ~PSR_AA32_E_BIT; in compat_setend_handler()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c306 uint64_t pstate, pc; in vcpu_dump() local
308 get_reg(vm, vcpuid, ARM64_CORE_REG(regs.pstate), &pstate); in vcpu_dump()
312 indent, "", pstate, pc); in vcpu_dump()
/kernel/linux/linux-6.6/arch/sparc/kernel/
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 Dasm-offsets.c38 OFFSET(SC_REG_PSTATE, saved_context, pstate); in sparc64_foo()
/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dp1275.c18 #include <asm/pstate.h>
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dp1275.c18 #include <asm/pstate.h>
/kernel/linux/linux-5.10/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
26 __s8 state; /* in: index of pstate to query
27 * out: pstate identifier
43 __s8 ustate; /* in: pstate identifier */
/kernel/linux/linux-6.6/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
26 __s8 state; /* in: index of pstate to query
27 * out: pstate identifier
43 __s8 ustate; /* in: pstate identifier */
/third_party/rust/crates/libc/src/unix/nto/
H A Daarch64.rs22 pub pstate: u64,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulong,
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/
H A Dmcde_display.c152 struct drm_plane_state *pstate, in mcde_display_check()
157 struct drm_framebuffer *fb = pstate->fb; in mcde_display_check()
160 u32 offset = drm_fb_cma_get_gem_addr(fb, pstate, 0); in mcde_display_check()
1146 struct drm_plane_state *pstate = plane->state; in mcde_display_update() local
1147 struct drm_framebuffer *fb = pstate->fb; in mcde_display_update()
1182 mcde_set_extsrc(mcde, drm_fb_cma_get_gem_addr(fb, pstate, 0)); in mcde_display_update()
151 mcde_display_check(struct drm_simple_display_pipe *pipe, struct drm_plane_state *pstate, struct drm_crtc_state *cstate) mcde_display_check() argument
/kernel/linux/linux-5.10/drivers/opp/
H A Dof.c785 new_opp->pstate = pm_genpd_opp_to_performance_state(dev, new_opp); in _opp_add_static_v2()
874 if (opp->pstate) { in _of_add_opp_table_v2()
1184 int pstate = -EINVAL; in of_get_required_opp_performance_state() local
1199 pstate = opp->pstate; in of_get_required_opp_performance_state()
1208 return pstate; in of_get_required_opp_performance_state()
/kernel/linux/linux-6.6/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
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c103 struct ir3_legalize_state *pstate = &pbd->state; in legalize_block() local
108 regmask_or(&state->needs_ss, &state->needs_ss, &pstate->needs_ss); in legalize_block()
110 &pstate->needs_ss_war); in legalize_block()
111 regmask_or(&state->needs_sy, &state->needs_sy, &pstate->needs_sy); in legalize_block()
120 struct ir3_legalize_state *pstate = &pbd->state; in legalize_block() local
122 regmask_or_shared(&state->needs_ss, &state->needs_ss, &pstate->needs_ss); in legalize_block()
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h5 #include <asm/pstate.h>
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h5 #include <asm/pstate.h>
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dboost.h7 u8 pstate; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dboost.h7 u8 pstate; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk20a.c63 *state = clk->pstate; in gk20a_pmu_dvfs_get_cur_state()
74 /* For GK20A, the performance level is directly mapped to pstate */ in gk20a_pmu_dvfs_get_target_state()
75 level = cur_level = clk->pstate; in gk20a_pmu_dvfs_get_target_state()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk20a.c63 *state = clk->pstate; in gk20a_pmu_dvfs_get_cur_state()
74 /* For GK20A, the performance level is directly mapped to pstate */ in gk20a_pmu_dvfs_get_target_state()
75 level = cur_level = clk->pstate; in gk20a_pmu_dvfs_get_target_state()
/third_party/libunwind/libunwind/src/aarch64/
H A DGresume.c135 sc->pstate = uc->uc_mcontext.pstate; in aarch64_local_resume()

Completed in 14 milliseconds

12345678910>>...15