Home
last modified time | relevance | path

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

/drivers/char/agp/
Dati-agp.c44 struct ati_page_map { struct
51 struct ati_page_map **gatt_pages; argument
55 static int ati_create_page_map(struct ati_page_map *page_map) in ati_create_page_map()
76 static void ati_free_page_map(struct ati_page_map *page_map) in ati_free_page_map()
87 struct ati_page_map **tables; in ati_free_gatt_pages()
88 struct ati_page_map *entry; in ati_free_gatt_pages()
105 struct ati_page_map **tables; in ati_create_gatt_pages()
106 struct ati_page_map *entry; in ati_create_gatt_pages()
110 tables = kzalloc((nr_tables + 1) * sizeof(struct ati_page_map *),GFP_KERNEL); in ati_create_gatt_pages()
115 entry = kzalloc(sizeof(struct ati_page_map), GFP_KERNEL); in ati_create_gatt_pages()
[all …]