Searched refs:cache_control (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/sh/boot/compressed/ |
D | misc.c | 31 int cache_control(unsigned int command); 134 cache_control(CACHE_ENABLE); in decompress_kernel() 136 cache_control(CACHE_DISABLE); in decompress_kernel()
|
D | cache.c | 1 int cache_control(unsigned int command) in cache_control() function
|
/linux-4.4.14/arch/tile/mm/ |
D | homecache.c | 107 void flush_remote(unsigned long cache_pfn, unsigned long cache_control, in flush_remote() argument 124 if (cache_cpumask_orig && cache_control) { in flush_remote() 132 cache_control = 0; in flush_remote() 144 rc = hv_flush_remote(cache_pa, cache_control, in flush_remote() 153 cache_pa, cache_control, cache_cpumask, in flush_remote()
|
/linux-4.4.14/arch/tile/kernel/ |
D | hvglue_trace.c | 265 unsigned long, cache_control, unsigned long*, cache_cpumask,
|
/linux-4.4.14/arch/tile/include/hv/ |
D | hypervisor.h | 1991 int hv_flush_remote(HV_PhysAddr cache_pa, unsigned long cache_control,
|