Searched refs:amd_page_map (Results 1 – 1 of 1) sorted by relevance
25 struct amd_page_map { struct32 struct amd_page_map **gatt_pages; argument36 static int amd_create_page_map(struct amd_page_map *page_map) in amd_create_page_map()55 static void amd_free_page_map(struct amd_page_map *page_map) in amd_free_page_map()64 struct amd_page_map **tables; in amd_free_gatt_pages()65 struct amd_page_map *entry; in amd_free_gatt_pages()82 struct amd_page_map **tables; in amd_create_gatt_pages()83 struct amd_page_map *entry; in amd_create_gatt_pages()87 tables = kzalloc((nr_tables + 1) * sizeof(struct amd_page_map *),GFP_KERNEL); in amd_create_gatt_pages()92 entry = kzalloc(sizeof(struct amd_page_map), GFP_KERNEL); in amd_create_gatt_pages()[all …]