Home
last modified time | relevance | path

Searched full:pstate (Results 226 - 250 of 639) sorted by relevance

12345678910>>...26

/kernel/linux/linux-6.6/tools/testing/selftests/intel_pstate/
H A Drun.sh13 # pstate the cpu is in, and the value of
18 # where the pstate driver may not be working at all. There is the case
/kernel/liteos_m/arch/xtensa/lx6/gcc/
H A Dlos_arch_macro.h41 .macro POP_ALL_REG SP PC PState
98 wsr a0, \PState
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dperf_event.h24 (regs)->pstate = PSR_MODE_EL1h; \
/kernel/linux/linux-6.6/Documentation/admin-guide/pm/
H A Dworking-state.rst14 amd-pstate
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dboost.h7 u8 pstate; member
H A Dperf.h8 u8 pstate; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dboost.h7 u8 pstate; member
H A Dperf.h8 u8 pstate; member
/third_party/rust/crates/libc/src/unix/nto/
H A Daarch64.rs22 pub pstate: u64,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulonglong,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h642 struct drm_plane_state *state, struct dpu_plane_state *pstate,
645 TP_ARGS(crtc_id, plane_id, state, pstate, stage_idx, sspp,
668 __entry->stage = pstate->stage;
670 __entry->multirect_idx = pstate->multirect_index;
671 __entry->multirect_mode = pstate->multirect_mode;
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dperf_event.h11 __asm__ __volatile__("rdpr %%pstate, %0\n\t" \
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/
H A Dmangle_pstate_invalid_compat_toggle.c19 uc->uc_mcontext.pstate ^= PSR_MODE32_BIT; in mangle_invalid_pstate_run()
H A Dmangle_pstate_invalid_daif_bits.c23 uc->uc_mcontext.pstate |= PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT; in mangle_invalid_pstate_run()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dperf_event.h11 __asm__ __volatile__("rdpr %%pstate, %0\n\t" \
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H A DMakefile2 # Makefile for amd-pstate/ function selftests
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dmangle_pstate_invalid_daif_bits.c23 uc->uc_mcontext.pstate |= PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT; in mangle_invalid_pstate_run()
H A Dmangle_pstate_invalid_compat_toggle.c19 uc->uc_mcontext.pstate ^= PSR_MODE32_BIT; in mangle_invalid_pstate_run()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulong,
/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dparse_functions.py77 pstate = parse_int_field(one_event, "pstate", True)
95 prev_state = pstate_map.get(pstate, '?')
105 pstate = parse_int_field(one_event, "pstate", True)
111 prev_state = pstate_map.get(pstate, '?')
128 pstate = pstate_map.get(prev_state & 0xff, 'R')
130 pstate += '+'
133 % (prev_comm, prev_pid, prev_prio, pstate, next_comm, next_pid, next_prio, expeller_type)
730 PRINT_FMT_SCHED_SWITCH_HM = '"prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s" " ==> next_comm=%s next_pid=%d next_prio=%d", REC->pname, REC->prev_tid, REC->pprio, hm_trace_tcb_state2str(REC->pstate), RE
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Dof.c798 new_opp->pstate = pm_genpd_opp_to_performance_state(dev, new_opp); in _opp_add_static_v2()
890 if (opp->pstate) { in _of_add_opp_table_v2()
1206 int pstate = -EINVAL; in of_get_required_opp_performance_state() local
1221 pstate = opp->pstate; in of_get_required_opp_performance_state()
1230 return pstate; in of_get_required_opp_performance_state()
/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/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c958 * Pstate latency is ~20us so if we wait over 40us and pstate allow in hubbub31_verify_allow_pstate_change_high()
971 /* we hacked to force pstate allow to prevent hang last time in hubbub31_verify_allow_pstate_change_high()
989 DC_LOG_WARNING("pstate took longer than expected ~%dus\n", i); in hubbub31_verify_allow_pstate_change_high()
998 /* force pstate allow to prevent system hang in hubbub31_verify_allow_pstate_change_high()
1006 DC_LOG_WARNING("pstate TEST_DEBUG_DATA: 0x%X\n", in hubbub31_verify_allow_pstate_change_high()
/kernel/linux/linux-6.6/include/uapi/drm/
H A Damdgpu_drm.h268 /* select a stable profiling pstate for perfmon tools */
304 } pstate; member
849 /* Subquery id: Query GPU stable pstate shader clock */
851 /* Subquery id: Query GPU stable pstate memory clock */
853 /* Subquery id: Query GPU peak pstate shader clock */
855 /* Subquery id: Query GPU peak pstate memory clock */

Completed in 15 milliseconds

12345678910>>...26