Home
last modified time | relevance | path

Searched refs:HV_FLUSH_EVICT_L2 (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/tile/mm/
Dhomecache.c159 if (cache_control & HV_FLUSH_EVICT_L2) in flush_remote()
166 if (cache_control & HV_FLUSH_EVICT_L2) in flush_remote()
202 flush_remote(0, HV_FLUSH_EVICT_L2, mask, 0, 0, 0, NULL, NULL, 0); in homecache_evict()
245 return (length >= CHIP_L2_CACHE_SIZE()) ? HV_FLUSH_EVICT_L2 : length; in cache_flush_length()
407 flush_remote(0, HV_FLUSH_EVICT_L2, &cpu_cacheable_map, in homecache_change_page_home()
Dmigrate_32.S137 auli r2, zero, ha16(HV_FLUSH_EVICT_L2) /* cache_control */
/linux-2.6.39/arch/tile/include/hv/
Dhypervisor.h1787 #define HV_FLUSH_EVICT_L2 (1UL << 31) macro
1801 #define HV_FLUSH_EVICT_L2 (1 << 31) macro
/linux-2.6.39/arch/tile/kernel/
Drelocate_kernel.S104 auli r2, zero, ha16(HV_FLUSH_EVICT_L2) /* cache_control */