/linux/Documentation/arch/riscv/ |
H A D | vector.rst | 13 Two new prctl() calls are added to allow programs to manage the enablement 26 Sets the Vector enablement status of the calling thread, where the control 27 argument consists of two 2-bit enablement statuses and a bit for inheritance 30 Enablement status is a tri-state value each occupying 2-bit of space in 34 enablement status on execve(). The system-wide default setting can be 49 enablement status of current thread, and the setting at bit[3:2] takes place 54 Vector enablement status for the calling thread. The calling thread is 57 but the current enablement status is not off. Setting 59 the original enablement status. 62 Vector enablement setting for the calling thread at the next execve() [all …]
|
/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_internal.h | 91 #define smu_gfx_ulv_control(smu, enablement) smu_ppt_funcs(gfx_ulv_control, 0, smu, enablement) argument 92 #define smu_deep_sleep_control(smu, enablement) smu_ppt_funcs(deep_sleep_control, 0, smu, enable… argument 95 #define smu_gpo_control(smu, enablement) smu_ppt_funcs(gpo_control, 0, smu, enablement) argument
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | hw_stats_l3.sh | 279 log_test "Injected failure of $type stats enablement (netdevsim #$instance)" 320 check_err $? "$type stats show >= 10 packets after first enablement" 335 check_err $? "$type stats show >= 10 packets after second enablement" 347 check_err $? "$type stats show >= 10 packets after post-fail enablement" 392 check_err $? "$type stats show $pkts packets after post-fail enablement" 400 log_test "Failure in $type stats enablement rolled back"
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0.c | 1570 bool enablement) in smu_v14_0_gpo_control() argument 1576 enablement ? 1 : 0, in smu_v14_0_gpo_control() 1579 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v14_0_gpo_control() 1585 bool enablement) in smu_v14_0_deep_sleep_control() argument 1591 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1593 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() 1599 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1601 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() 1607 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1609 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | uefi.h | 134 * @tas_selection: different options of TAS enablement. 184 /* struct uefi_cnv_wlan_wbem_data - Bandwidth enablement per MCC as defined 187 * @wbem_320mhz_per_mcc: enablement of 320MHz bandwidth per MCC 208 * @puncturing: enablement of channel puncturing per mcc
|
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | smu_v14_0.h | 207 bool enablement); 223 bool enablement); 226 bool enablement);
|
H A D | smu_v13_0.h | 252 bool enablement); 268 bool enablement); 271 bool enablement);
|
H A D | smu_v11_0.h | 298 bool enablement); 301 bool enablement);
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0.c | 2130 bool enablement) in smu_v13_0_gpo_control() argument 2136 enablement ? 1 : 0, in smu_v13_0_gpo_control() 2139 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v13_0_gpo_control() 2145 bool enablement) in smu_v13_0_deep_sleep_control() argument 2151 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2153 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2159 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2161 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2167 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2169 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() [all …]
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 2123 bool enablement) in smu_v11_0_gfx_ulv_control() argument 2128 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_GFX_ULV_BIT, enablement); in smu_v11_0_gfx_ulv_control() 2134 bool enablement) in smu_v11_0_deep_sleep_control() argument 2140 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2142 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2148 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2150 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2156 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2158 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2164 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_SOCCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() [all …]
|
/linux/samples/livepatch/ |
H A D | livepatch-callbacks-demo.c | 35 * Watch dmesg output to see livepatch enablement, callback execution 107 /* Executed on object patching (ie, patch enablement) */
|
/linux/kernel/configs/ |
H A D | nopm.config | 10 # Triggers enablement via hibernate callbacks
|
/linux/Documentation/livepatch/ |
H A D | api.rst | 7 Livepatch Enablement
|
/linux/tools/testing/selftests/user_events/ |
H A D | abi_test.c | 234 TEST_F(user, enablement) { in TEST_F() argument 355 /* Up to 1 sec for enablement */ in TEST_F() 384 /* Waits up to 1 sec for enablement */
|
/linux/arch/x86/include/asm/ |
H A D | tlb.h | 25 * shootdown, enablement code for several hypervisors overrides
|
/linux/arch/s390/include/asm/ |
H A D | ctlreg.h | 210 unsigned long edat : 1; /* Enhanced-DAT-enablement control */ 215 unsigned long vx : 1; /* Vector enablement control */
|
/linux/drivers/gpu/drm/xe/ |
H A D | Kconfig.profile | 51 Configures the enablement of limitation on scheduler timeout
|
/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | TREE_RCU-kconfig.txt | 11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
|
/linux/Documentation/gpu/ |
H A D | panfrost.rst | 49 Where `N` is either `0` or `1`, depending on the desired enablement status.
|
/linux/drivers/clk/samsung/ |
H A D | clk-exynos-arm64.c | 198 * Try to boot even if the parent clock enablement fails, as it might be in exynos_arm64_register_cmu() 244 * Try to boot even if the parent clock enablement fails, as it might be in exynos_arm64_register_cmu_pm()
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rif_counter_scale.sh | 88 check_err_fail $should_fail $? "RIF counter enablement"
|
/linux/drivers/iommu/ |
H A D | iommu-debugfs.c | 20 * Provide base enablement for using debugfs to expose internal data of an
|
/linux/tools/testing/selftests/livepatch/test_modules/ |
H A D | test_klp_callbacks_demo2.c | 30 /* Executed on object patching (ie, patch enablement) */
|
/linux/Documentation/gpu/amdgpu/ |
H A D | ras.rst | 53 This test checks the RAS availability and enablement status for each supported IP block as well as
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | uprobe_syscall.c | 307 * For use in inline enablement of shadow stack. 311 * syscall() for enablement, since it is a function.
|