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

/linux-master/arch/x86/lib/
H A Dusercopy_64.c30 u16 x86_clflush_size = boot_cpu_data.x86_clflush_size; local
31 unsigned long clflush_mask = x86_clflush_size - 1;
36 p < vend; p += x86_clflush_size)
68 dest = ALIGN(dest, boot_cpu_data.x86_clflush_size);
/linux-master/drivers/gpu/drm/
H A Ddrm_cache.c55 const int size = boot_cpu_data.x86_clflush_size;
163 const int size = boot_cpu_data.x86_clflush_size;
/linux-master/arch/x86/pci/
H A Dcommon.c491 if (c->x86_clflush_size > 0) {
492 pci_dfl_cache_line_size = c->x86_clflush_size >> 2;
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c914 c->x86_clflush_size = ((misc >> 8) & 0xff) * 8;
915 c->x86_cache_alignment = c->x86_clflush_size;
1069 c->x86_clflush_size = 64;
1073 c->x86_clflush_size = 32;
1083 c->x86_cache_alignment = c->x86_clflush_size;
1790 c->x86_clflush_size = 64;
1795 c->x86_clflush_size = 32;
1799 c->x86_cache_alignment = c->x86_clflush_size;
H A Dproc.c133 seq_printf(m, "clflush size\t: %u\n", c->x86_clflush_size);
H A Dcentaur.c65 c->x86_cache_alignment = c->x86_clflush_size * 2;
H A Dintel.c638 c->x86_cache_alignment = c->x86_clflush_size * 2;
/linux-master/arch/x86/include/asm/
H A Dprocessor.h151 u16 x86_clflush_size; member in struct:cpuinfo_x86
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.c698 partial_cacheline_write = boot_cpu_data.x86_clflush_size - 1;
H A Di915_cmd_parser.c1207 boot_cpu_data.x86_clflush_size);
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c317 const unsigned long clflush_size = boot_cpu_data.x86_clflush_size;
/linux-master/drivers/md/
H A Ddm-writecache.c1232 likely(boot_cpu_data.x86_clflush_size == 64) &&

Completed in 302 milliseconds