| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_oa.c | 1813 stream->oa = oa; in xe_oa_stream_open_ioctl_locked() 1949 struct xe_oa *oa = &xe->oa; in xe_oa_stream_open_ioctl() local 2266 struct xe_oa *oa = &xe->oa; in xe_oa_add_config_ioctl() local 2296 oa_config->oa = oa; in xe_oa_add_config_ioctl() 2368 struct xe_oa *oa = &xe->oa; in xe_oa_remove_config_ioctl() local 2435 struct xe_oa *oa = &xe->oa; in xe_oa_register() local 2626 xe_assert(oa->xe, GRAPHICS_VER(oa->xe) >= 12); in xe_oa_init_supported_formats() 2644 struct xe_oa *oa = &xe->oa; in xe_oa_fini() local 2649 idr_for_each(&oa->metrics_idr, destroy_config, oa); in xe_oa_fini() 2663 struct xe_oa *oa = &xe->oa; in xe_oa_init() local [all …]
|
| H A D | xe_oa_types.h | 180 struct xe_oa *oa; member
|
| H A D | xe_query.c | 640 for (i = 0; i < gt->oa.num_oa_units; i++) { in calc_oa_unit_query_size() 642 size += gt->oa.oa_unit[i].num_engines * in calc_oa_unit_query_size() 677 for (i = 0; i < gt->oa.num_oa_units; i++) { in query_oa_units() 678 u = >->oa.oa_unit[i]; in query_oa_units()
|
| H A D | xe_gt_types.h | 444 struct xe_oa_gt oa; member
|
| H A D | xe_device_types.h | 530 struct xe_oa oa; member
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A 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() 248 if (!oa->data) in gssx_dec_option_array() 260 oa->data[0].value.len = 0; in gssx_dec_option_array() 299 kfree(oa->data); in gssx_dec_option_array() [all …]
|
| /linux-6.15/fs/ntfs3/ |
| H A D | fslog.c | 3068 oa = oe->ptr; in do_action() 4726 if (!oa) { in log_replay() 4746 kfree(oa); in log_replay() 4751 oa->run1 = &oa->run0; in log_replay() 4803 oa->run1 = &oa->run0; in log_replay() 4810 oe->ptr = oa; in log_replay() 4830 if (!oa) in log_replay() 4937 if (!oa) { in log_replay() 5205 if (!oa) in log_replay() 5210 if (oa->ni) in log_replay() [all …]
|
| /linux-6.15/drivers/hwtracing/intel_th/ |
| H A 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-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gds.h | 41 uint32_t oa; member
|
| H A D | amdgpu_job.c | 251 struct amdgpu_bo *gws, struct amdgpu_bo *oa) in amdgpu_job_set_resources() argument 261 if (oa) { in amdgpu_job_set_resources() 262 job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources() 263 job->oa_size = amdgpu_bo_size(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources()
|
| H A D | amdgpu_job.h | 99 struct amdgpu_bo *gws, struct amdgpu_bo *oa);
|
| H A D | gfx_v7_0.c | 1853 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v7_0_init_compute_vmid() 1871 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v7_0_init_gds_vmid() 4038 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v7_0_ring_emit_gds_switch()
|
| H A D | gfx_v8_0.c | 3709 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v8_0_init_compute_vmid() 3727 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v8_0_init_gds_vmid() 5171 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v8_0_ring_emit_gds_switch()
|
| /linux-6.15/Documentation/networking/ |
| H A D | index.rst | 94 oa-tc6-framework
|
| /linux-6.15/drivers/net/ethernet/ |
| H A D | Kconfig | 171 <file:Documentation/networking/oa-tc6-framework.rst>.
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_rmap.c | 2882 __u64 oa; in xfs_rmap_compare() local 2885 oa = xfs_rmap_irec_offset_pack(a); in xfs_rmap_compare() 2896 else if (oa < ob) in xfs_rmap_compare() 2898 else if (oa > ob) in xfs_rmap_compare()
|
| /linux-6.15/drivers/iommu/intel/ |
| H A D | iommu.h | 1338 int ecmd_submit_sync(struct intel_iommu *iommu, u8 ecmd, u64 oa, u64 ob);
|
| H A D | iommu.c | 4674 int ecmd_submit_sync(struct intel_iommu *iommu, u8 ecmd, u64 oa, u64 ob) in ecmd_submit_sync() argument 4699 dmar_writeq(iommu->reg + DMAR_ECMD_REG, ecmd | (oa << DMA_ECMD_OA_SHIFT)); in ecmd_submit_sync()
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 18276 F: Documentation/networking/oa-tc6-framework.rst
|