Searched refs:agp_segment (Results 1 – 3 of 3) sorted by relevance
83 } agp_segment; typedef135 struct agp_segment { struct150 struct agp_segment *seg_list; argument
168 struct agp_segment *user_seg; in agp_create_segment()820 if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment)) in agpioc_reserve_wrap()839 struct agp_segment *segment; in agpioc_reserve_wrap()844 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count), in agpioc_reserve_wrap()851 sizeof(struct agp_segment) * reserve.seg_count)) { in agpioc_reserve_wrap()
95 struct agp_segment *ksegment; in compat_agpioc_reserve_wrap()