agp_create_memory
struct agp_memory *agp_create_memory(int scratch_pages);
EXPORT_SYMBOL(agp_create_memory);
new = agp_create_memory(scratch_pages);
new = agp_create_memory(1);
new = agp_create_memory(pg_count);