Searched refs:access (Results 26 - 50 of 592) sorted by relevance

1234567891011>>

/linux-master/drivers/hwmon/pmbus/
H A Dmax15301.c34 ktime_t access; /* Chip access time */ member in struct:max15301_data
62 s64 delta = ktime_us_delta(ktime_get(), data->access);
84 data->access = ktime_get();
100 data->access = ktime_get();
120 data->access = ktime_get();
136 data->access = ktime_get();
H A Dzl6100.c25 ktime_t access; /* chip access time */ member in struct:zl6100_data
129 s64 delta = ktime_us_delta(ktime_get(), data->access);
179 data->access = ktime_get();
228 data->access = ktime_get();
270 data->access = ktime_get();
286 data->access = ktime_get();
369 * Since there was a direct I2C device access above, wait before
372 data->access = ktime_get();
407 data->access
[all...]
/linux-master/include/rdma/
H A Dib_umem.h107 size_t size, int access);
147 int fd, int access,
152 int access);
163 int access)
188 int access,
195 size_t size, int fd, int access)
161 ib_umem_get(struct ib_device *device, unsigned long addr, size_t size, int access) argument
185 ib_umem_dmabuf_get(struct ib_device *device, unsigned long offset, size_t size, int fd, int access, struct dma_buf_attach_ops *ops) argument
194 ib_umem_dmabuf_get_pinned(struct ib_device *device, unsigned long offset, size_t size, int fd, int access) argument
/linux-master/include/linux/
H A Dnode.h81 enum access_coordinate_class access);
90 enum access_coordinate_class access)
152 enum access_coordinate_class access);
88 node_set_perf_attrs(unsigned int nid, struct access_coordinate *coord, enum access_coordinate_class access) argument
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfault.c88 u64 ea, dsisr, access; local
120 access = (_PAGE_PRESENT | _PAGE_READ);
121 access |= (dsisr & MFC_DSISR_ACCESS_PUT) ? _PAGE_WRITE : 0UL;
123 ret = hash_page(ea, access, 0x300, dsisr);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dprot_sao.c28 access("/proc/device-tree/rtas/ibm,hypertas-functions", F_OK) == 0);
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.h25 u8 access; member in struct:sja1105_dynamic_table_ops
H A Dsja1105_dynamic_config.c59 * To access the COMMAND portion of the buffer, the function
65 * - .access: A bitmap of:
277 * In case of a write access with the MGMTROUTE flag set,
350 * cleared, the flag be set if the most recent access operated on an entry
354 * The trouble with this flag is that it's part of the *command* to access the
886 .access = OP_WRITE,
894 .access = (OP_READ | OP_WRITE | OP_DEL),
902 .access = (OP_READ | OP_WRITE | OP_VALID_ANYWAY),
910 .access = (OP_WRITE | OP_DEL),
919 .access
[all...]
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_4k.c21 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, argument
39 /* If PTE busy, retry the access */
43 if (unlikely(!check_pte_access(access, old_pte)))
47 * a write access. Since this is 4K insert of 64K page size
51 if (access & _PAGE_WRITE)
117 hash_failure_debug(ea, access, vsid, trap, ssize,
H A Dhash_hugepage.c21 int __hash_page_thp(unsigned long ea, unsigned long access, unsigned long vsid, argument
39 /* If PMD busy, retry the access */
43 if (unlikely(!check_pte_access(access, old_pmd)))
47 * a write access
50 if (access & _PAGE_WRITE)
163 hash_failure_debug(ea, access, vsid, trap, ssize,
H A Dhash_64k.c38 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, argument
57 /* If PTE busy, retry the access */
61 if (unlikely(!check_pte_access(access, old_pte)))
65 * a write access. Since this is 4K insert of 64K page size
69 if (access & _PAGE_WRITE)
213 hash_failure_debug(ea, access, vsid, trap, ssize,
228 int __hash_page_64K(unsigned long ea, unsigned long access, argument
246 /* If PTE busy, retry the access */
250 if (unlikely(!check_pte_access(access, old_pte)))
261 * a write access
[all...]
H A Dhugetlbpage.c20 int __hash_page_huge(unsigned long ea, unsigned long access, unsigned long vsid, argument
42 * current values of the pp bits in the HPTE prevent access
50 /* If PTE busy, retry the access */
54 if (unlikely(!check_pte_access(access, old_pte)))
59 * a write access
62 if (access & _PAGE_WRITE)
112 hash_failure_debug(ea, access, vsid, trap, ssize,
/linux-master/drivers/crypto/ccp/
H A Ddbc.h17 #include <linux/psp-platform-access.h>
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_mr.c48 static void rxe_mr_init(int access, struct rxe_mr *mr) argument
60 mr->access = access;
67 void rxe_mr_init_dma(int access, struct rxe_mr *mr) argument
69 rxe_mr_init(access, mr);
99 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT);
130 int access, struct rxe_mr *mr)
135 rxe_mr_init(access, mr);
139 umem = ib_umem_get(&rxe->ib_dev, start, length, access);
192 /* always allow remote access fo
129 rxe_mr_init_user(struct rxe_dev *rxe, u64 start, u64 length, int access, struct rxe_mr *mr) argument
332 copy_data( struct rxe_pd *pd, int access, struct rxe_dma_info *dma, void *addr, int length, enum rxe_mr_copy_dir dir) argument
616 lookup_mr(struct rxe_pd *pd, int access, u32 key, enum rxe_mr_lookup_type type) argument
692 u32 access = wqe->wr.wr.reg.access; local
[all...]
/linux-master/arch/arm/mm/
H A Dabort-ev4.S23 uaccess_disable ip @ disable userspace access
H A Dabort-macro.S17 uaccess_disable ip @ disable userspace access
H A Dabort-ev5tj.S28 uaccess_disable ip @ disable userspace access
H A Dabort-ev5t.S25 uaccess_disable ip @ disable user access
/linux-master/sound/core/oss/
H A Dio.c46 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) {
72 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) {
101 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) {
130 plugin->access = params_access(params);
133 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED)
/linux-master/drivers/acpi/numa/
H A Dhmat.c128 * acpi_get_genport_coordinates - Retrieve the access coordinates for a generic port
130 * @coord: The access coordinates written back out for the generic port.
304 u8 type, u32 value, int access)
308 target->coord[access].read_latency = value;
309 target->coord[access].write_latency = value;
312 target->coord[access].read_latency = value;
315 target->coord[access].write_latency = value;
318 target->coord[access].read_bandwidth = value;
319 target->coord[access].write_bandwidth = value;
322 target->coord[access]
303 hmat_update_target_access(struct memory_target *target, u8 type, u32 value, int access) argument
332 hmat_update_target_coordinates(int nid, struct access_coordinate *coord, enum access_coordinate_class access) argument
723 hmat_update_target_attrs(struct memory_target *target, unsigned long *p_nodes, int access) argument
799 __hmat_register_target_initiators(struct memory_target *target, unsigned long *p_nodes, int access) argument
843 hmat_register_target_perf(struct memory_target *target, int access) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddma.h14 u32 access; member in struct:nvkm_dmaobj
/linux-master/drivers/video/backlight/
H A Dili9320.h40 } access; /* Register access method. */ member in struct:ili9320
57 /* ILI9320 register access routines */
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfault.h32 u8 access; member in struct:nvkm_fault_data
/linux-master/tools/lib/subcmd/
H A Dpager.c84 if (!(pager || access("/usr/bin/pager", X_OK)))
86 if (!(pager || access("/usr/bin/less", X_OK)))
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c287 * If access is allowed, set the regval to the protected VM's view of the
316 #define AARCH32(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch32 }
319 #define AARCH64(REG) { SYS_DESC(REG), .access = pvm_access_id_aarch64 }
328 .access = pvm_access_id_aarch64, \
332 #define RAZ_WI(REG) { SYS_DESC(REG), .access = pvm_access_raz_wi }
335 #define HOST_HANDLED(REG) { SYS_DESC(REG), .access = NULL }
433 { SYS_DESC(SYS_ICC_SRE_EL1), .access = pvm_gic_read_sre, },
493 if (r->access == NULL)
497 if (r->access(vcpu, &params, r))

Completed in 174 milliseconds

1234567891011>>