agp_bind_memory   190 drivers/char/agp/compat_ioctl.c 	return agp_bind_memory(memory, bind_info.pg_start);
agp_bind_memory   929 drivers/char/agp/frontend.c 	return agp_bind_memory(memory, bind_info.pg_start);
agp_bind_memory   436 drivers/char/agp/generic.c EXPORT_SYMBOL(agp_bind_memory);
agp_bind_memory   111 drivers/gpu/drm/drm_memory.c 	return agp_bind_memory(handle, start);
agp_bind_memory    78 drivers/gpu/drm/ttm/ttm_agp_backend.c 	ret = agp_bind_memory(mem, node->start);
agp_bind_memory  1617 drivers/video/fbdev/i810/i810_main.c 	agp_bind_memory(par->i810_gtt.i810_fb_memory,
agp_bind_memory  1619 drivers/video/fbdev/i810/i810_main.c 	agp_bind_memory(par->i810_gtt.i810_cursor_memory,
agp_bind_memory  1684 drivers/video/fbdev/i810/i810_main.c 	if (agp_bind_memory(par->i810_gtt.i810_fb_memory,
agp_bind_memory  1699 drivers/video/fbdev/i810/i810_main.c 	if (agp_bind_memory(par->i810_gtt.i810_cursor_memory,
agp_bind_memory   675 drivers/video/fbdev/intelfb/intelfbdrv.c 		if (agp_bind_memory(dinfo->gtt_ring_mem,
agp_bind_memory   699 drivers/video/fbdev/intelfb/intelfbdrv.c 		if (agp_bind_memory(dinfo->gtt_cursor_mem,
agp_bind_memory   723 drivers/video/fbdev/intelfb/intelfbdrv.c 		if (agp_bind_memory(dinfo->gtt_fb_mem,
agp_bind_memory   103 include/linux/agp_backend.h extern int agp_bind_memory(struct agp_memory *, off_t);