Home
last modified time | relevance | path

Searched refs:agp_segment (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/
Dagpgart.h51 struct agp_segment { struct
66 struct agp_segment *seg_list; argument
/Linux-v6.6/drivers/char/agp/
Dfrontend.c167 struct agp_segment *user_seg; in agp_create_segment()
809 if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment)) in agpioc_reserve_wrap()
828 struct agp_segment *segment; in agpioc_reserve_wrap()
833 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count), in agpioc_reserve_wrap()
840 sizeof(struct agp_segment) * reserve.seg_count)) { in agpioc_reserve_wrap()
Dcompat_ioctl.c95 struct agp_segment *ksegment; in compat_agpioc_reserve_wrap()
/Linux-v6.6/include/uapi/linux/
Dagpgart.h83 } agp_segment; typedef