Searched refs:oa (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gds.h41 uint32_t oa; member in struct:amdgpu_gds_reg_offset
H A Damdgpu_job.h96 struct amdgpu_bo *gws, struct amdgpu_bo *oa);
H A Damdgpu_job.c148 struct amdgpu_bo *gws, struct amdgpu_bo *oa)
158 if (oa) {
159 job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT;
160 job->oa_size = amdgpu_bo_size(oa) >> PAGE_SHIFT;
147 amdgpu_job_set_resources(struct amdgpu_job *job, struct amdgpu_bo *gds, struct amdgpu_bo *gws, struct amdgpu_bo *oa) argument
H A Dgfx_v7_0.c1850 WREG32(amdgpu_gds_reg_offset[i].oa, 0);
1868 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0);
4070 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa);
H A Dgfx_v8_0.c3696 WREG32(amdgpu_gds_reg_offset[i].oa, 0);
3714 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0);
5187 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_xdr.c120 const struct gssx_option_array *oa)
124 if (oa->count != 0)
136 struct gssx_option_array *oa)
151 oa->count = 0;
152 oa->data = NULL;
230 struct gssx_option_array *oa)
245 oa->count = 1;
247 oa->data = kmalloc(sizeof(struct gssx_option), GFP_KERNEL);
248 if (!oa->data)
257 oa
119 dummy_enc_opt_array(struct xdr_stream *xdr, const struct gssx_option_array *oa) argument
135 dummy_dec_opt_array(struct xdr_stream *xdr, struct gssx_option_array *oa) argument
229 gssx_dec_option_array(struct xdr_stream *xdr, struct gssx_option_array *oa) argument
[all...]
/linux-master/fs/ntfs3/
H A Dfslog.c3032 struct OpenAttr *oa, *oa2; local
3048 oa = oe->ptr;
3151 attr = oa->attr;
3172 err = ntfs_read_run_nb(sbi, oa->run1, vbo, buffer_le, bytes,
3686 attr = oa->attr;
3687 err = ntfs_sb_write_run(sbi, oa->run1, vbo, buffer_le, bytes,
3729 struct OpenAttr *oa; local
4678 oa = kzalloc(sizeof(struct OpenAttr), GFP_NOFS);
4679 if (!oa) {
4691 if (oa
[all...]
/linux-master/drivers/hwtracing/intel_th/
H A Dgth.c327 struct output_attribute *oa = local
329 struct gth_device *gth = oa->gth;
336 gth_output_parm_get(gth, oa->port, oa->parm));
348 struct output_attribute *oa = local
350 struct gth_device *gth = oa->gth;
359 gth_output_parm_set(gth, oa->port, oa->parm, config);
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.c2858 __u64 oa; local
2861 oa = xfs_rmap_irec_offset_pack(a);
2872 else if (oa < ob)
2874 else if (oa > ob)
/linux-master/drivers/iommu/intel/
H A Diommu.h1157 int ecmd_submit_sync(struct intel_iommu *iommu, u8 ecmd, u64 oa, u64 ob);
H A Diommu.c5120 int ecmd_submit_sync(struct intel_iommu *iommu, u8 ecmd, u64 oa, u64 ob) argument
5145 dmar_writeq(iommu->reg + DMAR_ECMD_REG, ecmd | (oa << DMA_ECMD_OA_SHIFT));

Completed in 403 milliseconds