Home
last modified time | relevance | path

Searched refs:pstate (Results 201 - 225 of 357) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H A Dsigcontext.h34 __u64 pstate; member
H A Dptrace.h92 __u64 pstate; member
/kernel/linux/linux-6.6/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-6.6/arch/sparc/crypto/
H A Dcrc32c_glue.c21 #include <asm/pstate.h>
H A Dmd5_glue.c24 #include <asm/pstate.h>
H A Dsha256_glue.c22 #include <asm/pstate.h>
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h41 __u64 pstate; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h65 __u64 pstate; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h65 __u64 pstate; member
/third_party/libunwind/libunwind/include/
H A Dlibunwind-aarch64.h197 uint64_t pstate; member
/third_party/musl/arch/aarch64/bits/
H A Dsignal.h21 unsigned long sp, pc, pstate; member
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dguest.c68 case KVM_REG_ARM_CORE_REG(regs.pstate): in core_reg_size_from_offset()
128 case KVM_REG_ARM_CORE_REG(regs.pstate): in core_reg_addr()
129 return &vcpu->arch.ctxt.regs.pstate; in core_reg_addr()
225 if (off == KVM_REG_ARM_CORE_REG(regs.pstate)) { in set_core_reg()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsignal32.c298 unsigned long pstate, paddr; in flush_signal_insns() local
314 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in flush_signal_insns()
315 __asm__ __volatile__("wrpr %0, %1, %%pstate" in flush_signal_insns()
316 : : "r" (pstate), "i" (PSTATE_IE)); in flush_signal_insns()
347 __asm__ __volatile__("wrpr %0, 0x0, %%pstate" : : "r" (pstate)); in flush_signal_insns()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dpowernv-cpufreq.c43 * On an idle system we want the global pstate to ramp-down from max value to
56 /* Interval after which the timer is queued to bring down global pstate */
62 * @highest_lpstate_idx: The local pstate index from which we are
68 * @last_lpstate_idx: Last set value of local pstate and global
69 * @last_gpstate_idx: pstate in terms of cpufreq table index
71 * a long time with global pstate held high
93 * indexed by a function of pstate id.
95 * @pstate_id: pstate id for this entry.
176 * idx_to_pstate : Returns the pstate id corresponding to the
180 * If @i is out of bound, this will return the pstate
202 pstate_to_idx(u8 pstate) pstate_to_idx() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dguest.c85 case KVM_REG_ARM_CORE_REG(regs.pstate): in core_reg_size_from_offset()
145 case KVM_REG_ARM_CORE_REG(regs.pstate): in core_reg_addr()
146 return &vcpu->arch.ctxt.regs.pstate; in core_reg_addr()
242 if (off == KVM_REG_ARM_CORE_REG(regs.pstate)) { in set_core_reg()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsignal32.c297 unsigned long pstate, paddr; in flush_signal_insns() local
313 __asm__ __volatile__("rdpr %%pstate, %0" : "=r" (pstate)); in flush_signal_insns()
314 __asm__ __volatile__("wrpr %0, %1, %%pstate" in flush_signal_insns()
315 : : "r" (pstate), "i" (PSTATE_IE)); in flush_signal_insns()
348 __asm__ __volatile__("wrpr %0, 0x0, %%pstate" : : "r" (pstate)); in flush_signal_insns()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dpowernv-cpufreq.c43 * On an idle system we want the global pstate to ramp-down from max value to
56 /* Interval after which the timer is queued to bring down global pstate */
62 * @highest_lpstate_idx: The local pstate index from which we are
68 * @last_lpstate_idx: Last set value of local pstate and global
69 * @last_gpstate_idx: pstate in terms of cpufreq table index
71 * a long time with global pstate held high
93 * indexed by a function of pstate id.
95 * @pstate_id: pstate id for this entry.
176 * idx_to_pstate : Returns the pstate id corresponding to the
180 * If @i is out of bound, this will return the pstate
202 pstate_to_idx(u8 pstate) pstate_to_idx() argument
[all...]
/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/crypto/
H A Dmd5_glue.c24 #include <asm/pstate.h>
H A Dsha1_glue.c21 #include <asm/pstate.h>
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsdei.c204 mode = regs->pstate & (PSR_MODE32_BIT | PSR_MODE_MASK); in _sdei_handler()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dsdei.c244 mode = regs->pstate & (PSR_MODE32_BIT | PSR_MODE_MASK); in do_sdei_event()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Dpgm_check_info.c165 psw->wait, psw->pstate, psw->as, psw->cc, psw->pm, psw->ri, in print_pgm_check_info()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dptrace.h71 unsigned long pstate : 1; /* Problem State */ member

Completed in 15 milliseconds

12345678910>>...15