Home
last modified time | relevance | path

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

12345

/linux/arch/x86/include/asm/
H A Dkfence.h41 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument
56 if (protect != !!(val & _PAGE_PRESENT)) in kfence_protect_page()
71 if (!protect) in kfence_protect_page()
/linux/arch/arm64/include/asm/
H A Dkfence.h13 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument
15 set_memory_valid(addr, 1, !protect); in kfence_protect_page()
/linux/tools/laptop/freefall/
H A Dfreefall.c80 static void protect(int seconds) in protect() function
102 protect(0); in ignore_me()
162 protect(21); in main()
/linux/arch/parisc/include/asm/
H A Dkfence.h22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument
34 if (protect) in kfence_protect_page()
/linux/arch/arm/include/asm/
H A Dkfence.h46 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/arch/loongarch/include/asm/
H A Dkfence.h52 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page() argument
59 if (protect) in kfence_protect_page()
/linux/tools/testing/selftests/powerpc/dexcr/
H A DMakefile9 $(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)
/linux/drivers/irqchip/
H A Dirq-vic.c70 u32 protect; member
111 writel(vic->protect, base + VIC_PROTECT); in resume_one_vic()
140 vic->protect = readl(base + VIC_PROTECT); in suspend_one_vic()
/linux/Documentation/driver-api/thermal/
H A Dnouveau_thermal.rst28 In order to protect the GPU from overheating, Nouveau supports 4 configurable
38 Shut the computer down to protect your GPU.
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A 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()
/linux/drivers/gpu/host1x/
H A DKconfig26 Say yes if kernel should protect command streams from tampering.
/linux/Documentation/security/
H A Dlsm-development.rst7 what it tries to protect against and in what cases one would expect to
/linux/drivers/net/wireless/ti/wl18xx/
H A Dscan.h54 u8 protect; /* ??? */ member
H A Dscan.c62 cmd->protect = 0; in wl18xx_scan_send()
198 cmd->protect = 0; in wl18xx_scan_sched_scan_config()
/linux/Documentation/devicetree/bindings/mtd/
H A Dlpc32xx-mlc.txt7 - gpios: GPIO specification for NAND write protect
H A Dlpc32xx-slc.txt7 - gpios: GPIO specification for NAND write protect
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dmpu.txt18 First should be type 'protect-exec' for the driver to use to copy
/linux/fs/affs/
H A Damigaffs.h91 __be32 protect; member
/linux/Documentation/security/tpm/
H A Dtpm-security.rst32 evaporate. However, the goal of this document is to protect TPM
72 interception which HMAC protection alone cannot protect against, so
151 protect the integrity. Additionally, we use parameter encryption to
152 protect key sealing and parameter decryption to protect key unsealing
/linux/Documentation/admin-guide/LSM/
H A DLoadPin.rst29 still use LoadPin to protect the integrity of other files kernel loads. The
/linux/Documentation/RCU/
H A Drculist_nulls.rst4 Using RCU hlist_nulls to protect list and objects
8 protect read-mostly linked lists and
/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst214 The kernel can protect itself against consuming poisoned branch
249 A user process can protect itself against Spectre variant 2 attacks
293 To protect host processes from rogue guests, host processes can have
321 prctl(). A guest can also protect itself by turning on microcode
390 used to protect against Spectre variant 2 attacks when calling firmware (x86 only).
506 between modes. Systems which support BHI_DIS_S will set it to protect against
513 AMD Automatic IBRS does not protect userspace, and Legacy IBRS systems clear
588 they choose to use (such as IBPB or STIBP on x86) to protect themselves.
648 to a new program. STIBP is left on all the time to protect programs
/linux/Documentation/filesystems/ext4/
H A Dinlinedata.rst37 should protect all inline data contents.
/linux/Documentation/locking/
H A Dpreempt-locking.rst35 protect these situations by disabling preemption around them.
137 These may be used to protect from preemption, however, on exit, if preemption
/linux/Documentation/maintainer/
H A Dmodifying-patches.rst25 and protect the submitter from complaints. Note that under no circumstances

12345