Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/
H A Dlinux_compat.c72 struct cpuinfo_x86 boot_cpu_data; variable
77 boot_cpu_data.x86_clflush_size = cpu_clflush_line_size; in init_boot_cpu_data()
H A Ddrm_cache.c49 const int size = boot_cpu_data.x86_clflush_size; in drm_clflush_page()
133 const int size = boot_cpu_data.x86_clflush_size; in drm_clflush_virt_range()
/dflybsd-src/sys/dev/drm/include/asm/
H A Dprocessor.h51 extern struct cpuinfo_x86 boot_cpu_data;
/dflybsd-src/sys/dev/drm/i915/
H A Di915_cmd_parser.c1106 boot_cpu_data.x86_clflush_size); in copy_batch()
H A Di915_gem.c1458 partial_cacheline_write = boot_cpu_data.x86_clflush_size - 1; in i915_gem_shmem_pwrite()