Searched refs:access (Results 251 - 275 of 592) sorted by relevance

<<11121314151617181920>>

/linux-master/lib/
H A Diomap.c15 * access or a MMIO access, these functions don't care. The info is
40 static void bad_io_access(unsigned long port, const char *access) argument
45 WARN(1, KERN_ERR "Bad IO access at port %#lx (%s)\n", port, access);
/linux-master/arch/arm/mm/
H A Dproc-v6.S147 mrc p15, 0, r8, c1, c0, 2 @ co-processor access control
171 mcr p15, 0, r8, c1, c0, 2 @ co-processor access control
H A Dproc-arm740.S107 mcr p15, 0, r0, c5, c0 @ all read/write access
H A Dproc-fa526.S153 mcr p15, 0, r0, c3, c0 @ load domain access register
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-catu.c393 struct csdev_access *csa = &drvdata->csdev->access;
559 catu_desc.access = CSDEV_ACCESS_IOMEM(base);
H A Dcoresight-sysfs.c34 val = csdev_access_relaxed_read_pair(&csdev->access, cs_attr->lo_off, cs_attr->hi_off);
48 val = csdev_access_relaxed_read32(&csdev->access, cs_attr->off);
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S94 ! TLB hits, but the access violate the protection.
95 ! It can be valid access, such as stack grow and/or C-O-W.
/linux-master/arch/um/os-Linux/
H A Dsigio.c537 if ((access("/dev/ptmx", R_OK) < 0) &&
538 (access("/dev/ptyp0", R_OK) < 0)) {
/linux-master/arch/arc/kernel/
H A Dentry-compact.S9 * -Userspace unaligned access emulation
271 ;========== (6b) Non aligned access ============
289 ; for Misaligned access
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c232 if (access(path, R_OK)) {
238 if (access(path, R_OK))
/linux-master/drivers/infiniband/ulp/iser/
H A Diser_memory.c288 wr->access = IB_ACCESS_LOCAL_WRITE |
335 wr->access = IB_ACCESS_LOCAL_WRITE |
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c1042 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
1053 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ,
1123 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ,
1318 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ,
1381 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ,
1707 .access = SNDRV_CTL_ELEM_ACCESS_WRITE,
1738 .access = SNDRV_CTL_ELEM_ACCESS_READ |
1791 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
/linux-master/sound/core/
H A Dvmaster.c267 if (follower->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK)
447 kctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ;
/linux-master/arch/x86/kvm/
H A Dx86.h219 gva_t gva, gfn_t gfn, unsigned access)
231 vcpu->arch.mmio_access = access;
218 vcpu_cache_mmio_info(struct kvm_vcpu *vcpu, gva_t gva, gfn_t gfn, unsigned access) argument
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_resp.c438 int access = 0; local
448 access = (pkt->mask & RXE_READ_MASK) ? IB_ACCESS_REMOTE_READ
457 access |= IB_ACCESS_FLUSH_GLOBAL;
459 access |= IB_ACCESS_FLUSH_PERSISTENT;
462 access = IB_ACCESS_REMOTE_ATOMIC;
483 mw = rxe_lookup_mw(qp, access, rkey);
497 if (mw->access & IB_ZERO_BASED)
504 mr = lookup_mr(qp->pd, access, rkey, RXE_LOOKUP_REMOTE);
816 * It is assumed that the access permissions if originally good
820 * access permission
[all...]
/linux-master/include/linux/
H A Dcoresight.h117 * struct csdev_access - Abstraction of a CoreSight device access.
153 * @access: Describe access to the device
163 struct csdev_access access; member in struct:coresight_desc
227 * @access: Device i/o access abstraction for this device.
238 * @refcnt: keep track of what is in use. Only access this outside of the
264 struct csdev_access access; member in struct:coresight_device
/linux-master/scripts/
H A DMakefile.extrawarn135 KBUILD_CFLAGS += $(call cc-disable-warning, unaligned-access)
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c1179 * @attr: access attributes
1536 * @attr: access attributes
1803 * @work: provides access to the cq buffer to free
2240 * irdma_get_mr_access - get hw MR access permissions from IB access flags
2241 * @access: IB access flags
2243 static inline u16 irdma_get_mr_access(int access) argument
2247 hw_access |= (access & IB_ACCESS_LOCAL_WRITE) ?
2249 hw_access |= (access
2785 irdma_hwreg_mr(struct irdma_device *iwdev, struct irdma_mr *iwmr, u16 access) argument
2842 irdma_reg_user_mr_type_mem(struct irdma_mr *iwmr, int access, bool create_stag) argument
3017 irdma_reg_user_mr(struct ib_pd *pd, u64 start, u64 len, u64 virt, int access, struct ib_udata *udata) argument
3084 irdma_reg_user_mr_dmabuf(struct ib_pd *pd, u64 start, u64 len, u64 virt, int fd, int access, struct ib_udata *udata) argument
3288 irdma_reg_phys_mr(struct ib_pd *pd, u64 addr, u64 size, int access, u64 *iova_start) argument
[all...]
/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c397 kctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
674 kctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
971 chip->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
1071 chip->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
1323 .access = SNDRV_CTL_ELEM_ACCESS_READ,
1370 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE,
1417 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
1485 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \
1589 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
1599 .access
[all...]
/linux-master/fs/nfsd/
H A Dnfs4state.c407 * st_{access,deny}_bmap field of the stateid, in order to track not
417 * track of access/deny bit combinations; so, e.g., we allow:
433 unsigned int access = 0; local
437 access |= i;
439 return access;
442 /* set share access for a given stateid */
444 set_access(u32 access, struct nfs4_ol_stateid *stp) argument
446 unsigned char mask = 1 << access;
448 WARN_ON_ONCE(access > NFS4_SHARE_ACCESS_BOTH);
452 /* clear share access fo
454 clear_access(u32 access, struct nfs4_ol_stateid *stp) argument
464 test_access(u32 access, struct nfs4_ol_stateid *stp) argument
500 nfs4_access_to_omode(u32 access) argument
749 nfs4_resolve_deny_conflicts_locked(struct nfs4_file *fp, bool new_stp, struct nfs4_ol_stateid *stp, u32 access, bool share_access) argument
784 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) argument
795 nfs4_file_get_access(struct nfs4_file *fp, u32 access) argument
849 nfs4_file_put_access(struct nfs4_file *fp, u32 access) argument
2768 unsigned int access, deny; local
5485 int access = nfs4_access_to_access(open->op_share_access); local
7282 nfs4_stateid_downgrade_bit(struct nfs4_ol_stateid *stp, u32 access) argument
7780 get_lock_access(struct nfs4_ol_stateid *lock_stp, u32 access) argument
[all...]
/linux-master/tools/perf/util/
H A Dstrlist.c125 if (access(subst, F_OK) == 0) {
/linux-master/tools/hv/
H A Dhv_vss_daemon.c78 if (!access(buffer, R_OK | X_OK)) {
82 syslog(LOG_ERR, "Can't access: %s; error:%d %s!",
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h251 unsigned int pmask; /* port access rights mask */
273 * The access and execute times are signed in order to accommodate negative
280 s16 access; /* time (ms) to access mailbox */ member in struct:mbox_cmd
/linux-master/arch/mips/include/asm/
H A Dmsa.h214 __BUILD_MSA_CTL_REG(access, 2)
/linux-master/sound/core/oss/
H A Dpcm_plugin.c82 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) {
91 } else if (plugin->access == SNDRV_PCM_ACCESS_RW_NONINTERLEAVED) {
170 plugin->access = SNDRV_PCM_ACCESS_RW_INTERLEAVED;
583 if (snd_BUG_ON(plugin->access != SNDRV_PCM_ACCESS_RW_INTERLEAVED &&

Completed in 391 milliseconds

<<11121314151617181920>>