Home
last modified time | relevance | path

Searched refs:access (Results 401 - 425 of 2222) sorted by relevance

1...<<11121314151617181920>>...89

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Di8254.c445 int channel, access; in pit_ioport_write() local
475 access = (val >> 4) & KVM_PIT_CHANNEL_MASK; in pit_ioport_write()
476 if (access == 0) { in pit_ioport_write()
479 s->rw_mode = access; in pit_ioport_write()
480 s->read_state = access; in pit_ioport_write()
481 s->write_state = access; in pit_ioport_write()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c430 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) in mthca_mr_alloc()
462 access); in mthca_mr_alloc()
513 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_notrans()
516 return mthca_mr_alloc(dev, pd, 12, 0, ~0ULL, access, mr); in mthca_mr_alloc_notrans()
522 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_phys()
537 total_size, access, mr); in mthca_mr_alloc_phys()
429 mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) mthca_mr_alloc() argument
512 mthca_mr_alloc_notrans(struct mthca_dev *dev, u32 pd, u32 access, struct mthca_mr *mr) mthca_mr_alloc_notrans() argument
519 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) mthca_mr_alloc_phys() argument
/kernel/linux/linux-5.10/sound/soc/uniphier/
H A Daio-cpu.c562 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
571 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
580 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
589 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
598 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
607 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c78 u32 access; member
130 * In the worst case, we could be kicking off a user-access immediately in davinci_mdio_init_clk()
132 * so, our request could get deferred by one access cycle. We in davinci_mdio_init_clk()
133 * defensively allow for 4 access cycles. in davinci_mdio_init_clk()
358 /* wait until hardware is ready for another user access */
366 reg = readl(&regs->user[0].access); in wait_for_user_access()
386 reg = readl(&regs->user[0].access); in wait_for_user_access()
390 dev_err(data->dev, "timed out waiting for user access\n"); in wait_for_user_access()
431 writel(reg, &data->regs->user[0].access); in davinci_mdio_read()
439 reg = readl(&data->regs->user[0].access); in davinci_mdio_read()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Di8254.c444 int channel, access; in pit_ioport_write() local
474 access = (val >> 4) & KVM_PIT_CHANNEL_MASK; in pit_ioport_write()
475 if (access == 0) { in pit_ioport_write()
478 s->rw_mode = access; in pit_ioport_write()
479 s->read_state = access; in pit_ioport_write()
480 s->write_state = access; in pit_ioport_write()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c428 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) in mthca_mr_alloc()
460 access); in mthca_mr_alloc()
510 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_notrans()
513 return mthca_mr_alloc(dev, pd, 12, 0, ~0ULL, access, mr); in mthca_mr_alloc_notrans()
519 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_phys()
534 total_size, access, mr); in mthca_mr_alloc_phys()
427 mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) mthca_mr_alloc() argument
509 mthca_mr_alloc_notrans(struct mthca_dev *dev, u32 pd, u32 access, struct mthca_mr *mr) mthca_mr_alloc_notrans() argument
516 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) mthca_mr_alloc_phys() argument
/kernel/linux/linux-6.6/security/landlock/
H A Dfs.c144 /* All access rights that can be tied to files. */
154 * All access rights that are denied by default whether they are handled or not
156 * entries when we need to get the absolute handled access masks.
173 /* Files only get access rights that make sense. */ in landlock_append_fs_rule()
180 /* Transforms relative access rights to absolute ones. */ in landlock_append_fs_rule()
225 * @layer_masks is read and may be updated according to the access request and
244 * An access is granted if, for each policy layer, at least one rule in unmask_layers()
245 * encountered on the pathwalk grants the requested access, in unmask_layers()
262 * Records in @layer_masks which layer grants access to each in unmask_layers()
263 * requested access in unmask_layers()
1176 access_mask_t access = 0; get_required_file_open_access() local
[all...]
/kernel/linux/linux-6.6/sound/soc/uniphier/
H A Daio-cpu.c664 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
673 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
682 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
691 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
700 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
709 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Drdma_core.h55 * the object is from the given type. Lock it to the required access when
57 * This function could create (access == NEW), destroy (access == DESTROY)
58 * or unlock (access == READ || access == WRITE) objects if required.
63 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access,
67 enum uverbs_obj_access access, bool hw_obj_valid,
/kernel/linux/linux-5.10/tools/perf/arch/
H A Dcommon.c109 if (access(buf, F_OK) == 0) { in lookup_path()
152 if (access(buf, F_OK) == 0) in perf_env__lookup_binutils_path()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgm107.c88 info.access = (type & 0x00000080) >> 7; in gm107_fifo_intr_fault()
99 .fault.access = gk104_fifo_fault_access,
H A Dgp100.c72 info.access = (type & 0x00070000) >> 16; in gp100_fifo_intr_fault()
83 .fault.access = gk104_fifo_fault_access,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c101 dmaobj->base.access = NV_MEM_ACCESS_RW; in nv04_dmaobj_new()
119 switch (dmaobj->base.access) { in nv04_dmaobj_new()
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Drdma_user_rxe.h119 __u32 access; member
129 __u32 access; member
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Drdma_core.h55 * the object is from the given type. Lock it to the required access when
57 * This function could create (access == NEW), destroy (access == DESTROY)
58 * or unlock (access == READ || access == WRITE) objects if required.
63 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access,
67 enum uverbs_obj_access access, bool hw_obj_valid,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgp100.c82 .access = gf100_fifo_mmu_fault_access,
106 info.access = (type & 0x00070000) >> 16; in gp100_fifo_intr_mmu_fault_unit()
H A Dgm107.c93 .access = gf100_fifo_mmu_fault_access,
117 info.access = (type & 0x00000080) >> 7; in gm107_fifo_intr_mmu_fault_unit()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c101 dmaobj->base.access = NV_MEM_ACCESS_RW; in nv04_dmaobj_new()
119 switch (dmaobj->base.access) { in nv04_dmaobj_new()
/kernel/linux/linux-6.6/tools/perf/arch/
H A Dcommon.c121 if (access(buf, F_OK) == 0) { in lookup_path()
164 if (access(buf, F_OK) == 0) in perf_env__lookup_binutils_path()
/kernel/liteos_a/kernel/extended/dynload/src/
H A Dlos_exec_elf.c56 if (access(fileName, F_OK) < 0) { in OsGetRealPath()
77 if (access(buf, F_OK) < 0) { in OsGetRealPath()
/third_party/eudev/src/libudev/
H A Dlibudev-queue.c36 * @short_description: access to currently active events
170 return access(UDEV_ROOT_RUN "/udev/control", F_OK) >= 0; in udev_queue_get_udev_is_active()
183 return access(UDEV_ROOT_RUN "/udev/queue", F_OK) < 0; in udev_queue_get_queue_is_empty()
/third_party/alsa-utils/alsactl/
H A Dinit_sysfs.c49 if (access(sysfs_test, F_OK)) { in sysfs_init()
52 if (access(sysfs_test, F_OK)) { in sysfs_init()
/third_party/ltp/lib/
H A Dtst_sys_conf.c64 if (access(conf->path, F_OK) != 0) { in tst_sys_conf_save()
75 if (access(conf->path, W_OK) != 0) { in tst_sys_conf_save()
H A Dtst_memutils.c149 if (access("/proc/self/oom_score_adj", F_OK) == -1) { in set_oom_score_adj()
158 if (access(score_path, F_OK) == -1) in set_oom_score_adj()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ubo_loads.c96 .access = nir_intrinsic_access(load), in lower_ubo_load_instr()
106 .access = nir_intrinsic_access(load), in lower_ubo_load_instr()

Completed in 14 milliseconds

1...<<11121314151617181920>>...89