Home
last modified time | relevance | path

Searched refs:enablement (Results 1 – 25 of 26) sorted by relevance

12

/linux/Documentation/arch/riscv/
H A Dvector.rst13 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
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()
64 then the enablement status will be decided by the system-wide
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0.c1424 bool enablement) in smu_v15_0_run_btc()
1430 enablement ? 1 : 0, in smu_v15_0_gpo_control()
1433 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v15_0_gpo_control()
1439 bool enablement) in smu_v15_0_gpo_control()
1445 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v15_0_deep_sleep_control()
1447 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v15_0_deep_sleep_control()
1453 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v15_0_deep_sleep_control()
1455 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v15_0_deep_sleep_control()
1461 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v15_0_deep_sleep_control()
1463 dev_err(adev->dev, "Failed to %s FCLK DS!\n", enablement in smu_v15_0_deep_sleep_control()
1429 smu_v15_0_gpo_control(struct smu_context * smu,bool enablement) smu_v15_0_gpo_control() argument
1444 smu_v15_0_deep_sleep_control(struct smu_context * smu,bool enablement) smu_v15_0_deep_sleep_control() argument
1517 smu_v15_0_gfx_ulv_control(struct smu_context * smu,bool enablement) smu_v15_0_gfx_ulv_control() argument
[all...]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1570 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/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c2024 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/Documentation/ABI/stable/
H A Dsysfs-kernel-time-aux-clocks5 Controls the enablement of auxiliary clock timekeepers.
/linux/kernel/configs/
H A Dnopm.config10 # Triggers enablement via hibernate callbacks
/linux/Documentation/gpu/
H A Dpanfrost.rst49 Where `N` is either `0` or `1`, depending on the desired enablement status.
/linux/Documentation/gpu/amdgpu/
H A Dras.rst53 This test checks the RAS availability and enablement status for each supported IP block as well as
/linux/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement.
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h1489 int (*gfx_ulv_control)(struct smu_context *smu, bool enablement);
1494 int (*deep_sleep_control)(struct smu_context *smu, bool enablement);
1516 int (*gpo_control)(struct smu_context *smu, bool enablement);
/linux/tools/testing/selftests/user_events/
H A Dabi_test.c234 TEST_F(user, enablement) { in TEST_F() argument
/linux/Documentation/PCI/
H A Dpci-iov-howto.rst37 Multiple methods are available for SR-IOV enablement.
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst116 2) Improve xfstest's cifs/smb3 enablement and adapt xfstests where needed to test
/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst90 FSGSBASE instructions enablement
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,powerpc-cpu-features.txt13 enablement, privilege, and compatibility metadata.
/linux/drivers/char/tpm/
H A DKconfig18 userspace enablement piece of the specification, can be
/linux/Documentation/arch/x86/
H A Dcpuinfo.rst35 that is "user_shstk" where additional code enablement is present in the
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-tpdm274 (RW) Set/Get the enablement of the individual lane.
H A Dsysfs-bus-pci319 determine and control the enablement or disablement of Virtual
/linux/Documentation/networking/
H A Dsfp-phylink.rst218 (speed, duplex and flow control/pause enablement settings) which
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst258 On an x86 system for example ACPI enablement is a subsys_initcall and::
H A Dcgroup-v2.rst1075 and doesn't need pass enablement via ancestors from root.
/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-gavini.dts380 * GPIO-controlled voltage enablement: this drives
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst213 12 /* Handle nohz enablement switches conservatively. */
/linux/Documentation/virt/kvm/
H A Dapi.rst1481 do support it, it only works for extensions that are supported for enablement.

12