OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_real_pages
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/r128/
ati_pcigart.c
114
int max_ati_pages,
max_real_pages
;
local in function:drm_ati_pcigart_init
150
max_real_pages
= max_ati_pages / (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE);
151
pages = (entry->pages <=
max_real_pages
)
152
? entry->pages :
max_real_pages
;
ati_pcigart.c
114
int max_ati_pages,
max_real_pages
;
local in function:drm_ati_pcigart_init
150
max_real_pages
= max_ati_pages / (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE);
151
pages = (entry->pages <=
max_real_pages
)
152
? entry->pages :
max_real_pages
;
Completed in 23 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025