| /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/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"
|
| H A D | psample.sh | 45 check_fail $? "Sampling enablement succeeded when should fail"
|
| /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/tools/testing/selftests/kvm/s390/ |
| H A D | user_operexec.c | 97 /* Reverse enablement order */ in test_user_operexec_combined() 115 * Enablement after VCPU has been added is automatically tested since
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| H A D | smu_v11_0.c | 2024 bool enablement) in smu_v11_0_gfx_ulv_control() argument 2029 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_GFX_ULV_BIT, enablement); in smu_v11_0_gfx_ulv_control() 2035 bool enablement) in smu_v11_0_deep_sleep_control() argument 2041 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2043 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2049 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2051 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2057 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v11_0_deep_sleep_control() 2059 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement ? "enable" : "disable"); in smu_v11_0_deep_sleep_control() 2065 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/Documentation/ABI/stable/ |
| H A D | sysfs-kernel-time-aux-clocks | 5 Controls the enablement of auxiliary clock timekeepers.
|
| /linux/kernel/configs/ |
| H A D | nopm.config | 10 # Triggers enablement via hibernate callbacks
|
| /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/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/Documentation/livepatch/ |
| H A D | api.rst | 7 Livepatch Enablement
|
| /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/net/ethernet/intel/idpf/ |
| H A D | idpf_ptp.h | 226 * idpf_ptp_is_vport_tx_tstamp_ena - Verify the Tx timestamping enablement for 247 * idpf_ptp_is_vport_rx_tstamp_ena - Verify the Rx timestamping enablement for
|
| /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/hwtracing/coresight/ |
| H A D | coresight-tpdm.h | 33 /* MCMB lane enablement */ 273 * @mcmb_lane_select: Save data for lane 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) */
|
| H A D | test_klp_callbacks_demo.c | 30 /* Executed on object patching (ie, patch enablement) */
|
| H A D | test_klp_state.c | 89 /* Executed on object patching (ie, patch enablement) */
|
| H A D | test_klp_state2.c | 118 /* 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/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_gen4_ras.h | 736 * Correctable error enablement in ARAM bit mask 757 * Uncorrectable error enablement in ARAM bit mask 770 /* ARAM ECC block error enablement */ 805 * ARAM misc memory target error enablement mask
|
| /linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
| H A D | dcn35_dsc.c | 90 // when dscc memory are still in shutdown state during enablement. in dsc35_enable()
|