/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | cpufeature.c | 2032 * We modify PSTATE. This won't work from irq context as the PSTATE in cpu_enable_pan() 3056 * as it schedules the work allowing us to modify PSTATE, in enable_cpu_capabilities() 3058 * PSTATE that disappears when we return. in enable_cpu_capabilities()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1161 /* Pstate change might not be supported by hardware, but it might be in dcn20_calculate_dlg_params() 1205 /* If DCN isn't making memory requests we can allow pstate change */ in dcn20_calculate_dlg_params() 2426 /* clk_table[1] is reserved for min DF PState. skip here to fill in later. */ in dcn21_update_bw_bounding_box() 2452 /* fill in min DF PState */ in dcn21_update_bw_bounding_box()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.c | 1867 unsigned long rate, pstate; in tegra_dc_update_voltage_state() local 1894 pstate = dev_pm_opp_get_required_pstate(opp, 0); in tegra_dc_update_voltage_state() 1904 err = dev_pm_genpd_set_performance_state(dc->dev, pstate); in tegra_dc_update_voltage_state() 1907 pstate, err); in tegra_dc_update_voltage_state()
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 457 SLuint32 * pState 1063 SLuint32 *pState 1294 SLuint32 *pState 1538 SLBufferQueueState *pState
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 412 SLuint32 * pState 944 SLuint32 *pState 1167 SLuint32 *pState 1397 SLBufferQueueState *pState
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 411 SLuint32 * pState 941 SLuint32 *pState 1161 SLuint32 *pState 1391 SLBufferQueueState *pState
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
H A D | AArch64GenSystemOperands.inc | 1942 const PState *lookupPStateByName(StringRef Name); 1943 const PState *lookupPStateByEncoding(uint8_t Encoding); 1947 constexpr PState PStatesList[] = { 1958 const PState *lookupPStateByName(StringRef Name) { 1993 const PState *lookupPStateByEncoding(uint8_t Encoding) {
|
/third_party/sqlite/src/ |
H A D | shell.c | 18146 ShellState *pState, in expertHandleSQL() 18150 assert( pState->expert.pExpert ); in expertHandleSQL() 18152 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr); in expertHandleSQL() 18166 ShellState *pState, in expertFinish() 18171 sqlite3expert *p = pState->expert.pExpert; in expertFinish() 18175 FILE *out = pState->out; in expertFinish() 18176 int bVerbose = pState->expert.bVerbose; in expertFinish() 18203 pState->expert.pExpert = 0; in expertFinish() 18211 ShellState *pState, /* Current shell tool state */ in expertDotCommand() 18220 assert( pState in expertDotCommand() 18145 expertHandleSQL( ShellState *pState, const char *zSql, char **pzErr ) expertHandleSQL() argument 18165 expertFinish( ShellState *pState, int bCancel, char **pzErr ) expertFinish() argument 18210 expertDotCommand( ShellState *pState, char **azArg, int nArg ) expertDotCommand() argument 20656 lintFkeyIndexes( ShellState *pState, char **azArg, int nArg ) lintFkeyIndexes() argument 20832 lintDotCommand( ShellState *pState, char **azArg, int nArg ) lintDotCommand() argument 21582 arDotCommand( ShellState *pState, int fromCmdLine, char **azArg, int nArg ) arDotCommand() argument 21700 ShellState *pState = (ShellState*)pCtx; recoverSqlCb() local 21710 recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg) recoverDatabaseCmd() argument [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | unaligned_64.c | 18 #include <asm/pstate.h>
|
H A D | visemul.c | 12 #include <asm/pstate.h>
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cpufeatures.h | 202 #define X86_FEATURE_HW_PSTATE ( 7*32+ 8) /* AMD HW-PState */
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | fault.c | 270 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()
|
/kernel/linux/linux-6.6/Documentation/arch/arm64/ |
H A D | booting.rst | 169 All forms of interrupts must be masked in PSTATE.DAIF (Debug, SError,
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | unaligned_64.c | 18 #include <asm/pstate.h>
|
H A D | visemul.c | 12 #include <asm/pstate.h>
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | cpufeatures.h | 202 #define X86_FEATURE_HW_PSTATE ( 7*32+ 8) /* AMD HW-PState */
|
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 181 g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now()))
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
H A D | rn_clk_mgr.c | 419 // Assumption is that boot state always supports pstate in rn_init_clocks()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ctx.c | 704 args->out.pstate.flags = stable_pstate; in amdgpu_ctx_ioctl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
H A D | rn_clk_mgr.c | 448 // Assumption is that boot state always supports pstate in rn_init_clocks()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/ |
H A D | dcn20_clk_mgr.c | 406 // Assumption is that boot state always supports pstate in dcn2_init_clocks()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
H A D | dcn31_clk_mgr.c | 301 // Assumption is that boot state always supports pstate in dcn31_init_clocks()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
H A D | vg_clk_mgr.c | 380 // Assumption is that boot state always supports pstate in vg_init_clocks()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hwseq.c | 475 * which causes a pstate hang for yet unknown reason. in dcn201_update_mpcc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_4_ppt.c | 547 i == 1 ? cur_value : 1100, /* UMD PSTATE GFXCLK 1100 */ in smu_v13_0_4_print_clk_levels()
|