Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/agp/
Defficeon-agp.c198 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_create_gatt_table() local
224 for (offset = 0; offset < PAGE_SIZE; offset += clflush_chunk) in efficeon_create_gatt_table()
242 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_insert_memory() local
243 const unsigned long clflush_mask = ~(clflush_chunk-1); in efficeon_insert_memory()