agp_region 64 drivers/char/agp/compat_ioctl.c struct agp_region kreserve; agp_region 100 drivers/char/agp/compat_ioctl.h int agp_create_segment(struct agp_client *client, struct agp_region *region); agp_region 163 drivers/char/agp/frontend.c int agp_create_segment(struct agp_client *client, struct agp_region *region) agp_region 801 drivers/char/agp/frontend.c struct agp_region reserve; agp_region 806 drivers/char/agp/frontend.c if (copy_from_user(&reserve, arg, sizeof(struct agp_region))) agp_region 35 include/uapi/linux/agpgart.h #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, struct agp_region*) agp_region 36 include/uapi/linux/agpgart.h #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, struct agp_region*)