Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
H A Damd-k7-agp.c26 struct amd_page_map { struct
33 struct amd_page_map **gatt_pages; argument
37 static int amd_create_page_map(struct amd_page_map *page_map) in amd_create_page_map()
56 static void amd_free_page_map(struct amd_page_map *page_map) in amd_free_page_map()
65 struct amd_page_map **tables; in amd_free_gatt_pages()
66 struct amd_page_map *entry; in amd_free_gatt_pages()
83 struct amd_page_map **tables; in amd_create_gatt_pages()
84 struct amd_page_map *entry; in amd_create_gatt_pages()
88 tables = kcalloc(nr_tables + 1, sizeof(struct amd_page_map *), in amd_create_gatt_pages()
94 entry = kzalloc(sizeof(struct amd_page_map), GFP_KERNEL); in amd_create_gatt_pages()
[all …]