| /kernel/linux/linux-6.6/Documentation/riscv/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/ |
| 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
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
| 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"
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/ |
| D | smu_internal.h | 95 #define smu_gfx_ulv_control(smu, enablement) smu_ppt_funcs(gfx_ulv_control, 0, smu, enablement) argument 96 #define smu_deep_sleep_control(smu, enablement) smu_ppt_funcs(deep_sleep_control, 0, smu, enable… argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| D | smu_v13_0.c | 2104 bool enablement) in smu_v13_0_gpo_control() argument 2110 enablement ? 1 : 0, in smu_v13_0_gpo_control() 2113 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v13_0_gpo_control() 2119 bool enablement) in smu_v13_0_deep_sleep_control() argument 2125 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2127 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2133 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2135 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() 2141 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v13_0_deep_sleep_control() 2143 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v13_0_deep_sleep_control() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| D | smu_v13_0.h | 259 bool enablement); 275 bool enablement); 278 bool enablement);
|
| D | smu_v11_0.h | 298 bool enablement); 301 bool enablement);
|
| /kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
| D | abi_test.c | 110 TEST_F(user, enablement) { in TEST_F() argument 168 /* Up to 1 sec for enablement */ in TEST_F() 197 /* Waits up to 1 sec for enablement */
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | ctl_reg.h | 91 unsigned long edat : 1; /* Enhanced-DAT-enablement control */ 96 unsigned long vx : 1; /* Vector enablement control */
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/mellanox/ |
| D | mlx5.rst | 157 enable_roce: RoCE enablement state 159 RoCE enablement state controls driver support for RoCE traffic. 162 To change RoCE enablement state a user must change the driverinit cmode value and run devlink reloa… 171 - Read RoCE enablement state::
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | ctl_reg.h | 103 unsigned long edat : 1; /* Enhanced-DAT-enablement control */ 108 unsigned long vx : 1; /* Vector enablement control */
|
| /kernel/linux/linux-5.10/kernel/configs/ |
| D | nopm.config | 8 # Triggers enablement via hibernate callbacks
|
| /kernel/linux/linux-6.6/kernel/configs/ |
| D | nopm.config | 10 # Triggers enablement via hibernate callbacks
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | smu_v11_0.c | 2117 bool enablement) in smu_v11_0_gfx_ulv_control() argument 2122 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_GFX_ULV_BIT, enablement); in smu_v11_0_gfx_ulv_control() 2128 bool enablement) in smu_v11_0_deep_sleep_control() argument 2134 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2136 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2142 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2144 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2150 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2152 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2158 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_SOCCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() [all …]
|
| /kernel/linux/linux-6.6/samples/livepatch/ |
| D | livepatch-callbacks-demo.c | 35 * Watch dmesg output to see livepatch enablement, callback execution 107 /* Executed on object patching (ie, patch enablement) */
|
| /kernel/linux/linux-5.10/samples/livepatch/ |
| D | livepatch-callbacks-demo.c | 35 * Watch dmesg output to see livepatch enablement, callback execution 107 /* Executed on object patching (ie, patch enablement) */
|
| /kernel/linux/linux-6.6/Documentation/livepatch/ |
| D | api.rst | 7 Livepatch Enablement
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
| D | smu_v11_0.h | 281 bool enablement); 284 bool enablement);
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | tlb.h | 25 * shootdown, enablement code for several hypervisors overrides
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | tlb.h | 29 * shootdown, enablement code for several hypervisors overrides
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/doc/ |
| D | TREE_RCU-kconfig.txt | 11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | smu_v11_0.c | 2019 bool enablement) in smu_v11_0_gfx_ulv_control() argument 2024 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_GFX_ULV_BIT, enablement); in smu_v11_0_gfx_ulv_control() 2030 bool enablement) in smu_v11_0_deep_sleep_control() argument 2036 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2038 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2044 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_SOCCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2046 dev_err(adev->dev, "Failed to %s SOCCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2052 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_LCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2054 dev_err(adev->dev, "Failed to %s LCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec4.txt | 103 Usage: required if SEC 4.0 requires explicit enablement of clocks 109 Usage: required if SEC 4.0 requires explicit enablement of clocks 399 enablement of clocks 406 enablement of clocks
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/doc/ |
| D | TREE_RCU-kconfig.txt | 11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
|
| /kernel/linux/linux-6.6/drivers/clk/samsung/ |
| D | clk-exynos-arm64.c | 172 * Try to boot even if the parent clock enablement fails, as it might be in exynos_arm64_register_cmu() 218 * Try to boot even if the parent clock enablement fails, as it might be in exynos_arm64_register_cmu_pm()
|