OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pasid_mapping
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ids.h
64
struct dma_fence *
pasid_mapping
;
member in struct:amdgpu_vmid
amdgpu_amdkfd_gfx_v10.c
158
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_set_pasid_vmid_mapping
161
pr_debug("pasid 0x%x vmid %d, reg value %x\n", pasid, vmid,
pasid_mapping
);
165
pasid_mapping
);
184
pasid_mapping
);
amdgpu_amdkfd_gfx_v8.c
143
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_set_pasid_vmid_mapping
146
WREG32(mmATC_VMID0_PASID_MAPPING + vmid,
pasid_mapping
);
153
WREG32(mmIH_VMID_0_LUT + vmid,
pasid_mapping
);
amdgpu_amdkfd_gfx_v9.c
154
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_gfx_v9_set_pasid_vmid_mapping
164
pasid_mapping
);
178
pasid_mapping
);
181
pasid_mapping
);
195
pasid_mapping
);
amdgpu_amdkfd_gfx_v7.c
185
uint32_t
pasid_mapping
= (pasid == 0) ? 0 : (uint32_t)pasid |
local in function:kgd_set_pasid_vmid_mapping
188
WREG32(mmATC_VMID0_PASID_MAPPING + vmid,
pasid_mapping
);
195
WREG32(mmIH_VMID_0_LUT + vmid,
pasid_mapping
);
Completed in 13 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025