/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | kfence.h | 24 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 28 __kernel_map_pages(page, 1, !protect); in kfence_protect_page() 33 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 37 if (protect) { in kfence_protect_page()
|
/linux-6.3-rc2/Documentation/misc-devices/ |
A D | eeprom.rst | 38 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
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | kfence.h | 15 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 17 set_memory_valid(addr, 1, !protect); in kfence_protect_page()
|
/linux-6.3-rc2/tools/laptop/freefall/ |
A D | freefall.c | 80 static void protect(int seconds) in protect() function 102 protect(0); in ignore_me() 162 protect(21); in main()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | kfence.h | 36 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 38 __kernel_map_pages(virt_to_page(addr), 1, !protect); in kfence_protect_page()
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | kfence.h | 22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 34 if (protect) in kfence_protect_page()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | kfence.h | 41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 56 if (protect) in kfence_protect_page()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | kfence.h | 46 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 48 set_memory_valid(addr, 1, !protect); in kfence_protect_page()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/mm/ |
A D | pkey_siginfo.c | 97 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()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | kfence.h | 49 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument 53 if (protect) in kfence_protect_page()
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_sbc.c | 610 protect ? TARGET_PROT_DOUT_PASS : in sbc_set_prot_op_checks() 612 switch (protect) { in sbc_set_prot_op_checks() 631 pr_err("Unsupported protect field %d\n", protect); in sbc_set_prot_op_checks() 636 protect ? TARGET_PROT_DIN_PASS : in sbc_set_prot_op_checks() 638 switch (protect) { in sbc_set_prot_op_checks() 657 pr_err("Unsupported protect field %d\n", protect); in sbc_set_prot_op_checks() 674 if (unlikely(protect && in sbc_check_prot() 689 if (protect) in sbc_check_prot() 711 if (!protect) in sbc_check_prot() 716 "PROTECT: 0x%02x\n", cmd->t_task_cdb[0], protect); in sbc_check_prot() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | qcom,msm8916-wcd-analog.txt | 15 "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.
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | machine_kexec_64.c | 526 kexec_mark_range(unsigned long start, unsigned long end, bool protect) in kexec_mark_range() argument 540 if (protect) in kexec_mark_range() 546 static void kexec_mark_crashkres(bool protect) in kexec_mark_crashkres() argument 550 kexec_mark_range(crashk_low_res.start, crashk_low_res.end, protect); in kexec_mark_crashkres() 555 kexec_mark_range(crashk_res.start, control + PAGE_SIZE - 1, protect); in kexec_mark_crashkres() 557 kexec_mark_range(control, crashk_res.end, protect); in kexec_mark_crashkres()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | machine_kexec.c | 161 static void crash_protect_pages(int protect) in crash_protect_pages() argument 168 if (protect) in crash_protect_pages()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/nvmem/ |
A D | nvmem.yaml | 36 GPIO to which the write-protect pin of the chip is connected. 37 The write-protect GPIO is asserted, when it's driven high
|
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-vic.c | 71 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()
|
/linux-6.3-rc2/drivers/mtd/devices/ |
A D | docg3.c | 1676 int protect, dps0, dps0_low, dps0_high, dps1, dps1_low, dps1_high; in protection_show() local 1679 protect = doc_register_readb(docg3, DOC_PROTECTION); in protection_show() 1688 seq_printf(s, "Protection = 0x%02x (", protect); in protection_show() 1689 if (protect & DOC_PROTECT_FOUNDRY_OTP_LOCK) in protection_show() 1691 if (protect & DOC_PROTECT_CUSTOMER_OTP_LOCK) in protection_show() 1693 if (protect & DOC_PROTECT_LOCK_INPUT) in protection_show() 1695 if (protect & DOC_PROTECT_STICKY_LOCK) in protection_show() 1697 if (protect & DOC_PROTECT_PROTECTION_ENABLED) in protection_show() 1699 if (protect & DOC_PROTECT_IPL_DOWNLOAD_LOCK) in protection_show() 1701 if (protect & DOC_PROTECT_PROTECTION_ERROR) in protection_show()
|
/linux-6.3-rc2/drivers/input/mouse/ |
A D | psmouse.h | 153 bool protect; member 175 .protect = _protect, \
|
/linux-6.3-rc2/Documentation/driver-api/thermal/ |
A D | nouveau_thermal.rst | 28 In order to protect the GPU from overheating, Nouveau supports 4 configurable 38 Shut the computer down to protect your GPU.
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv04/ |
A D | hw.h | 243 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()
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | Kconfig | 26 Say yes if kernel should protect command streams from tampering.
|
/linux-6.3-rc2/Documentation/security/ |
A D | lsm-development.rst | 7 what it tries to protect against and in what cases one would expect to
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mmc/ |
A D | mmc-controller.yaml | 107 When set, no physical write-protect line is present. This 109 dedicated write-protect detection logic. If a GPIO is always used 110 for the write-protect detection logic, it is sufficient to not 111 specify the wp-gpios property in the absence of a write-protect 117 GPIO to use for the write-protect detection.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/extcon/ |
A D | extcon-rt8973a.txt | 5 is a USB port accessory detector and switch that is optimized to protect low
|
/linux-6.3-rc2/drivers/iommu/ |
A D | mtk_iommu_v1.c | 615 void *protect; in mtk_iommu_v1_probe() local 625 protect = devm_kzalloc(dev, MTK_PROTECT_PA_ALIGN * 2, in mtk_iommu_v1_probe() 627 if (!protect) in mtk_iommu_v1_probe() 629 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN); in mtk_iommu_v1_probe()
|