Searched refs:ati_page_map (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dati-agp.c44 struct ati_page_map { struct
51 struct ati_page_map **gatt_pages;
55 static int ati_create_page_map(struct ati_page_map *page_map)
76 static void ati_free_page_map(struct ati_page_map *page_map)
87 struct ati_page_map **tables;
88 struct ati_page_map *entry;
105 struct ati_page_map **tables;
106 struct ati_page_map *entry;
110 tables = kzalloc((nr_tables + 1) * sizeof(struct ati_page_map *),GFP_KERNEL);
115 entry = kzalloc(sizeof(struct ati_page_map), GFP_KERNE
[all...]

Completed in 132 milliseconds