Searched refs:agp_allocate_memory (Results 1 – 3 of 3) sorted by relevance
101 extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);
218 struct agp_memory *agp_allocate_memory(struct agp_bridge_data *bridge, in agp_allocate_memory() function278 EXPORT_SYMBOL(agp_allocate_memory);
280 memory = agp_allocate_memory(agp_bridge, pg_count, type); in agp_allocate_memory_wrap()