Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dcentaur_64.c22 c->x86_cache_alignment = c->x86_clflush_size * 2; in init_centaur()
Dcommon.c467 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()
Dproc.c134 seq_printf(m, "clflush size\t: %u\n", c->x86_clflush_size); in show_cpuinfo()
Dintel.c299 c->x86_cache_alignment = c->x86_clflush_size * 2; in init_intel()
/arch/x86/include/asm/
Ddma-mapping.h237 return boot_cpu_data.x86_clflush_size; in dma_get_cache_alignment()
Dprocessor.h102 u16 x86_clflush_size; member
/arch/x86/mm/
Dpageattr.c133 for (; vaddr < vend; vaddr += boot_cpu_data.x86_clflush_size) in clflush_cache_range()