Searched refs:access (Results 151 - 175 of 592) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.h10 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access);
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dkconfig.c15 if (access("/proc/self/ns/net", F_OK) < 0) {
19 test_print("Unable to access /proc/self/ns/net: %m");
/linux-master/arch/mips/include/asm/
H A Dmips-cpc.h80 /* CPC_ACCESS - Control core/IOCU access to CPC registers prior to CM 3 */
81 CPC_ACCESSOR_RW(32, 0x000, access)
154 * mips_cpc_lock_other - lock access to another core
158 * order to prevent the region being moved during access. Must be called
165 * mips_cpc_unlock_other - unlock access to another core
/linux-master/sound/virtio/
H A Dvirtio_kctl.c21 /* Map for converting VirtIO access rights to ALSA access rights. */
423 if (le32_to_cpu(kinfo->access) & (1 << i))
424 kctl_new.access |= g_v2a_access_map[i];
426 if (kctl_new.access & (SNDRV_CTL_ELEM_ACCESS_TLV_READ |
429 kctl_new.access |= SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK;
/linux-master/arch/arm/kernel/
H A Diwmmxt.S76 @ enable access to CP0 and CP1
181 * Back up Concan regs to save area and disable access to them
204 @ enable access to CP0 and CP1
215 @ disable access to CP0 and CP1
323 1: @ flip Concan access
/linux-master/arch/arc/kernel/
H A Dhead.S51 ; Unaligned access is disabled at reset, so re-enable early as
52 ; gcc 7.3.1 (ARC GNU 2018.03) onwards generates unaligned access
/linux-master/sound/pci/ice1712/
H A Daureon.c1402 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1420 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1439 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1458 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1477 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1496 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1517 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1534 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1584 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
1603 .access
[all...]
H A Dwm8776.c16 /* low-level access */
45 vd->access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
47 vd->access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
555 cont.access = SNDRV_CTL_ELEM_ACCESS_READWRITE;
558 cont.access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
566 cont.access |= SNDRV_CTL_ELEM_ACCESS_TLV_READ;
H A Dphase.c758 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
776 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
795 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
814 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
833 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
852 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
873 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
/linux-master/drivers/hwmon/
H A Dnct6775-platform.c101 enum sensor_access access; member in struct:nct6775_sio_data
124 * access to only one SuperIO chip at 0x0290.
236 * Try to reserve <ioreg> and <ioreg + 1> for exclusive access.
312 * Assume that is the case and set the bank number for each access.
948 if (sio_data->access == access_direct) {
961 if (sio_data->access == access_direct) {
991 sio_data->access = access_direct;
1487 /* if reading chip id via ACPI succeeds, use WMI "WMBD" method for access */
1489 pr_debug("Using Asus WMBD method of %s to access %#x chip.\n", device_uid, tmp);
1505 enum sensor_access access local
[all...]
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.c6 * list for access by an in-kernel user.
1001 struct iommufd_access *access; local
1004 xa_for_each(&iopt->access_list, index, access)
1005 if (WARN_ON(access->iova_alignment >
1093 struct iommufd_access *access; local
1110 xa_for_each(&iopt->access_list, index, access)
1112 access->iova_alignment,
1204 * Splitting is not permitted if an access exists, we don't track enough
1331 int iopt_add_access(struct io_pagetable *iopt, struct iommufd_access *access) argument
1338 rc = xa_alloc(&iopt->access_list, &new_id, access, xa_limit_16
1357 iopt_remove_access(struct io_pagetable *iopt, struct iommufd_access *access, u32 iopt_access_list_id) argument
[all...]
/linux-master/sound/i2c/other/
H A Dpt2258.c127 snd_printk(KERN_ERR "PT2258 access failed\n");
164 snd_printk(KERN_ERR "PT2258 access failed 2\n");
185 knew.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
204 knew.access = 0;
/linux-master/include/sound/
H A Dwss.h190 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \
202 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c292 /* Must protect against concurrent access */
407 u32 access)
410 (access & MLX4_PERM_MASK);
418 u64 iova, u64 size, u32 access, int npages,
424 mr->access = access;
527 int mlx4_mr_alloc(struct mlx4_dev *dev, u32 pd, u64 iova, u64 size, u32 access, argument
538 access, npages, page_shift, mr);
645 mr->access);
405 mlx4_mr_hw_change_access(struct mlx4_dev *dev, struct mlx4_mpt_entry *mpt_entry, u32 access) argument
417 mlx4_mr_alloc_reserved(struct mlx4_dev *dev, u32 mridx, u32 pd, u64 iova, u64 size, u32 access, int npages, int page_shift, struct mlx4_mr *mr) argument
/linux-master/tools/testing/selftests/kvm/
H A Daccess_tracking_perf_test.c7 * This test measures the performance effects of KVM's access tracking.
12 * enable access tracking on guest memory.
19 * Note that a deterministic correctness test of access tracking is not possible
56 /* Run the vCPU to access all its memory. */
65 /* Whether to overlap the regions of memory vCPUs access. */
177 * arbitrary; high enough that we ensure most memory access went through
178 * access tracking but low enough as to not make the test too brittle
283 enum access_type access, const char *description)
285 memstress_set_write_percent(vm, (access == ACCESS_READ) ? 0 : 100);
282 access_memory(struct kvm_vm *vm, int nr_vcpus, enum access_type access, const char *description) argument
/linux-master/drivers/acpi/acpica/
H A Dexregion.c107 * the access.
121 goto access;
190 access:
193 * access
/linux-master/arch/arm/nwfpe/
H A Dentry.S69 mov sl, sp @ we access the registers via 'sl'
142 @ Test if we need to give access to iWMMXt coprocessors
/linux-master/sound/aoa/codecs/
H A Dtas.c94 /* protects hardware access against concurrency from
275 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
318 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
374 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
430 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
470 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
539 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
590 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
641 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
/linux-master/fs/nfsd/
H A Dxdr3.h28 __u32 access; member in struct:nfsd3_accessargs
132 __u32 access; member in struct:nfsd3_accessres
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h285 return csdev_access_relaxed_read_pair(&drvdata->csdev->access, lo_off, hi_off); \
290 csdev_access_relaxed_write_pair(&drvdata->csdev->access, val, lo_off, hi_off); \
/linux-master/drivers/video/fbdev/omap/
H A Dsossi.c59 /* timing for read and write access */
159 * access time (data hold time) will be exactly one sossi
254 static inline void set_timing(int access) argument
256 if (access != sossi.last_access) {
257 sossi.last_access = access;
259 sossi.clk_tw0[access], sossi.clk_tw1[access]);
/linux-master/tools/testing/selftests/alsa/
H A Dpcm-test.c266 snd_pcm_access_t access = SND_PCM_ACCESS_RW_INTERLEAVED; local
340 err = snd_pcm_hw_params_set_access(handle, hw_params, access);
343 snd_pcm_access_name(access), snd_strerror(err));
359 snd_pcm_access_name(access),
437 snd_pcm_access_name(access),
/linux-master/drivers/misc/ocxl/
H A Dlink.c140 unsigned long access, flags, inv_flags = 0; local
171 access = _PAGE_PRESENT | _PAGE_READ;
173 access |= _PAGE_WRITE;
176 access |= _PAGE_PRIVILEGED;
179 hash_page_mm(fault->pe_data.mm, fault->dar, access, 0x300,
224 * or the AFU didn't wait for all memory access to
240 * device tried to access a bad kernel address
/linux-master/arch/s390/mm/
H A Dfault.c87 /* Home space -> access via kernel ASCE */
176 pr_cont("access register ");
282 static void do_exception(struct pt_regs *regs, int access) argument
318 access = VM_WRITE;
319 if (access == VM_WRITE)
326 if (!(vma->vm_flags & access)) {
374 if (unlikely(!(vma->vm_flags & access)))
468 * NULL pointer write access in kernel mode.
/linux-master/sound/drivers/vx/
H A Dvx_mixer.c34 * Data type used to access the Codec
447 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
709 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
727 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
796 .access = SNDRV_CTL_ELEM_ACCESS_READ,
870 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
878 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
887 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,

Completed in 281 milliseconds

1234567891011>>