Searched refs:HV_FLUSH_EVICT_L2 (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/tile/mm/ |
D | homecache.c | 159 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()
|
D | migrate_32.S | 137 auli r2, zero, ha16(HV_FLUSH_EVICT_L2) /* cache_control */
|
/linux-2.6.39/arch/tile/include/hv/ |
D | hypervisor.h | 1787 #define HV_FLUSH_EVICT_L2 (1UL << 31) macro 1801 #define HV_FLUSH_EVICT_L2 (1 << 31) macro
|
/linux-2.6.39/arch/tile/kernel/ |
D | relocate_kernel.S | 104 auli r2, zero, ha16(HV_FLUSH_EVICT_L2) /* cache_control */
|