Lines Matching refs:agp_memory

90 void agp_alloc_page_array(size_t size, struct agp_memory *mem)  in agp_alloc_page_array()
96 static struct agp_memory *agp_create_user_memory(unsigned long num_agp_pages) in agp_create_user_memory()
98 struct agp_memory *new; in agp_create_user_memory()
104 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_user_memory()
126 struct agp_memory *agp_create_memory(int scratch_pages) in agp_create_memory()
128 struct agp_memory *new; in agp_create_memory()
130 new = kzalloc(sizeof(struct agp_memory), GFP_KERNEL); in agp_create_memory()
162 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()
408 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory()
448 int agp_unbind_memory(struct agp_memory *curr) in agp_unbind_memory()
1025 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1107 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
1145 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type) in agp_generic_alloc_by_type()
1151 void agp_generic_free_by_type(struct agp_memory *curr) in agp_generic_free_by_type()
1159 struct agp_memory *agp_generic_alloc_user(size_t page_count, int type) in agp_generic_alloc_user()
1161 struct agp_memory *new; in agp_generic_alloc_user()
1187 int agp_generic_alloc_pages(struct agp_bridge_data *bridge, struct agp_memory *mem, size_t num_page… in agp_generic_alloc_pages()
1233 void agp_generic_destroy_pages(struct agp_memory *mem) in agp_generic_destroy_pages()
1363 void agp3_generic_tlbflush(struct agp_memory *mem) in agp3_generic_tlbflush()