Searched refs:protect (Results 26 - 41 of 41) sorted by relevance

12

/linux-master/drivers/iommu/
H A Dmtk_iommu_v1.c101 phys_addr_t protect_base; /* protect memory base */
564 /* protect memory,hw will write here while translation fault */
616 void *protect; local
626 protect = devm_kcalloc(dev, 2, MTK_PROTECT_PA_ALIGN,
628 if (!protect)
630 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN);
H A Dmtk_iommu.c255 phys_addr_t protect_base; /* protect memory base */
1254 void *protect; local
1268 protect = devm_kcalloc(dev, 2, MTK_PROTECT_PA_ALIGN, GFP_KERNEL);
1269 if (!protect)
1271 data->protect_base = ALIGN(virt_to_phys(protect), MTK_PROTECT_PA_ALIGN);
/linux-master/drivers/scsi/
H A Dsd.c792 unsigned int protect = 0; local
813 protect = 3 << 5; /* Disable target PI checking */
815 protect = 1 << 5; /* Enable target PI checking */
822 return protect;
1221 unsigned char protect, fua; local
1269 protect = sd_setup_protect_cmnd(cmd, dix, dif);
1271 protect = 0;
1273 if (protect && sdkp->protection_type == T10_PI_TYPE2_PROTECTION) {
1275 protect | fua, dld);
1278 protect | fu
[all...]
/linux-master/sound/isa/msnd/
H A Dmsnd.c298 int protect = start, nbanks = 0; local
333 if (protect)
342 if (protect)
347 if (protect)
/linux-master/arch/um/kernel/
H A Dtlb.c96 ret = protect(&hvc->mm->context.id,
512 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush);
/linux-master/arch/um/include/shared/
H A Dos.h282 extern int protect(struct mm_id * mm_idp, unsigned long addr,
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c831 bool protect = false; local
867 protect = true;
872 protect) {
/linux-master/drivers/mtd/ubi/
H A Dwl.c662 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
802 protect = 1;
844 protect = 1;
943 if (protect)
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c350 * @win: window to protect registers for
351 * @protect: 1 to protect (disable updates)
354 unsigned int win, bool protect)
361 if (protect)
403 * with protect window setting, the register fields with prefix '_F'
488 /* protect windows */
353 decon_shadow_protect_win(struct decon_context *ctx, unsigned int win, bool protect) argument
H A Dexynos5433_drm_decon.c383 static void decon_shadow_protect(struct decon_context *ctx, bool protect) argument
386 protect ? ~0 : 0);
H A Dexynos_drm_fimd.c769 * @win: window to protect registers for
770 * @protect: 1 to protect (disable updates)
773 unsigned int win, bool protect)
782 * with protect window setting, the register fields with prefix '_F'
796 if (protect)
772 fimd_shadow_protect_win(struct fimd_context *ctx, unsigned int win, bool protect) argument
/linux-master/drivers/input/mouse/
H A Dpsmouse-base.c1824 if (attr->protect) {
1841 if (attr->protect) {
/linux-master/drivers/video/fbdev/
H A Ds3c-fb.c420 * @win: window to protect registers for
421 * @protect: 1 to protect (disable updates)
423 static void shadow_protect_win(struct s3c_fb_win *win, bool protect) argument
428 if (protect) {
/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.c1551 packed_record[5] |= (rec->protect & 0x1) << 1;
1602 rec->protect = (packed_record[5] >> 1) & 0x1;
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c10531 /* GPIO1 must be driven high for eeprom write protect */
14568 u32 nvcfg1, protect = 0; local
14575 protect = 1;
14590 tp->nvram_size = (protect ? 0x3e200 :
14593 tp->nvram_size = (protect ? 0x1f200 :
14596 tp->nvram_size = (protect ? 0x1f200 :
14607 tp->nvram_size = (protect ?
14611 tp->nvram_size = (protect ?
14615 tp->nvram_size = (protect ?
14662 u32 nvcfg1, protect local
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c343 sc_rec.protect = secy->protect_frames;

Completed in 306 milliseconds

12