Searched refs:cache_control (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/compressed/
H A Dcache.c1 int cache_control(unsigned int command) function
H A Dmisc.c31 int cache_control(unsigned int command);
130 cache_control(CACHE_ENABLE);
132 cache_control(CACHE_DISABLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dhomecache.c118 void flush_remote(unsigned long cache_pfn, unsigned long cache_control, argument
137 if (cache_cpumask_orig && cache_control) {
145 cache_control = 0;
157 if (cache_control & HV_FLUSH_EVICT_L2)
159 rc = hv_flush_remote(cache_pa, cache_control,
164 if (cache_control & HV_FLUSH_EVICT_L2)
173 cache_pa, cache_control, cache_cpumask, cache_buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/hv/
H A Dhypervisor.h1710 * the length encoded in cache_control is zero, or if
1712 * @param cache_control This argument allows you to specify a length of
1736 int hv_flush_remote(HV_PhysAddr cache_pa, unsigned long cache_control,
1742 /** Include in cache_control to ensure a flush of the entire L2. */
1745 /** Include in cache_control to ensure a flush of the entire L1I. */
1748 /** Maximum legal size to use for the "length" component of cache_control. */
1751 /** Use for cache_control to ensure a flush of all caches. */
1756 /** Include in cache_control to ensure a flush of the entire L2. */
1759 /** Include in cache_control to ensure a flush of the entire L1I. */
1762 /** Maximum legal size to use for the "length" component of cache_control
[all...]

Completed in 152 milliseconds