Home
last modified time | relevance | path

Searched full:protection (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/linux-5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-docg36 Show whether the floor (0 to 4), protection area (0 or 1) is
7 keylocked. Each docg3 chip (or floor) has 2 protection areas,
9 The protection has information embedded whether it blocks reads,
23 Enter the protection key for the floor (0 to 4), protection area
24 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
26 The protection has information embedded whether it blocks reads,
28 The protection key is a string of 8 bytes (value 0-255).
/linux-5.10/drivers/platform/x86/
Dtoshiba_haps.c3 * Toshiba HDD Active Protection Sensor (HAPS) driver
17 MODULE_DESCRIPTION("Toshiba HDD Active Protection Sensor");
35 pr_err("Unable to reset the HDD protection\n"); in toshiba_haps_reset_protection()
48 pr_err("Error while setting the protection level\n"); in toshiba_haps_protection_level()
52 pr_debug("HDD protection level set to: %d\n", level); in toshiba_haps_protection_level()
110 /* Reset the protection interface */ in reset_protection_store()
163 pr_err("ACPI call to query HDD protection failed\n"); in toshiba_haps_available()
168 pr_info("HDD protection not available or using SSD\n"); in toshiba_haps_available()
186 pr_info("Toshiba HDD Active Protection Sensor device\n"); in toshiba_haps_add()
197 /* Set the protection level, currently at level 2 (Medium) */ in toshiba_haps_add()
[all …]
/linux-5.10/Documentation/admin-guide/laptops/
Dtoshiba_haps.rst2 Toshiba HDD Active Protection Sensor
23 laptops, being called "Toshiba HDD Protection - Shock Sensor" officially,
26 automatic HDD protection (head unload) on sudden moves or harsh vibrations,
29 file to set the desired protection level or sensor sensibility.
40 PTLV Sets the desired protection level.
41 RSSS Shuts down the HDD protection interface for a few seconds,
48 any "protection" as well as failing during the evaluation of the _STA method
76 provides a way to let userspace query the current protection
77 level, as well as set the desired protection level, the
78 available protection levels are::
[all …]
Ddisk-shock-protection.rst2 Hard disk shock protection
25 a shock protection facility. The idea is to stop all I/O operations on
31 system in order to get disk shock protection working (see
128 protection capabilities. As manufacturers have refused to support open
130 support for shock protection varies considerably between different
133 protection on different systems. Unfortunately, I only know of a
141 active protection system as implemented in IBM/Lenovo Thinkpads.
/linux-5.10/drivers/soc/mediatek/
Dmtk-infracfg.c21 * mtk_infracfg_set_bus_protection - enable bus protection
23 * @mask: The mask containing the protection bits to be enabled.
24 * @reg_update: The boolean flag determines to set the protection bits
28 * This function enables the bus protection bits for disabled power
52 * mtk_infracfg_clear_bus_protection - disable bus protection
54 * @mask: The mask containing the protection bits to be disabled.
55 * @reg_update: The boolean flag determines to clear the protection bits
59 * This function disables the bus protection bits previously enabled with
/linux-5.10/Documentation/block/
Ddata-integrity.rst16 protocols (SBC Data Integrity Field, SCC protection proposal) as well
17 as SATA/T13 (External Path Protection) try to remedy this by adding
19 metadata (or protection information in SCSI terminology) includes a
22 for some protection schemes also that the I/O is written to the right
29 DIF and the other integrity extensions is that the protection format
42 the protection information to be transferred to and from their
45 The SCSI Data Integrity Field works by appending 8 bytes of protection
85 The data integrity framework in Linux enables protection information
92 disadvantage. It means that the protection information must be in a
101 protection information to send to a disk. Consequently, the very
[all …]
/linux-5.10/Documentation/core-api/
Dprotection-keys.rst4 Memory Protection Keys
7 Memory Protection Keys for Userspace (PKU aka PKEYs) is a feature
16 Memory Protection Keys provides a mechanism for enforcing page-based
18 when an application changes protection domains. It works by
20 "protection key", giving 16 possible keys.
76 The kernel attempts to make protection keys consistent with the
82 you can expect the same effects with protection keys when doing this::
99 to SEGV_PKERR when violating protection keys versus SEGV_ACCERR when
/linux-5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,apr.txt48 - qcom,protection-domain
51 Definition: Must list the protection domain service name and path
99 The following example represents a QDSP based sound card with protection domain
101 running on protection domain hosted on ADSP/SLPI remote processors while others
117 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
124 qcom,protection-domain = "tms/servreg", "msm/slpi/sensor_pd";
131 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
/linux-5.10/drivers/mtd/maps/
Dphysmap-versatile.c65 * Flash protection handling for the Integrator/AP
99 /* Clear VPP and write protection bits */ in ap_flash_init()
141 * Flash protection handling for the Integrator/CP
171 * Flash protection handling for the Versatiles and RealViews
196 /* Not all flash chips use this protection line */ in of_flash_probe_versatile()
222 dev_info(&pdev->dev, "Integrator/AP flash protection\n"); in of_flash_probe_versatile()
226 dev_info(&pdev->dev, "Integrator/CP flash protection\n"); in of_flash_probe_versatile()
231 dev_info(&pdev->dev, "versatile/realview flash protection\n"); in of_flash_probe_versatile()
/linux-5.10/Documentation/devicetree/bindings/mfd/
Das3711.txt30 and one of these to select the over-voltage protection pin
31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection
32 - su2-fbprot-gpio2 : GPIO2 is used for over-voltage protection
33 - su2-fbprot-gpio3 : GPIO3 is used for over-voltage protection
34 - su2-fbprot-gpio4 : GPIO4 is used for over-voltage protection
Dst,stpmic1.yaml126 regulator-over-current-protection: true
145 regulator-over-current-protection: true
182 regulator-over-current-protection: true
210 regulator-over-current-protection: true
234 regulator-over-current-protection: true
249 regulator-over-current-protection: true
328 regulator-over-current-protection;
/linux-5.10/drivers/gpu/drm/
Ddrm_hdcp.c328 * drm_connector_attach_content_protection_property - attach content protection in DRM_ENUM_NAME_FN()
334 * This is used to add support for content protection on select connectors. in DRM_ENUM_NAME_FN()
335 * Content Protection is intentionally vague to allow for different underlying in DRM_ENUM_NAME_FN()
348 * The content protection will be set to &drm_connector_state.content_protection in DRM_ENUM_NAME_FN()
350 * When kernel triggered content protection state change like DESIRED->ENABLED in DRM_ENUM_NAME_FN()
352 * the content protection state of a connector. in DRM_ENUM_NAME_FN()
365 prop = drm_property_create_enum(dev, 0, "Content Protection", in DRM_ENUM_NAME_FN()
396 * drm_hdcp_update_content_protection - Updates the content protection state
399 * @connector: drm_connector on which content protection state needs an update
400 * @val: New state of the content protection property
[all …]
/linux-5.10/arch/x86/mm/
Dsetup_nx.c45 printk(KERN_NOTICE "Notice: NX (Execute Disable) protection " in x86_report_nx()
50 printk(KERN_INFO "NX (Execute Disable) protection: " in x86_report_nx()
53 printk(KERN_INFO "NX (Execute Disable) protection: " in x86_report_nx()
58 printk(KERN_NOTICE "Notice: NX (Execute Disable) protection " in x86_report_nx()
/linux-5.10/drivers/mtd/chips/
DKconfig154 bool "Protection Registers aka one-time programmable (OTP) bits"
159 "Protection Registers" present on some flash chips.
163 The user-programmable Protection Registers contain one-time
165 erased. Each Protection Register can be accessed multiple times to
168 Each Protection Register has an associated Lock Register bit. When a
169 Lock Register bit is programmed, the associated Protection Register
172 Lock Register bits cannot be erased. Therefore, when a Protection
/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtime-event.h397 * enum iwl_mvm_session_prot_conf_id - session protection's configurations
398 * @SESSION_PROTECT_CONF_ASSOC: Start a session protection for association.
414 * Only the duration is configurable for this protection.
435 * struct iwl_mvm_session_prot_cmd - configure a session protection
436 * @id_and_color: the id and color of the mac for which this session protection
440 * @duration_tu: the duration of the whole protection in TUs.
444 * Note: the session protection will always be scheduled to start as
446 * The firmware supports only one concurrent session protection per vif.
447 * Adding a new session protection will remove any currently running session.
460 * struct iwl_mvm_session_prot_notif - session protection started / ended
[all …]
/linux-5.10/include/dt-bindings/dma/
Ddw-dmac.h7 * Protection Control bits provide protection against illegal transactions.
8 * The protection bits[0:2] are one-to-one mapped to AHB HPROT[3:1] signals.
/linux-5.10/arch/arm/boot/dts/
Dstm32mp15xx-osd32.dtsi90 regulator-over-current-protection;
99 regulator-over-current-protection;
109 regulator-over-current-protection;
117 regulator-over-current-protection;
144 regulator-over-current-protection;
174 regulator-over-current-protection;
Dstm32mp157c-odyssey-som.dtsi119 regulator-over-current-protection;
128 regulator-over-current-protection;
138 regulator-over-current-protection;
146 regulator-over-current-protection;
171 regulator-over-current-protection;
200 regulator-over-current-protection;
Dstm32mp15xx-dhcor-som.dtsi62 regulator-over-current-protection;
71 regulator-over-current-protection;
80 regulator-over-current-protection;
88 regulator-over-current-protection;
111 regulator-over-current-protection;
/linux-5.10/arch/arm64/
DMakefile69 # Ensure that if the compiler supports branch protection we default it
70 # off, this will be overridden if we are using branch protection.
71 branch-prot-flags-y += $(call cc-option,-mbranch-protection=none)
75 # We enable additional protection for leaf functions as there is some
76 # narrow potential for ROP protection benefits and no substantial
79 branch-prot-flags-$(CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI) := -mbranch-protection=pac-ret+leaf+bti
81 branch-prot-flags-$(CONFIG_CC_HAS_BRANCH_PROT_PAC_RET) := -mbranch-protection=pac-ret+leaf
/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.h119 * iwl_mvm_protect_session - start / extend the session protection.
129 * This function can be used to start a session protection which means that the
142 * iwl_mvm_stop_session_protection - cancel the session protection.
146 * This functions cancels the session protection which is an act of good
252 * iwl_mvm_schedule_session_protection - schedule a session protection
254 * @vif: the virtual interface for which the protection issued
255 * @duration: the duration of the protection
256 * @wait_for_notif: if true, will block until the start of the protection
/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-selinux-checkreqprot8 to check the protection requested by userspace for mmap/mprotect
9 calls instead of the actual protection applied by the kernel.
15 actual protection), and Android and Linux distributions have been
/linux-5.10/tools/perf/util/
Dsetup.py18 if not clang_has_option("-fcf-protection"):
19 vars[var] = sub("-fcf-protection", "", vars[var])
20 if not clang_has_option("-fstack-clash-protection"):
21 vars[var] = sub("-fstack-clash-protection", "", vars[var])
/linux-5.10/security/selinux/
DKconfig80 that determines whether SELinux checks the protection requested
81 by the application or the protection that will be applied by the
84 SELinux will default to checking the protection that will be applied
86 default to checking the protection requested by the application.
/linux-5.10/Documentation/devicetree/bindings/usb/
Dpxa-usb.txt18 - "marvell,no-oc-protection" - disable over-current protection.
19 - "marvell,oc-mode-perport" - enable per-port over-current protection.

12345678910>>...57