/kernel/linux/linux-5.10/drivers/opp/ |
H A D | opp.h | 59 * @pstate: Device's power domain's performance state. 81 unsigned int pstate; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_mmhubbub.c | 59 * unsigned int pstate_watermark[4]; //4 group pstate watermark 180 /* Programming nb pstate watermark */ in mmhubbub3_config_mcif_arb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_mmhubbub.c | 59 * unsigned int pstate_watermark[4]; //4 group pstate watermark 180 /* Programming nb pstate watermark */ in mmhubbub32_config_mcif_arb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_debugfs.c | 126 if (info.pstate == state) in nouveau_debugfs_pstate_get() 263 {"pstate", &nouveau_pstate_fops},
|
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | Gresume.c | 135 sc->pstate = uc->uc_mcontext.pstate; in aarch64_local_resume()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_emulate.h | 132 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-6.6/arch/arm64/kvm/hyp/include/hyp/ |
H A D | switch.h | 627 * unchanged from the value in vcpu_gp_regs(vcpu)->pstate. in synchronize_vcpu_pstate() 637 vcpu->arch.ctxt.regs.pstate = read_sysreg_el2(SYS_SPSR); in synchronize_vcpu_pstate() 648 * Save PSTATE early so that we can evaluate the vcpu mode in fixup_guest_exit()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | debug-exceptions.c | 356 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/sparc/prom/ |
H A D | cif.S | 8 #include <asm/pstate.h>
|
H A D | p1275.c | 18 #include <asm/pstate.h>
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | asm-offsets.c | 38 OFFSET(SC_REG_PSTATE, saved_context, pstate); in sparc64_foo()
|
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/ |
H A D | psrcompat.h | 5 #include <asm/pstate.h>
|
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/ |
H A D | psrcompat.h | 5 #include <asm/pstate.h>
|
/kernel/linux/linux-6.6/arch/sparc/prom/ |
H A D | cif.S | 8 #include <asm/pstate.h>
|
H A D | p1275.c | 18 #include <asm/pstate.h>
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | asm-offsets.c | 38 OFFSET(SC_REG_PSTATE, saved_context, pstate); in sparc64_foo()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
H A D | renoir_ppt.h | 28 /* UMD PState Renoir Msg Parameters in MHz */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
H A D | renoir_ppt.h | 28 /* UMD PState Renoir Msg Parameters in MHz */
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernow-k8.c | 167 pr_err("Hardware error - pending bit very stuck - no further pstate changes possible\n"); in write_new_fid() 211 pr_err("internal error - pending bit very stuck - no further pstate changes possible\n"); in write_new_vid() 506 pr_err(FW_BUG "0 vid exceeded with pstate %d\n", j); in check_pst_table() 511 pr_err(FW_BUG "maxvid exceeded with pstate %d\n", j); in check_pst_table() 515 pr_err(FW_BUG "maxfid exceeded with pstate %d\n", j); in check_pst_table()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | powernow-k8.c | 167 pr_err("Hardware error - pending bit very stuck - no further pstate changes possible\n"); in write_new_fid() 211 pr_err("internal error - pending bit very stuck - no further pstate changes possible\n"); in write_new_vid() 506 pr_err(FW_BUG "0 vid exceeded with pstate %d\n", j); in check_pst_table() 511 pr_err(FW_BUG "maxvid exceeded with pstate %d\n", j); in check_pst_table() 515 pr_err(FW_BUG "maxfid exceeded with pstate %d\n", j); in check_pst_table()
|
/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-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()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 247 /* select a stable profiling pstate for perfmon tools */ 283 } pstate; member 803 /* Subquery id: Query GPU stable pstate shader clock */ 805 /* Subquery id: Query GPU stable pstate memory clock */
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 243 /* select a stable profiling pstate for perfmon tools */ 279 } pstate; member 795 /* Subquery id: Query GPU stable pstate shader clock */ 797 /* Subquery id: Query GPU stable pstate memory clock */
|
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/ |
H A D | kprobes_trampoline.S | 31 * Construct a useful saved PSTATE
|