Lines Matching refs:agp_memory

91 void agp_alloc_page_array(size_t size, struct agp_memory *mem)  in agp_alloc_page_array()
97 static struct agp_memory *agp_create_user_memory(unsigned long num_agp_pages) in agp_create_user_memory()
99 struct agp_memory *new; in agp_create_user_memory()
105 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_user_memory()
127 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory()
129 struct agp_memory *new; in agp_create_memory()
131 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_memory()
163 void agp_free_memory(struct agp_memory *curr) in agp_free_memory()
218 struct agp_memory *agp_allocate_memory(struct agp_bridge_data *bridge, in agp_allocate_memory()
222 struct agp_memory *new; in agp_allocate_memory()
407 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory()
447 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory()
1029 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1111 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
1149 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type) in agp_generic_alloc_by_type()
1155 void agp_generic_free_by_type(struct agp_memory *curr) in agp_generic_free_by_type()
1163 struct agp_memory *agp_generic_alloc_user(size_t page_count, int type) in agp_generic_alloc_user()
1165 struct agp_memory *new; in agp_generic_alloc_user()
1191 int agp_generic_alloc_pages(struct agp_bridge_data *bridge, struct agp_memory *mem, size_t num_page… in agp_generic_alloc_pages()
1237 void agp_generic_destroy_pages(struct agp_memory *mem) in agp_generic_destroy_pages()
1367 void agp3_generic_tlbflush(struct agp_memory *mem) in agp3_generic_tlbflush()