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

/linux-4.1.27/drivers/char/agp/
H A Damd-k7-agp.c25 struct amd_page_map { struct
32 struct amd_page_map **gatt_pages;
36 static int amd_create_page_map(struct amd_page_map *page_map) amd_create_page_map()
55 static void amd_free_page_map(struct amd_page_map *page_map) amd_free_page_map()
64 struct amd_page_map **tables; amd_free_gatt_pages()
65 struct amd_page_map *entry; amd_free_gatt_pages()
82 struct amd_page_map **tables; amd_create_gatt_pages()
83 struct amd_page_map *entry; amd_create_gatt_pages()
87 tables = kzalloc((nr_tables + 1) * sizeof(struct amd_page_map *),GFP_KERNEL); amd_create_gatt_pages()
92 entry = kzalloc(sizeof(struct amd_page_map), GFP_KERNEL); amd_create_gatt_pages()
125 struct amd_page_map page_dir; amd_create_gatt_table()
173 struct amd_page_map page_dir; amd_free_gatt_table()

Completed in 51 milliseconds