Searched refs:pstate (Results 51 - 75 of 174) sorted by last modified time

1234567

/linux-master/drivers/opp/
H A Dcore.c2761 * dev_pm_opp_xlate_performance_state() - Find required OPP's pstate for src_table.
2764 * @pstate: Current performance state of the src_table.
2766 * This Returns pstate of the OPP (present in @dst_table) pointed out by the
2768 * performance state set to @pstate.
2775 unsigned int pstate)
2786 * pstate of the src_table as it is in such cases.
2789 return pstate;
2815 if (opp->level == pstate) {
2773 dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, unsigned int pstate) argument
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c391 static int vc4_plane_margins_adj(struct drm_plane_state *pstate) argument
393 struct vc4_plane_state *vc4_pstate = to_vc4_plane_state(pstate);
397 crtc_state = drm_atomic_get_new_crtc_state(pstate->state,
398 pstate->crtc);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_crtc.c134 struct drm_plane_state *pstate; local
139 for_each_new_plane_in_state(ostate, plane, pstate, i) {
140 if (pstate->crtc != crtc || !pstate->visible)
143 if (pstate->normalized_zpos == layer) {
154 pstate->crtc_x, pstate->crtc_y,
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dpm.c1126 rdev->pm.dpm.vce_states[i].pstate =
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h656 struct drm_plane_state *state, struct dpu_plane_state *pstate,
659 TP_ARGS(crtc_id, plane_id, state, pstate, stage_idx,
682 __entry->stage = pstate->stage;
683 __entry->sspp = pstate->pipe.sspp->idx;
684 __entry->multirect_idx = pstate->pipe.multirect_index;
685 __entry->multirect_mode = pstate->pipe.multirect_mode;
/linux-master/arch/sparc/mm/
H A Dinit_64.c2841 unsigned long pstate; local
2845 "rdpr %%pstate, %0\n\t"
2846 "wrpr %0, %1, %%pstate"
2847 : "=r" (pstate)
2893 __asm__ __volatile__("wrpr %0, 0, %%pstate"
2894 : : "r" (pstate));
/linux-master/arch/arm64/mm/
H A Dfault.c268 (regs->pstate & PSR_PAN_BIT);
/linux-master/arch/arm64/kernel/
H A Dsignal.c827 __get_user_error(regs->pstate, &sf->uc.uc_mcontext.pstate, err);
1001 __put_user_error(regs->pstate, &sf->uc.uc_mcontext.pstate, err);
1155 regs->pstate &= ~PSR_BTYPE_MASK;
1156 regs->pstate |= PSR_BTYPE_C;
1160 regs->pstate &= ~PSR_TCO_BIT;
H A Dprocess.c160 u64 pstate = regs->pstate; local
163 printk("pstate: %08llx (%c%c%c%c %c %s %s %c%c%c %cDIT %cSSBS)\n",
164 pstate,
165 pstate & PSR_AA32_N_BIT ? 'N' : 'n',
166 pstate & PSR_AA32_Z_BIT ? 'Z' : 'z',
167 pstate & PSR_AA32_C_BIT ? 'C' : 'c',
168 pstate & PSR_AA32_V_BIT ? 'V' : 'v',
169 pstate & PSR_AA32_Q_BIT ? 'Q' : 'q',
170 pstate
[all...]
H A Dentry-common.c381 regs->pstate |= PSR_D_BIT;
H A Dasm-offsets.c79 DEFINE(S_PSTATE, offsetof(struct pt_regs, pstate));
/linux-master/arch/arm64/include/uapi/asm/
H A Dsigcontext.h34 __u64 pstate; member in struct:sigcontext
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h302 regs->pstate = PSR_MODE_EL0t;
312 regs->pstate = PSR_AA32_MODE_USR;
314 regs->pstate |= PSR_AA32_T_BIT;
317 regs->pstate |= PSR_AA32_E_BIT;
/linux-master/drivers/net/wwan/
H A Dwwan_hwsim.c64 } pstate; member in struct:wwan_hwsim_port
108 port->pstate = AT_PARSER_WAIT_A;
145 if (port->pstate == AT_PARSER_WAIT_A) {
147 port->pstate = AT_PARSER_WAIT_T;
149 port->pstate = AT_PARSER_SKIP_LINE;
150 } else if (port->pstate == AT_PARSER_WAIT_T) {
152 port->pstate = AT_PARSER_WAIT_TERM;
154 port->pstate = AT_PARSER_SKIP_LINE;
155 } else if (port->pstate == AT_PARSER_WAIT_TERM) {
165 port->pstate
[all...]
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c2467 * @pstate: state machine for ptype lookup table
2473 struct idpf_ptype_state *pstate,
2476 if (!pstate->outer_ip || !pstate->outer_frag) {
2478 pstate->outer_ip = true;
2487 pstate->outer_frag = true;
2491 pstate->tunnel_state = IDPF_PTYPE_TUNNEL_IP;
2572 struct idpf_ptype_state pstate = { }; local
2600 if (pstate.tunnel_state ==
2604 pstate
2472 idpf_fill_ptype_lookup(struct idpf_rx_ptype_decoded *ptype, struct idpf_ptype_state *pstate, bool ipv4, bool frag) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c396 static void spitfire_xcall_helper(u64 data0, u64 data1, u64 data2, u64 pstate, unsigned long cpu) argument
419 "wrpr %1, %2, %%pstate\n\t"
431 : "r" (pstate), "i" (PSTATE_IE), "i" (ASI_INTR_W),
443 __asm__ __volatile__("wrpr %0, 0x0, %%pstate"
444 : : "r" (pstate));
451 __asm__ __volatile__("wrpr %0, 0x0, %%pstate"
452 : : "r" (pstate));
466 u64 pstate; local
469 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate));
486 u64 *mondo, pstate, ver, busy_mask; local
1308 unsigned long pstate; local
[all...]
H A Dasm-offsets.c38 OFFSET(SC_REG_PSTATE, saved_context, 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/samples/bpf/
H A Dcpustat_user.c34 unsigned long pstate[MAX_PSTATE_ENTRIES]; member in struct:cpu_stat_data
58 sprintf(state_str, "pstate-%d", i);
72 printf("%-11lu ", data->pstate[i] / 1000000);
93 stat_data[c].pstate[i] = value;
147 * big deviation for pstate statistics.
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c259 const struct drm_plane_state *pstate; local
274 drm_atomic_crtc_state_for_each_plane_state(plane, pstate, state) {
285 h_upscale_factor = div_u64((u64)pstate->crtc_w << 32,
286 pstate->src_w);
287 v_upscale_factor = div_u64((u64)pstate->crtc_h << 32,
288 pstate->src_h);
293 if (pstate->rotation & MALIDP_ROTATED_MASK) {
294 s->input_w = pstate->src_h >> 16;
295 s->input_h = pstate->src_w >> 16;
297 s->input_w = pstate
348 const struct drm_plane_state *pstate; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c461 adev->pm.dpm.vce_states[i].pstate =
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c705 args->out.pstate.flags = stable_pstate;
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh18 # amd-pstate-ut only run on x86/x86_64 AMD systems.
38 CURRENT_TEST=amd-pstate
43 all_scaling_names=("acpi-cpufreq" "amd-pstate")
120 # All amd-pstate tests
135 # unit test for amd-pstate kernel driver
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.h775 const char *opa_pstate_name(u32 pstate);
H A Dchip.c12902 const char *opa_pstate_name(u32 pstate) argument
12918 if (pstate < ARRAY_SIZE(port_physical_names))
12919 return port_physical_names[pstate];

Completed in 406 milliseconds

1234567