Home
last modified time | relevance | path

Searched refs:pstate (Results 176 - 200 of 357) sorted by relevance

12345678910>>...15

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dsigcontext.h28 __u64 pstate; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dsigcontext.h28 __u64 pstate; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.h94 struct zink_render_pass_pipeline_state *pstate);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_emulate.h132 return (unsigned long *)&vcpu_gp_regs(vcpu)->pstate; in vcpu_cpsr()
518 vcpu_gp_regs(vcpu)->pstate = read_sysreg_el2(SYS_SPSR); in __kvm_skip_instr()
522 write_sysreg_el2(vcpu_gp_regs(vcpu)->pstate, SYS_SPSR); in __kvm_skip_instr()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dtime_64.c744 unsigned long pstate; in setup_sparc64_timer() local
749 __asm__ __volatile__("rdpr %%pstate, %0\n\t" in setup_sparc64_timer()
750 "wrpr %0, %1, %%pstate" in setup_sparc64_timer()
751 : "=r" (pstate) in setup_sparc64_timer()
757 __asm__ __volatile__("wrpr %0, 0x0, %%pstate" in setup_sparc64_timer()
759 : "r" (pstate)); in setup_sparc64_timer()
H A Dsyscalls.S134 1: rdpr %pstate, %g2
135 wrpr %g2, PSTATE_IE, %pstate
141 wrpr %g2, 0x0, %pstate
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Dcopy_page.S80 rdpr %pstate, %o2
81 wrpr %o2, PSTATE_IE, %pstate
88 wrpr %o2, 0x0, %pstate
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsyscalls.S134 1: rdpr %pstate, %g2
135 wrpr %g2, PSTATE_IE, %pstate
141 wrpr %g2, 0x0, %pstate
H A Dtime_64.c744 unsigned long pstate; in setup_sparc64_timer() local
749 __asm__ __volatile__("rdpr %%pstate, %0\n\t" in setup_sparc64_timer()
750 "wrpr %0, %1, %%pstate" in setup_sparc64_timer()
751 : "=r" (pstate) in setup_sparc64_timer()
757 __asm__ __volatile__("wrpr %0, 0x0, %%pstate" in setup_sparc64_timer()
759 : "r" (pstate)); in setup_sparc64_timer()
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Dcopy_page.S80 rdpr %pstate, %o2
81 wrpr %o2, PSTATE_IE, %pstate
88 wrpr %o2, 0x0, %pstate
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c356 regs->pstate |= SPSR_D; in guest_hw_bp_handler()
363 regs->pstate |= SPSR_D; in guest_wp_handler()
370 regs->pstate |= SPSR_SS; in guest_ss_handler()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Ddebug-monitors.c146 regs->pstate |= DBG_SPSR_SS; in set_user_regs_spsr_ss()
152 regs->pstate &= ~DBG_SPSR_SS; in clear_user_regs_spsr_ss()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Ddebug-monitors.c146 regs->pstate |= DBG_SPSR_SS; in set_user_regs_spsr_ss()
152 regs->pstate &= ~DBG_SPSR_SS; in clear_user_regs_spsr_ss()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h37 u8 pstate; member
326 int (*set_xgmi_pstate)(void *handle, uint32_t pstate);
/kernel/linux/linux-5.10/include/linux/
H A Dpm_opp.h153 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, unsigned int pstate);
337 static inline int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, unsigned int pstate) in dev_pm_opp_xlate_performance_state() argument
/kernel/linux/linux-6.6/drivers/base/power/
H A Ddomain.c304 unsigned int pstate) in genpd_xlate_performance_state()
307 return pstate; in genpd_xlate_performance_state()
311 pstate); in genpd_xlate_performance_state()
2732 int pstate; in __genpd_dev_pm_attach() local
2762 pstate = of_get_required_opp_performance_state(dev->of_node, index); in __genpd_dev_pm_attach()
2763 if (pstate < 0 && pstate != -ENODEV && pstate != -EOPNOTSUPP) { in __genpd_dev_pm_attach()
2764 ret = pstate; in __genpd_dev_pm_attach()
2766 } else if (pstate > in __genpd_dev_pm_attach()
302 genpd_xlate_performance_state(struct generic_pm_domain *genpd, struct generic_pm_domain *parent, unsigned int pstate) genpd_xlate_performance_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H A Dmcde_display.c160 struct drm_plane_state *pstate, in mcde_display_check()
165 struct drm_framebuffer *fb = pstate->fb; in mcde_display_check()
168 u32 offset = drm_fb_dma_get_gem_addr(fb, pstate, 0); in mcde_display_check()
1391 struct drm_plane_state *pstate = plane->state; in mcde_display_update() local
1392 struct drm_framebuffer *fb = pstate->fb; in mcde_display_update()
1427 mcde_set_extsrc(mcde, drm_fb_dma_get_gem_addr(fb, pstate, 0)); in mcde_display_update()
159 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-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h612 struct drm_plane_state *state, struct dpu_plane_state *pstate,
615 TP_ARGS(crtc_id, plane_id, state, pstate, stage_idx,
638 __entry->stage = pstate->stage;
639 __entry->sspp = pstate->pipe.sspp->idx;
640 __entry->multirect_idx = pstate->pipe.multirect_index;
641 __entry->multirect_mode = pstate->pipe.multirect_mode;
/kernel/linux/linux-5.10/drivers/opp/
H A Dcore.c785 unsigned int pstate = likely(opp) ? opp->required_opps[i]->pstate : 0; in _set_required_opp() local
791 ret = dev_pm_genpd_set_performance_state(pd_dev, pstate); in _set_required_opp()
794 dev_name(pd_dev), pstate, ret); in _set_required_opp()
2106 * dev_pm_opp_xlate_performance_state() - Find required OPP's pstate for src_table.
2109 * @pstate: Current performance state of the src_table.
2111 * This Returns pstate of the OPP (present in @dst_table) pointed out by the
2113 * performance state set to @pstate.
2120 unsigned int pstate) in dev_pm_opp_xlate_performance_state()
2131 * pstate o in dev_pm_opp_xlate_performance_state()
2118 dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, unsigned int pstate) dev_pm_opp_xlate_performance_state() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H A Dptrace.h92 __u64 pstate; member
/kernel/linux/linux-5.10/arch/sparc/crypto/
H A Dcrc32c_glue.c21 #include <asm/pstate.h>
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dhead_64.h5 #include <asm/pstate.h>
H A Dprocessor_64.h12 #include <asm/pstate.h>
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dpgm_check_info.c76 *p++ = hex_asc_lo(psw->pstate); in print_pgm_check_info()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dptrace.h42 unsigned long pstate : 1; /* Problem State */ member

Completed in 34 milliseconds

12345678910>>...15