Searched refs:cache_control (Results 1 – 5 of 5) sorted by relevance
/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
|
/arch/tile/mm/ |
D | homecache.c | 107 void flush_remote(unsigned long cache_pfn, unsigned long cache_control, in flush_remote() argument 125 if (cache_cpumask_orig && cache_control) { in flush_remote() 133 cache_control = 0; in flush_remote() 145 rc = hv_flush_remote(cache_pa, cache_control, in flush_remote() 157 cache_pa, cache_control, cache_cpumask, cache_buf, in flush_remote()
|
/arch/tile/kernel/ |
D | hvglue_trace.c | 263 unsigned long, cache_control, unsigned long*, cache_cpumask,
|
/arch/tile/include/hv/ |
D | hypervisor.h | 1929 int hv_flush_remote(HV_PhysAddr cache_pa, unsigned long cache_control,
|