Searched refs:access (Results 226 - 250 of 592) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgf100.c570 ea = nvkm_enum_find(fifo->func->mmu_fault->access, info->access);
594 info->access, ea ? ea->name : "", info->addr,
610 .access = gf100_fifo_mmu_fault_access,
712 info.access = (type & 0x00000080) >> 7;
/linux-master/sound/drivers/
H A Ddummy.c704 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \
831 dummy->cd_volume_ctl->vd[0].access &=
833 dummy->cd_switch_ctl->vd[0].access &=
836 dummy->cd_volume_ctl->vd[0].access |=
838 dummy->cd_switch_ctl->vd[0].access |=
/linux-master/security/landlock/
H A Dfs.c145 /* All access rights that can be tied to files. */
166 /* Files only get access rights that make sense. */
173 /* Transforms relative access rights to absolute ones. */
220 * Allows access to pseudo filesystems that will never be mountable (e.g.
246 /* Handles all initially denied by default access rights. */
290 * superset of the source ones (i.e. inherited access
351 * Checks that we can only refer a file if no more access could be
368 /* Checks that file access rights are also enforced for a directory. */
371 /* Checks that directory access rights don't impact file referring... */
383 /* Checks file exchange with directory access right
1305 access_mask_t access = 0; local
[all...]
/linux-master/sound/aoa/fabrics/
H A Dlayout.c662 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
713 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
723 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
755 .access = SNDRV_CTL_ELEM_ACCESS_READ,
764 .access = SNDRV_CTL_ELEM_ACCESS_READ,
/linux-master/drivers/infiniband/core/
H A Duverbs_ioctl.c216 spec->u2.objs_arr.obj_type, spec->u2.objs_arr.access,
239 spec->u2.objs_arr.access, false, commit,
330 spec->u.obj.obj_type, spec->u.obj.access,
336 if (spec->u.obj.access == UVERBS_ACCESS_NEW) {
524 attr->obj_attr.attr_elm->spec.u.obj.access,
/linux-master/include/rdma/
H A Duverbs_ioctl.h73 u8 access; member in struct:uverbs_attr_spec::__anon185::__anon187
100 u8 access; member in struct:uverbs_attr_spec::__anon189::__anon191
498 .u2.objs_arr.access = _access, \
514 .u.obj.access = _access, \
524 .u.obj.access = _access, \
/linux-master/sound/pci/ice1712/
H A Dwtm.c483 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
519 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
539 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
H A Dmaya44.c431 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
443 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
455 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
H A Dprodigy192.c361 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
380 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
400 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h471 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
473 u32 access, struct mthca_mr *mr);
477 u32 access, struct mthca_mr *mr);
/linux-master/arch/um/os-Linux/
H A Dfile.c37 .ust_atime = src->st_atime, /* time of last access */
80 err = access(file, amode);
164 err = access(file, W_OK);
170 err = access(file, R_OK);
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_qp.c399 mr->access = ERDMA_MR_ACC_LR |
400 to_erdma_access_flags(reg_wr(send_wr)->access);
404 attrs = FIELD_PREP(ERDMA_SQE_MR_ACCESS_MASK, mr->access) |
/linux-master/sound/soc/codecs/
H A Dsigmadsp.c142 if (!(kcontrol->vd[0].access & SNDRV_CTL_ELEM_ACCESS_INACTIVE))
655 template.access = SNDRV_CTL_ELEM_ACCESS_READWRITE;
657 template.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c73 * this by ensuring that access to the VFP hardware is disabled, and
101 * state saving should access to the VFP be enabled at this point.
340 * Clear various bits and enable access to the VFP so we can
421 u32 access; local
424 access = get_copro_access();
427 * Enable full access to VFP (cp10 and cp11)
429 set_copro_access(access | CPACC_FULL(10) | CPACC_FULL(11));
474 /* ensure we have access to the vfp */
629 * a threads VFP state. When a CPU starts up, we re-enable access to the
699 * time being, so we can access al
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c634 args.access = NV_DMA_V0_ACCESS_VM;
640 args.access = NV_DMA_V0_ACCESS_RDWR;
645 args.access = NV_DMA_V0_ACCESS_RDWR;
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c701 * watchpoint if a single instruction access both watched and unwatched
704 * function computes the distance of the memory access from the watchpoint as a
705 * heuristic for the likelihood that a given access triggered the watchpoint.
758 int i, step = 0, *kernel_step, access, closest_match = 0; local
780 * Check that the access type matches.
783 access = (esr & ESR_ELx_WNR) ? HW_BREAKPOINT_W :
785 if (!(access & hw_breakpoint_type(wp)))
815 * cause these to fire via an unprivileged access.
/linux-master/fs/nfsd/
H A Dtrace.h201 int access
203 TP_ARGS(rqstp, fhp, type, access),
212 __field(unsigned long, access)
224 __entry->access = access;
226 TP_printk("xid=0x%08x fh_hash=0x%08x type=%s access=%s",
229 show_nfsd_may_flags(__entry->access)
238 int access,
241 TP_ARGS(rqstp, fhp, type, access, error),
251 __field(unsigned long, access)
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c38 struct csdev_access *csa = &csdev->access;
52 struct csdev_access *csa = &csdev->access;
467 desc.access = CSDEV_ACCESS_IOMEM(base);
/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.c126 /* Before we attempt to access the TPM we must see that the valid bit is set.
138 u8 access; local
140 rc = tpm_tis_read8(priv, TPM_ACCESS(l), &access);
144 if (access & TPM_ACCESS_VALID)
155 u8 access; local
157 rc = tpm_tis_read8(priv, TPM_ACCESS(l), &access);
161 if ((access & (TPM_ACCESS_ACTIVE_LOCALITY | TPM_ACCESS_VALID
/linux-master/include/linux/
H A Dnfs_xdr.h462 u32 access; member in struct:nfs_openargs
914 __u32 access; member in struct:nfs3_accessargs
975 __u32 access; member in struct:nfs3_accessres
1013 u32 access; member in struct:nfs4_accessargs
1021 u32 access; member in struct:nfs4_accessres
1760 int (*access) (struct inode *, struct nfs_access_entry *, const struct cred *); member in struct:nfs_rpc_ops
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S30 uaccess_disable ip @ disable userspace access
170 uaccess_disable ip @ disable userspace access
H A Dproc-arm946.S372 mcr p15, 0, r0, c5, c0, 2 @ set data access permission
373 mcr p15, 0, r0, c5, c0, 3 @ set inst. access permission
H A Dproc-mohawk.S346 mrc p15, 0, r5, c15, c1, 0 @ CP access reg
364 mcr p15, 0, r5, c15, c1, 0 @ CP access reg
384 mov r0, #0 @ don't allow CP access
385 mcr p15, 0, r0, c15, c1, 0 @ write CP access register
/linux-master/drivers/scsi/
H A Dhpsa.h188 struct access_method access; member in struct:ctlr_info
669 struct access_method *access; member in struct:board_type
/linux-master/sound/usb/line6/
H A Dtoneport.c249 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
260 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,

Completed in 277 milliseconds

1234567891011>>