/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/ |
H A D | sigcontext.h | 34 __u64 pstate; member
|
H A D | ptrace.h | 92 __u64 pstate; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | head_64.h | 5 #include <asm/pstate.h>
|
H A D | processor_64.h | 12 #include <asm/pstate.h>
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | crc32c_glue.c | 21 #include <asm/pstate.h>
|
H A D | md5_glue.c | 24 #include <asm/pstate.h>
|
H A D | sha256_glue.c | 22 #include <asm/pstate.h>
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 41 __u64 pstate; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 65 __u64 pstate; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 65 __u64 pstate; member
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind-aarch64.h | 197 uint64_t pstate; member
|
/third_party/musl/arch/aarch64/bits/ |
H A D | signal.h | 21 unsigned long sp, pc, pstate; member
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | guest.c | 68 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 D | signal32.c | 298 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 D | powernv-cpufreq.c | 43 * 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 D | guest.c | 85 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 D | signal32.c | 297 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 D | powernv-cpufreq.c | 43 * 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 D | dpu_trace.h | 642 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 D | md5_glue.c | 24 #include <asm/pstate.h>
|
H A D | sha1_glue.c | 21 #include <asm/pstate.h>
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | sdei.c | 204 mode = regs->pstate & (PSR_MODE32_BIT | PSR_MODE_MASK); in _sdei_handler()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | sdei.c | 244 mode = regs->pstate & (PSR_MODE32_BIT | PSR_MODE_MASK); in do_sdei_event()
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | pgm_check_info.c | 165 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 D | ptrace.h | 71 unsigned long pstate : 1; /* Problem State */ member
|