Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
H A Dati-agp.c45 struct ati_page_map { struct
52 struct ati_page_map **gatt_pages; argument
56 static int ati_create_page_map(struct ati_page_map *page_map) in ati_create_page_map()
81 static void ati_free_page_map(struct ati_page_map *page_map) in ati_free_page_map()
92 struct ati_page_map **tables; in ati_free_gatt_pages()
93 struct ati_page_map *entry; in ati_free_gatt_pages()
110 struct ati_page_map **tables; in ati_create_gatt_pages()
111 struct ati_page_map *entry; in ati_create_gatt_pages()
115 tables = kzalloc_objs(struct ati_page_map *, nr_tables + 1); in ati_create_gatt_pages()
120 entry = kzalloc_obj(struct ati_page_map); in ati_create_gatt_pages()
[all …]