Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/agp/
H A Defficeon-agp.c197 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_create_gatt_table() local
222 for (offset = 0; offset < PAGE_SIZE; offset += clflush_chunk) in efficeon_create_gatt_table()
240 const int clflush_chunk = ((cpuid_ebx(1) >> 8) & 0xff) << 3; in efficeon_insert_memory() local
241 const unsigned long clflush_mask = ~(clflush_chunk-1); in efficeon_insert_memory()