Lines Matching refs:agp_memory

89 void agp_alloc_page_array(size_t size, struct agp_memory *mem)  in agp_alloc_page_array()
101 static struct agp_memory *agp_create_user_memory(unsigned long num_agp_pages) in agp_create_user_memory()
103 struct agp_memory *new; in agp_create_user_memory()
109 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_user_memory()
131 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory()
133 struct agp_memory *new; in agp_create_memory()
135 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_memory()
167 void agp_free_memory(struct agp_memory *curr) in agp_free_memory()
222 struct agp_memory *agp_allocate_memory(struct agp_bridge_data *bridge, in agp_allocate_memory()
226 struct agp_memory *new; in agp_allocate_memory()
411 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory()
451 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory()
1033 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1115 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
1153 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type) in agp_generic_alloc_by_type()
1159 void agp_generic_free_by_type(struct agp_memory *curr) in agp_generic_free_by_type()
1167 struct agp_memory *agp_generic_alloc_user(size_t page_count, int type) in agp_generic_alloc_user()
1169 struct agp_memory *new; in agp_generic_alloc_user()
1195 int agp_generic_alloc_pages(struct agp_bridge_data *bridge, struct agp_memory *mem, size_t num_page… in agp_generic_alloc_pages()
1241 void agp_generic_destroy_pages(struct agp_memory *mem) in agp_generic_destroy_pages()
1371 void agp3_generic_tlbflush(struct agp_memory *mem) in agp3_generic_tlbflush()