Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 21 of 21) sorted by relevance

/arch/powerpc/kernel/
Dcacheinfo.c43 struct cache *cache; member
107 struct cache { struct
108 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
109 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
110 int type; /* split cache disambiguation */ argument
112 struct list_head list; /* global list of cache objects */ argument
113 struct cache *next_local; /* next cache of >= level */ argument
128 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
133 static void __cpuinit cache_init(struct cache *cache, int type, int level, struct device_node *ofno… in cache_init()
144 struct cache *cache; in new_cache() local
[all …]
Dsmp.c465 struct device_node *cache; in cpu_to_l2cache() local
/arch/m68k/kernel/
Dsys_m68k.c259 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040()
419 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060()
569 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/arch/cris/arch-v10/kernel/
Dsetup.c31 unsigned short cache; member
/arch/sh/mm/
Dcache-debugfs.c29 struct cache_info *cache; in cache_seq_show() local
/arch/arm/include/asm/
Dprocinfo.h42 struct cpu_cache_fns *cache; member
/arch/m68k/mm/
Dsun3kmap.c111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap()
/arch/x86/mm/
Dpageattr.c145 unsigned long cache = (unsigned long)arg; in __cpa_flush_all() local
157 static void cpa_flush_all(unsigned long cache) in cpa_flush_all()
174 static void cpa_flush_range(unsigned long start, int numpages, int cache) in cpa_flush_range()
204 static void cpa_flush_array(unsigned long *start, int numpages, int cache) in cpa_flush_array()
785 int ret, cache, checkalias; in change_page_attr_set_clr() local
/arch/m32r/kernel/
Dsys_m32r.c195 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) in sys_cacheflush()
/arch/mips/mm/
Dcache.c62 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
/arch/powerpc/platforms/pseries/
Deeh_cache.c113 static void pci_addr_cache_print(struct pci_io_addr_cache *cache) in pci_addr_cache_print()
/arch/m68knommu/kernel/
Dsys_m68k.c203 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/arch/h8300/kernel/
Dsys_h8300.c249 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/arch/mips/include/asm/fw/arc/
Dhinv.h110 } cache; member
/arch/blackfin/kernel/
Dsetup.c1065 char *cpu, *mmu, *fpu, *vendor, *cache; local
/arch/powerpc/platforms/ps3/
Dspu.c123 struct priv1_cache cache; member
/arch/x86/kernel/
Dvmi_32.c622 #define para_wrap(opname, wrapper, cache, vmicall) \ argument
/arch/mips/include/asm/
Dinst.h208 unsigned int cache : 2; member
273 unsigned int cache : 2; member
Dsgiarcs.h51 system, processor, cache, adapter, controller, peripheral, memory enumerator
/arch/ia64/kernel/
Dunwind.c117 struct unw_script cache[UNW_CACHE_SIZE]; member
129 } cache; member
/arch/x86/kvm/
Dmmu.c265 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache()
287 static int mmu_topup_memory_cache_page(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache_page()