/arch/powerpc/kernel/ |
D | cacheinfo.c | 43 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 …]
|
D | smp.c | 465 struct device_node *cache; in cpu_to_l2cache() local
|
/arch/m68k/kernel/ |
D | sys_m68k.c | 259 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/ |
D | setup.c | 31 unsigned short cache; member
|
/arch/sh/mm/ |
D | cache-debugfs.c | 29 struct cache_info *cache; in cache_seq_show() local
|
/arch/arm/include/asm/ |
D | procinfo.h | 42 struct cpu_cache_fns *cache; member
|
/arch/m68k/mm/ |
D | sun3kmap.c | 111 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap()
|
/arch/x86/mm/ |
D | pageattr.c | 145 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/ |
D | sys_m32r.c | 195 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) in sys_cacheflush()
|
/arch/mips/mm/ |
D | cache.c | 62 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/arch/powerpc/platforms/pseries/ |
D | eeh_cache.c | 113 static void pci_addr_cache_print(struct pci_io_addr_cache *cache) in pci_addr_cache_print()
|
/arch/m68knommu/kernel/ |
D | sys_m68k.c | 203 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
|
/arch/h8300/kernel/ |
D | sys_h8300.c | 249 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
|
/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 110 } cache; member
|
/arch/blackfin/kernel/ |
D | setup.c | 1065 char *cpu, *mmu, *fpu, *vendor, *cache; local
|
/arch/powerpc/platforms/ps3/ |
D | spu.c | 123 struct priv1_cache cache; member
|
/arch/x86/kernel/ |
D | vmi_32.c | 622 #define para_wrap(opname, wrapper, cache, vmicall) \ argument
|
/arch/mips/include/asm/ |
D | inst.h | 208 unsigned int cache : 2; member 273 unsigned int cache : 2; member
|
D | sgiarcs.h | 51 system, processor, cache, adapter, controller, peripheral, memory enumerator
|
/arch/ia64/kernel/ |
D | unwind.c | 117 struct unw_script cache[UNW_CACHE_SIZE]; member 129 } cache; member
|
/arch/x86/kvm/ |
D | mmu.c | 265 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()
|