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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
69 static void amd_free_page_map(struct amd_page_map *page_map)
83 struct amd_page_map **tables;
84 struct amd_page_map *entry;
101 struct amd_page_map **tables;
102 struct amd_page_map *entry;
106 tables = kzalloc((nr_tables + 1) * sizeof(struct amd_page_map *),GFP_KERNEL);
111 entry = kzalloc(sizeof(struct amd_page_map), GFP_KERNE
[all...]

Completed in 14 milliseconds