Home
last modified time | relevance | path

Searched refs:classification (Results 1 – 25 of 27) sorted by relevance

12

/linux/Documentation/arch/x86/
H A Damd-hfi.rst44 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 Dvega12_processpptables.c323 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 Dpp_psm.c90 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 Dprocesspptables.c620 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 Dvega10_processpptables.c1266 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 Dprocess_pptables_v1_0.c1261 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 Dsmu7_hwmgr.c3339 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 Dvega10_hwmgr.c3162 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 Dsmu8_hwmgr.c1091 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 DKconfig14 classification guidance to the operating system on the performance and
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dpower_state.h156 struct PP_StateClassificationBlock classification; member
/linux/lib/pldmfw/
H A Dpldmfw_private.h106 __le16 classification; /* ComponentClassfication */ member
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dfm10k.rst103 Retrieves the receive network flow classification configurations.
109 Configures the receive network flow classification.
H A Dixgbe.rst319 - Supports multiple parameters for flexible flow classification and load
/linux/drivers/net/dsa/sja1105/
H A DKconfig48 This enables support for flow classification using capable devices
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dkconfig.rst55 | 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 Damd_powerplay.c474 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 Dsysfs-rules.rst109 There are currently three places for classification of devices:
115 classification directories into one place at ``/sys/subsystem``,
/linux/net/sched/
H A DKconfig485 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 Dixgbe_fw_update.c188 comp_tbl->comp_class = cpu_to_le16(component->classification); in ixgbe_send_component_table()
/linux/Documentation/devicetree/bindings/net/
H A Dkeystone-netcp.txt7 accelerator (PA) module to perform packet classification operations such as
/linux/Documentation/PCI/
H A Dpcieaer-howto.rst118 and uncorrectable errors. This classification is based on the impact
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1005 enum drx_classification classification; member
/linux/net/netfilter/
H A DKconfig471 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 Dsja1105.rst79 decodes the VLAN information from the 802.1Q tag. Advanced VLAN classification

12