| /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 | 620 USHORT classification, in make_classification_flags() argument 625 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 628 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 631 if (classification & in make_classification_flags() 635 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 638 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 641 if (classification & ATOM_PPLIB_CLASSIFICATION_3DPERFORMANCE) in make_classification_flags() 645 if (classification & ATOM_PPLIB_CLASSIFICATION_OVERDRIVETEMPLATE) in make_classification_flags() 648 if (classification & ATOM_PPLIB_CLASSIFICATION_UVDSTATE) in make_classification_flags() 651 if (classification & ATOM_PPLIB_CLASSIFICATION_HDSTATE) in make_classification_flags() [all …]
|
| H A D | vega10_processpptables.c | 1266 uint16_t classification, uint16_t classification2) in make_classification_flags() argument 1270 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 1273 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 1276 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags() 1279 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 1282 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 1285 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags() 1307 power_state->classification.bios_index = entry_index; in vega10_get_powerplay_table_entry() 1334 if (!result && (power_state->classification.flags & in vega10_get_powerplay_table_entry()
|
| H A D | process_pptables_v1_0.c | 1261 uint16_t classification, uint16_t classification2) in make_classification_flags() argument 1265 if (classification & ATOM_PPLIB_CLASSIFICATION_BOOT) in make_classification_flags() 1268 if (classification & ATOM_PPLIB_CLASSIFICATION_THERMAL) in make_classification_flags() 1271 if (classification & ATOM_PPLIB_CLASSIFICATION_LIMITEDPOWERSOURCE) in make_classification_flags() 1274 if (classification & ATOM_PPLIB_CLASSIFICATION_REST) in make_classification_flags() 1277 if (classification & ATOM_PPLIB_CLASSIFICATION_FORCED) in make_classification_flags() 1280 if (classification & ATOM_PPLIB_CLASSIFICATION_ACPI) in make_classification_flags() 1379 power_state->classification.bios_index = entry_index; in get_powerplay_table_entry_v1_0() 1404 if (!result && (power_state->classification.flags & in get_powerplay_table_entry_v1_0()
|
| 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 | 3162 power_state->classification.ui_label = in vega10_get_pp_table_entry_callback_func() 3166 power_state->classification.flags = classification_flag; in vega10_get_pp_table_entry_callback_func() 3170 power_state->classification.temporary_state = false; in vega10_get_pp_table_entry_callback_func() 3171 power_state->classification.to_be_deleted = false; in vega10_get_pp_table_entry_callback_func() 3304 request_ps->classification.ui_label); in vega10_apply_state_adjust_rules()
|
| H A D | smu8_hwmgr.c | 1091 data->battery_state = (PP_StateUILabel_Battery == prequest_ps->classification.ui_label); in smu8_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
|
| /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.
|
| H A D | ixgbe.rst | 319 - Supports multiple parameters for flexible flow classification and load
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | Kconfig | 48 This enables support for flow classification using capable devices
|
| /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/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/Documentation/devicetree/bindings/net/ |
| H A D | keystone-netcp.txt | 7 accelerator (PA) module to perform packet classification operations such as
|
| /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/net/netfilter/ |
| H A D | Kconfig | 471 nftables is the new packet classification framework that intends to 847 classification, among these are: 1605 is a powerful tool for packet classification.
|
| /linux/Documentation/networking/dsa/ |
| H A D | sja1105.rst | 79 decodes the VLAN information from the 802.1Q tag. Advanced VLAN classification
|