OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sixteen_gb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gmc.c
245
const uint64_t
sixteen_gb
= 1ULL << 34;
local in function:amdgpu_gmc_agp_location
246
const uint64_t sixteen_gb_mask = ~(
sixteen_gb
- 1);
259
ALIGN(mc->gart_end + 1,
sixteen_gb
);
260
size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1,
sixteen_gb
);
264
ALIGN(mc->fb_end + 1,
sixteen_gb
);
271
mc->agp_start = ALIGN(mc->fb_end + 1,
sixteen_gb
);
amdgpu_gmc.c
245
const uint64_t
sixteen_gb
= 1ULL << 34;
local in function:amdgpu_gmc_agp_location
246
const uint64_t sixteen_gb_mask = ~(
sixteen_gb
- 1);
259
ALIGN(mc->gart_end + 1,
sixteen_gb
);
260
size_af = mc->mc_mask + 1 - ALIGN(mc->fb_end + 1,
sixteen_gb
);
264
ALIGN(mc->fb_end + 1,
sixteen_gb
);
271
mc->agp_start = ALIGN(mc->fb_end + 1,
sixteen_gb
);
Completed in 22 milliseconds
Indexes created Wed Oct 29 03:09:52 GMT 2025