Searched refs:oa (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | Makefile | 223 obj-y += oa/ 225 oa/i915_oa_hsw.o \ 226 oa/i915_oa_bdw.o \ 227 oa/i915_oa_chv.o \ 228 oa/i915_oa_sklgt2.o \ 229 oa/i915_oa_sklgt3.o \ 230 oa/i915_oa_sklgt4.o \ 231 oa/i915_oa_bxt.o \ 232 oa/i915_oa_kblgt2.o \ 233 oa/i915_oa_kblgt3.o \ [all …]
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | gss_rpc_xdr.c | 120 const struct gssx_option_array *oa) in dummy_enc_opt_array() argument 124 if (oa->count != 0) in dummy_enc_opt_array() 136 struct gssx_option_array *oa) in dummy_dec_opt_array() argument 151 oa->count = 0; in dummy_dec_opt_array() 152 oa->data = NULL; in dummy_dec_opt_array() 230 struct gssx_option_array *oa) in gssx_dec_option_array() argument 245 oa->count = 1; in gssx_dec_option_array() 247 oa->data = kmalloc(sizeof(struct gssx_option), GFP_KERNEL); in gssx_dec_option_array() 248 if (!oa->data) in gssx_dec_option_array() 253 kfree(oa->data); in gssx_dec_option_array() [all …]
|
| /Linux-v5.4/drivers/hwtracing/intel_th/ |
| D | gth.c | 327 struct output_attribute *oa = in output_attr_show() local 329 struct gth_device *gth = oa->gth; in output_attr_show() 336 gth_output_parm_get(gth, oa->port, oa->parm)); in output_attr_show() 348 struct output_attribute *oa = in output_attr_store() local 350 struct gth_device *gth = oa->gth; in output_attr_store() 359 gth_output_parm_set(gth, oa->port, oa->parm, config); in output_attr_store()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gds.h | 41 uint32_t oa; member
|
| D | amdgpu_cs.c | 579 struct amdgpu_bo *oa; in amdgpu_cs_parser_bos() local 684 oa = p->bo_list->oa_obj; in amdgpu_cs_parser_bos() 703 if (oa) { in amdgpu_cs_parser_bos() 704 p->job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT; in amdgpu_cs_parser_bos() 705 p->job->oa_size = amdgpu_bo_size(oa) >> PAGE_SHIFT; in amdgpu_cs_parser_bos()
|
| D | gfx_v7_0.c | 1889 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v7_0_init_compute_vmid() 1907 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v7_0_init_gds_vmid() 4124 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v7_0_ring_emit_gds_switch()
|
| D | gfx_v8_0.c | 3749 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v8_0_init_compute_vmid() 3767 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v8_0_init_gds_vmid() 5236 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v8_0_ring_emit_gds_switch()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_rmap.c | 2403 __u64 oa; in xfs_rmap_compare() local 2406 oa = xfs_rmap_irec_offset_pack(a); in xfs_rmap_compare() 2417 else if (oa < ob) in xfs_rmap_compare() 2419 else if (oa > ob) in xfs_rmap_compare()
|