Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c630 kexec_mark_range(unsigned long start, unsigned long end, bool protect) in kexec_mark_range()
650 static void kexec_mark_crashkres(bool protect) in kexec_mark_crashkres()
664 static void kexec_mark_dm_crypt_keys(bool protect) in kexec_mark_dm_crypt_keys()
/linux/arch/parisc/include/asm/
H A Dkfence.h22 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page()
/linux/arch/riscv/include/asm/
H A Dkfence.h16 static inline bool kfence_protect_page(unsigned long addr, bool 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()
/linux/arch/x86/include/asm/
H A Dkfence.h41 static inline bool kfence_protect_page(unsigned long addr, bool 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()
/linux/arch/arm/include/asm/
H A Dkfence.h46 static inline bool kfence_protect_page(unsigned long addr, bool protect) in kfence_protect_page()
/linux/tools/laptop/freefall/
H A Dfreefall.c80 static void protect(int seconds) in protect() function
/linux/drivers/target/
H A Dtarget_core_sbc.c606 sbc_set_prot_op_checks(u8 protect, bool fabric_prot, enum target_prot_type prot_type, in sbc_set_prot_op_checks()
667 sbc_check_prot(struct se_device *dev, struct se_cmd *cmd, unsigned char protect, in sbc_check_prot()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dscan.h54 u8 protect; /* ??? */ member
/linux/sound/isa/msnd/
H A Dmsnd.c298 int protect = start, nbanks = 0; snd_msnd_DAPQ() local
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h243 static inline void NVVgaProtect(struct drm_device *dev, int head, bool protect) in NVVgaProtect()
/linux/drivers/irqchip/
H A Dirq-vic.c70 u32 protect; member
/linux/fs/affs/
H A Damigaffs.h91 __be32 protect; member
/linux/drivers/gpu/drm/exynos/
H A Dexynos5433_drm_decon.c383 static void decon_shadow_protect(struct decon_context *ctx, bool protect) in decon_shadow_protect()
H A Dexynos_drm_fimd.c774 unsigned int win, bool protect) in fimd_shadow_protect_win()
/linux/drivers/input/mouse/
H A Dpsmouse.h155 bool protect; member
/linux/drivers/mtd/ubi/
H A Dwl.c662 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
/linux/drivers/iommu/
H A Dmtk_iommu_v1.c610 void *protect; in mtk_iommu_v1_probe() local
H A Dmtk_iommu.c1252 void *protect; in mtk_iommu_probe() local
/linux/drivers/video/fbdev/
H A Ds3c-fb.c423 static void shadow_protect_win(struct s3c_fb_win *win, bool protect) in shadow_protect_win()
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h262 u32 protect; member
/linux/drivers/mtd/devices/
H A Ddocg3.c1676 int protect, dps0, dps0_low, dps0_high, dps1, dps1_low, dps1_high; in protection_show() local
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c14589 u32 nvcfg1, protect = 0; in tg3_get_5755_nvram_info() local
14683 u32 nvcfg1, protect = 0; in tg3_get_5761_nvram_info() local
/linux/kernel/sched/
H A Dfair.c944 static struct sched_entity *__pick_eevdf(struct cfs_rq *cfs_rq, bool protect) in __pick_eevdf()