OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iommu_pgshift
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
nouveau_nvkm_subdev_instmem_gk20a.c
130
unsigned long
iommu_pgshift
;
member in struct:gk20a_instmem
384
r->offset &= ~BIT(imem->iommu_bit - imem->
iommu_pgshift
);
389
(r->offset + i) << imem->
iommu_pgshift
, PAGE_SIZE);
562
align >> imem->
iommu_pgshift
, &r);
571
u32 offset = (r->offset + i) << imem->
iommu_pgshift
;
587
r->offset |= BIT(imem->iommu_bit - imem->
iommu_pgshift
);
706
imem->
iommu_pgshift
= tdev->iommu.pgshift;
nouveau_nvkm_subdev_instmem_gk20a.c
130
unsigned long
iommu_pgshift
;
member in struct:gk20a_instmem
384
r->offset &= ~BIT(imem->iommu_bit - imem->
iommu_pgshift
);
389
(r->offset + i) << imem->
iommu_pgshift
, PAGE_SIZE);
562
align >> imem->
iommu_pgshift
, &r);
571
u32 offset = (r->offset + i) << imem->
iommu_pgshift
;
587
r->offset |= BIT(imem->iommu_bit - imem->
iommu_pgshift
);
706
imem->
iommu_pgshift
= tdev->iommu.pgshift;
nouveau_nvkm_subdev_instmem_gk20a.c
130
unsigned long
iommu_pgshift
;
member in struct:gk20a_instmem
384
r->offset &= ~BIT(imem->iommu_bit - imem->
iommu_pgshift
);
389
(r->offset + i) << imem->
iommu_pgshift
, PAGE_SIZE);
562
align >> imem->
iommu_pgshift
, &r);
571
u32 offset = (r->offset + i) << imem->
iommu_pgshift
;
587
r->offset |= BIT(imem->iommu_bit - imem->
iommu_pgshift
);
706
imem->
iommu_pgshift
= tdev->iommu.pgshift;
Completed in 156 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025