/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 | 1636 bool enablement) in smu_v14_0_gpo_control() argument 1642 enablement ? 1 : 0, in smu_v14_0_gpo_control() 1645 dev_err(smu->adev->dev, "SetGpoAllow %d failed!\n", enablement); in smu_v14_0_gpo_control() 1651 bool enablement) in smu_v14_0_deep_sleep_control() argument 1657 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_GFXCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1659 dev_err(adev->dev, "Failed to %s GFXCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() 1665 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_UCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1667 dev_err(adev->dev, "Failed to %s UCLK DS!\n", enablement ? "enable" : "disable"); in smu_v14_0_deep_sleep_control() 1673 ret = smu_cmn_feature_set_enabled(smu, SMU_FEATURE_DS_FCLK_BIT, enablement); in smu_v14_0_deep_sleep_control() 1675 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 | 137 * @tas_selection: different options of TAS enablement. 187 /* struct uefi_cnv_wlan_wbem_data - Bandwidth enablement per MCC as defined 190 * @wbem_320mhz_per_mcc: enablement of 320MHz bandwidth per MCC 211 * @puncturing: enablement of channel puncturing per mcc
|
/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/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/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/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/Documentation/gpu/ |
H A D | panfrost.rst | 49 Where `N` is either `0` or `1`, depending on the desired enablement status.
|
/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) */
|
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/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.
|
/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/Documentation/devicetree/bindings/net/ |
H A D | amd-xgbe.txt | 43 - amd,serdes-blwc: Baseline wandering correction enablement
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
H A D | dcn35_dsc.c | 88 // when dscc memory are still in shutdown state during enablement. in dsc35_enable()
|
/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/Documentation/PCI/ |
H A D | pci-iov-howto.rst | 37 Multiple methods are available for SR-IOV enablement.
|