Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
77 static void ati_free_page_map(struct ati_page_map *page_map) in ati_free_page_map()
88 struct ati_page_map **tables; in ati_free_gatt_pages()
89 struct ati_page_map *entry; in ati_free_gatt_pages()
106 struct ati_page_map **tables; in ati_create_gatt_pages()
107 struct ati_page_map *entry; in ati_create_gatt_pages()
111 tables = kcalloc(nr_tables + 1, sizeof(struct ati_page_map *), in ati_create_gatt_pages()
117 entry = kzalloc(sizeof(struct ati_page_map), GFP_KERNEL); in ati_create_gatt_pages()
[all …]