Searched refs:x86_clflush_size (Results 1 – 7 of 7) sorted by relevance
22 c->x86_cache_alignment = c->x86_clflush_size * 2; in init_centaur()
467 c->x86_clflush_size = ((misc >> 8) & 0xff) * 8; in cpu_detect()468 c->x86_cache_alignment = c->x86_clflush_size; in cpu_detect()548 c->x86_clflush_size = 64; in early_identify_cpu()550 c->x86_clflush_size = 32; in early_identify_cpu()552 c->x86_cache_alignment = c->x86_clflush_size; in early_identify_cpu()673 c->x86_clflush_size = 64; in identify_cpu()676 c->x86_clflush_size = 32; in identify_cpu()678 c->x86_cache_alignment = c->x86_clflush_size; in identify_cpu()
134 seq_printf(m, "clflush size\t: %u\n", c->x86_clflush_size); in show_cpuinfo()
299 c->x86_cache_alignment = c->x86_clflush_size * 2; in init_intel()
237 return boot_cpu_data.x86_clflush_size; in dma_get_cache_alignment()
102 u16 x86_clflush_size; member
133 for (; vaddr < vend; vaddr += boot_cpu_data.x86_clflush_size) in clflush_cache_range()