| /linux/Documentation/arch/x86/ |
| H A D | amd-hfi.rst | 44 The thread classification is used to select into a ranking table that 45 describes an efficiency and performance ranking for each classification. 50 classification and a preference where a given thread should be scheduled 51 based on its thread class. The real time thread classification is consumed 67 Thread classification is performed by the hardware each time that the thread is switched out. 105 classification ID. 106 This classification is communicated to the OS via logical processor 109 workload (WL) classification which resides in a logical processor scope MSR. 111 after consuming the WL classification and before switching in the new thread. 112 5. If due to the classification, ranking table, and processor availability, [all …]
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega12_processpptables.c | 323 uint16_t classification, uint16_t classification2) 327 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) 330 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) 333 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) 336 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) 339 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) 342 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) 364 power_state->classification.bios_index = entry_index; 391 if (!result && (power_state->classification.flags &
|
| H A D | pp_psm.c | 90 if (state->classification.flags & PP_StateClassificationFlag_Boot) { in psm_init_power_state_table() 98 if (state->classification.flags & PP_StateClassificationFlag_Uvd) in psm_init_power_state_table() 135 if (state->classification.ui_label & ui_label) { in psm_get_ui_state() 156 if (state->classification.flags & flag) { in psm_get_state_by_classification() 230 if ((*state)->classification.ui_label & label_id) in psm_set_user_performance_state()
|
| H A D | processpptables.c | 619 USHORT classification, in make_classification_flags() argument 624 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 627 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 630 if (classification & in make_classification_flags() 634 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 637 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 640 if (classification & ATOM_PPLIB_CLASSIFICATION_3DPERFORMANCE) in make_classification_flags() 644 if (classification & ATOM_PPLIB_CLASSIFICATION_OVERDRIVETEMPLATE) in make_classification_flags() 647 if (classification & ATOM_PPLIB_CLASSIFICATION_UVDSTATE) in make_classification_flags() 650 if (classification & ATOM_PPLIB_CLASSIFICATION_HDSTATE) in make_classification_flags() [all …]
|
| H A D | process_pptables_v1_0.c | 1258 uint16_t classification, uint16_t classification2) in make_classification_flags() argument 1262 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 1265 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 1268 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags() 1271 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 1274 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 1277 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags() 1376 power_state->classification.bios_index = entry_index; in get_powerplay_table_entry_v1_0() 1401 if (!result && (power_state->classification.flags & in get_powerplay_table_entry_v1_0()
|
| H A D | vega10_processpptables.c | 1264 uint16_t classification, uint16_t classification2) in make_classification_flags() argument 1268 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 1271 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 1274 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags() 1277 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 1280 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 1283 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags() 1305 power_state->classification.bios_index = entry_index; in vega10_get_powerplay_table_entry() 1332 if (!result && (power_state->classification.flags & in vega10_get_powerplay_table_entry()
|
| H A D | smu7_hwmgr.c | 3339 request_ps->classification.ui_label); in smu7_apply_state_adjust_rules() 3613 power_state->classification.ui_label = in smu7_get_pp_table_entry_callback_func_v1() 3617 power_state->classification.flags = classification_flag; in smu7_get_pp_table_entry_callback_func_v1() 3620 power_state->classification.temporary_state = false; in smu7_get_pp_table_entry_callback_func_v1() 3621 power_state->classification.to_be_deleted = false; in smu7_get_pp_table_entry_callback_func_v1() 3726 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v1() 3735 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v1() 3874 if (state->classification.flags & PP_StateClassificationFlag_ACPI) in smu7_get_pp_table_entry_v0() 3883 switch (state->classification.ui_label) { in smu7_get_pp_table_entry_v0()
|
| H A D | vega10_hwmgr.c | 3161 power_state->classification.ui_label = in vega10_get_pp_table_entry_callback_func() 3165 power_state->classification.flags = classification_flag; in vega10_get_pp_table_entry_callback_func() 3169 power_state->classification.temporary_state = false; in vega10_get_pp_table_entry_callback_func() 3170 power_state->classification.to_be_deleted = false; in vega10_get_pp_table_entry_callback_func() 3303 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules()
|
| /linux/drivers/platform/x86/amd/hfi/ |
| H A D | Kconfig | 14 classification guidance to the operating system on the performance and
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | power_state.h | 156 struct PP_StateClassificationBlock classification; member
|
| /linux/lib/pldmfw/ |
| H A D | pldmfw_private.h | 106 __le16 classification; /* ComponentClassfication */ member
|
| H A D | pldmfw.c | 473 component->classification = get_unaligned_le16(&__component->classification); in pldm_parse_components()
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | fm10k.rst | 103 Retrieves the receive network flow classification configurations. 109 Configures the receive network flow classification.
|
| /linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
| H A D | kconfig.rst | 55 | host. Actions that would then overwrite matching classification 77 | Enables ethtool receive network flow classification, which allows user defined
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | Kconfig | 48 This enables support for flow classification using capable devices
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | amd_powerplay.c | 474 switch (state->classification.ui_label) { in pp_dpm_get_current_power_state() 485 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_current_power_state() 610 switch (state->classification.ui_label) { in pp_dpm_get_pp_num_states() 621 if (state->classification.flags & PP_StateClassificationFlag_Boot) in pp_dpm_get_pp_num_states()
|
| /linux/Documentation/admin-guide/ |
| H A D | sysfs-rules.rst | 109 There are currently three places for classification of devices: 115 classification directories into one place at ``/sys/subsystem``,
|
| /linux/net/sched/ |
| H A D | Kconfig | 485 tristate "Elementary classification (BASIC)" 599 Extended matches are small classification helpers not worth writing 696 Current supported match is "policy" which allows packet classification 709 classification. They are used to overwrite the classification
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fw_update.c | 188 comp_tbl->comp_class = cpu_to_le16(component->classification); in ixgbe_send_component_table()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
| H A D | renoir_ppt.c | 616 switch (smu_dpm_ctx->dpm_current_power_state->classification.ui_label) { in renoir_get_current_power_state() 627 …if (smu_dpm_ctx->dpm_current_power_state->classification.flags & SMU_STATE_CLASSIFICATION_FLAG_BOO… in renoir_get_current_power_state()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | keystone-netcp.txt | 7 accelerator (PA) module to perform packet classification operations such as
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fw_update.c | 242 comp_tbl->comp_class = cpu_to_le16(component->classification); in ice_send_component_table()
|
| /linux/Documentation/PCI/ |
| H A D | pcieaer-howto.rst | 118 and uncorrectable errors. This classification is based on the impact
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drx_driver.h | 1005 enum drx_classification classification; member
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| H A D | amdgpu_smu.h | 198 struct smu_state_classification_block classification; member
|