Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 204) sorted by relevance

123456789

/kernel/linux/linux-5.10/Documentation/misc-devices/
Deeprom.rst38 Atmel 34C02B 2K 0x50 - 0x57, SW write protect at 0x30-37
39 Catalyst 34FC02 2K 0x50 - 0x57, SW write protect at 0x30-37
40 Catalyst 34RC02 2K 0x50 - 0x57, SW write protect at 0x30-37
41 Fairchild 34W02 2K 0x50 - 0x57, SW write protect at 0x30-37
42 Microchip 24AA52 2K 0x50 - 0x57, SW write protect at 0x30-37
43 ST M34C02 2K 0x50 - 0x57, SW write protect at 0x30-37
78 software write protect register at 0x30 - 0x37 (0x20 less than the memory
82 this address will write protect the memory array permanently, and the
/kernel/linux/linux-5.10/tools/laptop/freefall/
Dfreefall.c80 static void protect(int seconds) in protect() function
102 protect(0); in ignore_me()
162 protect(21); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
Dpkey_siginfo.c97 static void *protect(void *p) in protect() function
301 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test()
309 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test()
317 FAIL_IF(pthread_create(&prot_thread, &attr, &protect, &r) != 0); in test()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dqcom,msm8916-wcd-analog.txt15 "cdc_spk_ocp_int" - Speaker over current protect interrupt.
21 "cdc_ear_ocp_int" - Earphone over current protect interrupt.
22 "cdc_hphr_ocp_int" - Headphone R over current protect interrupt.
23 "cdc_hphl_ocp_det" - Headphone L over current protect interrupt.
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_sbc.c628 sbc_set_prot_op_checks(u8 protect, bool fabric_prot, enum target_prot_type prot_type, in sbc_set_prot_op_checks() argument
633 protect ? TARGET_PROT_DOUT_PASS : in sbc_set_prot_op_checks()
635 switch (protect) { in sbc_set_prot_op_checks()
654 pr_err("Unsupported protect field %d\n", protect); in sbc_set_prot_op_checks()
659 protect ? TARGET_PROT_DIN_PASS : in sbc_set_prot_op_checks()
661 switch (protect) { in sbc_set_prot_op_checks()
680 pr_err("Unsupported protect field %d\n", protect); in sbc_set_prot_op_checks()
689 sbc_check_prot(struct se_device *dev, struct se_cmd *cmd, unsigned char protect, in sbc_check_prot() argument
697 if (unlikely(protect && in sbc_check_prot()
712 if (protect) in sbc_check_prot()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/
Dmachine_kexec_64.c546 kexec_mark_range(unsigned long start, unsigned long end, bool protect) in kexec_mark_range() argument
560 if (protect) in kexec_mark_range()
566 static void kexec_mark_crashkres(bool protect) in kexec_mark_crashkres() argument
570 kexec_mark_range(crashk_low_res.start, crashk_low_res.end, protect); in kexec_mark_crashkres()
575 kexec_mark_range(crashk_res.start, control + PAGE_SIZE - 1, protect); in kexec_mark_crashkres()
577 kexec_mark_range(control, crashk_res.end, protect); in kexec_mark_crashkres()
/kernel/linux/linux-5.10/arch/s390/kernel/
Dmachine_kexec.c158 static void crash_protect_pages(int protect) in crash_protect_pages() argument
165 if (protect) in crash_protect_pages()
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-vic.c71 u32 protect; member
112 writel(vic->protect, base + VIC_PROTECT); in resume_one_vic()
141 vic->protect = readl(base + VIC_PROTECT); in suspend_one_vic()
/kernel/linux/linux-5.10/drivers/gpu/host1x/
DKconfig20 Say yes if kernel should protect command streams from tampering.
/kernel/linux/linux-5.10/drivers/mtd/devices/
Ddocg3.c1668 int protect, dps0, dps0_low, dps0_high, dps1, dps1_low, dps1_high; in protection_show() local
1671 protect = doc_register_readb(docg3, DOC_PROTECTION); in protection_show()
1680 seq_printf(s, "Protection = 0x%02x (", protect); in protection_show()
1681 if (protect & DOC_PROTECT_FOUNDRY_OTP_LOCK) in protection_show()
1683 if (protect & DOC_PROTECT_CUSTOMER_OTP_LOCK) in protection_show()
1685 if (protect & DOC_PROTECT_LOCK_INPUT) in protection_show()
1687 if (protect & DOC_PROTECT_STICKY_LOCK) in protection_show()
1689 if (protect & DOC_PROTECT_PROTECTION_ENABLED) in protection_show()
1691 if (protect & DOC_PROTECT_IPL_DOWNLOAD_LOCK) in protection_show()
1693 if (protect & DOC_PROTECT_PROTECTION_ERROR) in protection_show()
/kernel/linux/linux-5.10/drivers/input/mouse/
Dpsmouse.h153 bool protect; member
175 .protect = _protect, \
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dnouveau_thermal.rst28 In order to protect the GPU from overheating, Nouveau supports 4 configurable
38 Shut the computer down to protect your GPU.
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
Dhw.h243 static inline void NVVgaProtect(struct drm_device *dev, int head, bool protect) in NVVgaProtect() argument
247 if (protect) { in NVVgaProtect()
255 NVSetEnablePalette(dev, head, protect); in NVVgaProtect()
/kernel/linux/linux-5.10/drivers/iommu/
Dmtk_iommu_v1.c552 void *protect; in mtk_iommu_probe() local
562 protect = devm_kzalloc(dev, MTK_PROTECT_PA_ALIGN * 2, in mtk_iommu_probe()
564 if (!protect) in mtk_iommu_probe()
566 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_probe()
/kernel/linux/linux-5.10/Documentation/security/
Dlsm-development.rst7 what it tries to protect against and in what cases one would expect to
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
Darm-versatile.txt7 some special write protect/VPP bits that can be controlled by the machine's
Dlpc32xx-mlc.txt7 - gpios: GPIO specification for NAND write protect
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/extcon/
Dextcon-rt8973a.txt5 is a USB port accessory detector and switch that is optimized to protect low
/kernel/linux/linux-5.10/Documentation/RCU/
DarrayRCU.rst6 Although RCU is more commonly used to protect linked lists, it can
7 also be used to protect arrays. Three situations are as follows:
17 of RCU to instead protect the index into an array, however, this use
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
Dscan.h54 u8 protect; /* ??? */ member
Dscan.c62 cmd->protect = 0; in wl18xx_scan_send()
198 cmd->protect = 0; in wl18xx_scan_sched_scan_config()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/
Darm,pl172.txt63 - mpmc,write-protect: Enable write protect.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,smem.txt25 Definition: reference to a hwspinlock used to protect allocations from
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst130 will protect the data against accidental corruption.
152 the size of files that were written. To protect against this
157 modification. To protect against accidental modification, use a
158 crc algorithm, to protect against malicious modification, use a
253 numbers in the journal section, to protect against a
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/omap/
Dmpu.txt18 First should be type 'protect-exec' for the driver to use to copy

123456789