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

/linux-master/arch/x86/kernel/
H A Damd_gart_64.c614 unsigned aper_size, gatt_size, new_aper_size; local
643 gatt_size = (aper_size >> PAGE_SHIFT) * sizeof(u32);
645 get_order(gatt_size));
648 if (set_memory_uc((unsigned long)gatt, gatt_size >> PAGE_SHIFT))

Completed in 142 milliseconds