agp_segment        95 drivers/char/agp/compat_ioctl.c 		struct agp_segment *ksegment;
agp_segment       167 drivers/char/agp/frontend.c 	struct agp_segment *user_seg;
agp_segment       809 drivers/char/agp/frontend.c 	if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment))
agp_segment       828 drivers/char/agp/frontend.c 		struct agp_segment *segment;
agp_segment       833 drivers/char/agp/frontend.c 		segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count),
agp_segment       840 drivers/char/agp/frontend.c 				   sizeof(struct agp_segment) * reserve.seg_count)) {
agp_segment        68 include/linux/agpgart.h 	struct agp_segment *seg_list;