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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-gart.c394 unsigned aper_size, gatt_size, new_aper_size; local
414 gatt_size = (aper_size >> PAGE_SHIFT) * sizeof(u32);
415 gatt = (void *)__get_free_pages(GFP_KERNEL, get_order(gatt_size));
418 memset(gatt, 0, gatt_size);
419 change_page_attr(virt_to_page(gatt), gatt_size/PAGE_SIZE, PAGE_KERNEL_NOCACHE);

Completed in 82 milliseconds