Symbol: agp_memory
sys/dev/agp/agp.c
455
struct agp_memory *
sys/dev/agp/agp.c
459
struct agp_memory *mem;
sys/dev/agp/agp.c
488
agp_generic_free_memory(device_t dev, struct agp_memory *mem)
sys/dev/agp/agp.c
503
agp_generic_bind_memory(device_t dev, struct agp_memory *mem,
sys/dev/agp/agp.c
605
agp_generic_unbind_memory(device_t dev, struct agp_memory *mem)
sys/dev/agp/agp.c
675
static struct agp_memory *
sys/dev/agp/agp.c
679
struct agp_memory *mem;
sys/dev/agp/agp.c
718
struct agp_memory *mem;
sys/dev/agp/agp.c
735
struct agp_memory *mem = agp_find_memory(dev, id);
sys/dev/agp/agp.c
748
struct agp_memory *mem = agp_find_memory(dev, bind->key);
sys/dev/agp/agp.c
759
struct agp_memory *mem = agp_find_memory(dev, unbind->key);
sys/dev/agp/agp.c
795
struct agp_memory *mem;
sys/dev/agp/agp.c
934
struct agp_memory *mem = (struct agp_memory *) handle;
sys/dev/agp/agp.c
940
struct agp_memory *mem = (struct agp_memory *) handle;
sys/dev/agp/agp.c
946
struct agp_memory *mem = (struct agp_memory *) handle;
sys/dev/agp/agp.c
953
struct agp_memory *mem = (struct agp_memory *) handle;
sys/dev/agp/agppriv.h
101
struct agp_memory *agp_generic_alloc_memory(device_t dev, int type,
sys/dev/agp/agppriv.h
104
struct agp_memory *mem);
sys/dev/agp/agppriv.h
106
struct agp_memory *mem,
sys/dev/agp/agppriv.h
109
struct agp_memory *mem);
sys/dev/agp/agppriv.h
54
TAILQ_HEAD(agp_memory_list, agp_memory);
sys/dev/agp/agppriv.h
56
TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
sys/dev/agp/intel-gtt.c
1133
static struct agp_memory *
sys/dev/agp/intel-gtt.c
1137
struct agp_memory *mem;
sys/dev/agp/intel-gtt.c
1216
agp_i810_free_memory(device_t dev, struct agp_memory *mem)
sys/dev/agp/intel-gtt.c
1253
agp_i810_bind_memory(device_t dev, struct agp_memory *mem, vm_offset_t offset)
sys/dev/agp/intel-gtt.c
1301
agp_i810_unbind_memory(device_t dev, struct agp_memory *mem)
sys/dev/drm/drm_legacy.h
34
struct agp_memory;
sys/dev/drm/include/drm/drm_agpsupport.h
38
void drm_free_agp(struct agp_memory * handle, int pages);
sys/dev/drm/include/drm/drm_agpsupport.h
39
int drm_bind_agp(struct agp_memory * handle, unsigned int start);
sys/dev/drm/include/drm/drm_agpsupport.h
40
int drm_unbind_agp(struct agp_memory * handle);
sys/dev/drm/include/drm/drm_agpsupport.h
41
struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,
sys/dev/drm/include/drm/drm_agpsupport.h
76
static inline void drm_free_agp(struct agp_memory * handle, int pages)
sys/dev/drm/include/drm/drm_agpsupport.h
80
static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start)
sys/dev/drm/include/drm/drm_agpsupport.h
85
static inline int drm_unbind_agp(struct agp_memory * handle)
sys/dev/drm/include/drm/drm_agpsupport.h
90
static inline struct agp_memory *drm_agp_bind_pages(struct drm_device *dev,
sys/dev/drm/include/linux/agp_backend.h
30
struct agp_memory;
sys/dev/drm/ttm/ttm_agp_backend.c
47
struct agp_memory *mem;
sys/dev/drm/ttm/ttm_agp_backend.c
56
struct agp_memory *mem;