OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:agp_entry
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_bufs.c
774
struct drm_agp_mem *
agp_entry
;
local in function:drm_legacy_addbufs_agp
816
list_for_each_entry(
agp_entry
, &dev->agp->memory, head) {
817
if ((agp_offset >=
agp_entry
->bound) &&
818
(agp_offset + total * count <=
agp_entry
->bound +
agp_entry
->pages * PAGE_SIZE)) {
drm_bufs.c
774
struct drm_agp_mem *
agp_entry
;
local in function:drm_legacy_addbufs_agp
816
list_for_each_entry(
agp_entry
, &dev->agp->memory, head) {
817
if ((agp_offset >=
agp_entry
->bound) &&
818
(agp_offset + total * count <=
agp_entry
->bound +
agp_entry
->pages * PAGE_SIZE)) {
Completed in 127 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025