Searched refs:x86_clflush_size (Results 1 – 6 of 6) sorted by relevance
55 const int size = boot_cpu_data.x86_clflush_size; in drm_clflush_page()161 const int size = boot_cpu_data.x86_clflush_size; in drm_clflush_virt_range()
962 c->x86_clflush_size = ((misc >> 8) & 0xff) * 8; in cpu_detect()963 c->x86_cache_alignment = c->x86_clflush_size; in cpu_detect()1108 c->x86_clflush_size = 64; in get_cpu_address_sizes()1112 c->x86_clflush_size = 32; in get_cpu_address_sizes()1127 if (!c->x86_clflush_size) in get_cpu_address_sizes()1128 c->x86_clflush_size = 32; in get_cpu_address_sizes()1132 c->x86_cache_alignment = c->x86_clflush_size; in get_cpu_address_sizes()2015 c->x86_clflush_size = 64; in identify_cpu()2020 c->x86_clflush_size = 32; in identify_cpu()2024 c->x86_cache_alignment = c->x86_clflush_size; in identify_cpu()
491 if (c->x86_clflush_size > 0) { in pcibios_set_cache_line_size()492 pci_dfl_cache_line_size = c->x86_clflush_size >> 2; in pcibios_set_cache_line_size()
184 u16 x86_clflush_size; member
1207 boot_cpu_data.x86_clflush_size); in copy_batch()
329 const unsigned long clflush_size = boot_cpu_data.x86_clflush_size; in clflush_cache_range_opt()