Home
last modified time | relevance | path

Searched refs:clflush_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/gma500/
A Dmmu.c454 uint32_t tfms, misc, cap0, cap4, clflush_size; in psb_mmu_driver_init() local
462 clflush_size = ((misc >> 8) & 0xff) * 8; in psb_mmu_driver_init()
465 PAGE_SIZE * clflush_size / sizeof(uint32_t); in psb_mmu_driver_init()
/linux/arch/x86/mm/pat/
A Dset_memory.c317 const unsigned long clflush_size = boot_cpu_data.x86_clflush_size; in clflush_cache_range_opt() local
318 void *p = (void *)((unsigned long)vaddr & ~(clflush_size - 1)); in clflush_cache_range_opt()
324 for (; p < vend; p += clflush_size) in clflush_cache_range_opt()
/linux/tools/arch/x86/kcpuid/
A Dcpuid.csv30 … 1, 0, ebx, 15:8, clflush_size , CLFLUSH instruction cache line size

Completed in 18 milliseconds