Home
last modified time | relevance | path

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

12

/arch/powerpc/kernel/
Dcacheinfo.c43 struct cache *cache; member
117 struct cache { struct
118 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
119 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
120 int type; /* split cache disambiguation */ argument
122 struct list_head list; /* global list of cache objects */ argument
123 struct cache *next_local; /* next cache of >= level */ argument
138 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
143 static void cache_init(struct cache *cache, int type, int level, in cache_init()
155 struct cache *cache; in new_cache() local
[all …]
Deeh_cache.c108 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) in eeh_addr_cache_print()
Dsmp.c634 struct device_node *cache; in cpu_to_l2cache() local
/arch/s390/kernel/
Dcache.c16 struct cache { struct
35 struct cache *cache; argument
90 struct cache *cache; in show_cacheinfo() local
118 struct cache *cache; in cache_add() local
142 struct cache *cache, *next; in cache_build_info() local
292 struct cache *cache, int index, int cpu) in cache_create_index_dir()
317 struct cache *cache; in cache_add_cpu() local
/arch/m68k/kernel/
Dsys_m68k.c67 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040()
227 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060()
377 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
525 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/arch/tile/kernel/
Dtlb.c57 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_page_mm() local
73 int cache = (vma->vm_flags & VM_EXEC) ? HV_FLUSH_EVICT_L1I : 0; in flush_tlb_range() local
/arch/powerpc/include/asm/
Dfsl_pamu_stash.h36 u32 cache; /* cache to stash to: L1,L2,L3 */ member
/arch/m32r/kernel/
Dsys_m32r.c79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) in sys_cacheflush()
/arch/arm/mm/
Dproc-arm925.S499 .macro arm925_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
Dproc-xscale.S617 .macro xscale_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
/arch/cris/arch-v10/kernel/
Dsetup.c32 unsigned short cache; member
/arch/sh/mm/
Dcache-debugfs.c28 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/metag/kernel/
Dcachepart.c58 static int get_thread_cache_size(unsigned int cache, int thread_id) in get_thread_cache_size()
/arch/arm/kvm/
Dmmu.c81 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache()
800 static pud_t *stage2_get_pud(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in stage2_get_pud()
818 static pmd_t *stage2_get_pmd(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in stage2_get_pmd()
836 static int stage2_set_pmd_huge(struct kvm *kvm, struct kvm_mmu_memory_cache in stage2_set_pmd_huge()
867 static int stage2_set_pte(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in stage2_set_pte()
925 struct kvm_mmu_memory_cache cache = { 0, }; in kvm_phys_addr_ioremap() local
/arch/mn10300/include/asm/
Dmmu_context.h87 unsigned long mc = MMU_NO_CONTEXT, cache; in get_mmu_context() local
/arch/mips/mm/
Dcache.c68 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
/arch/x86/mm/
Dpageattr.c151 unsigned long cache = (unsigned long)arg; in __cpa_flush_all() local
163 static void cpa_flush_all(unsigned long cache) in cpa_flush_all()
180 static void cpa_flush_range(unsigned long start, int numpages, int cache) in cpa_flush_range()
210 static void cpa_flush_array(unsigned long *start, int numpages, int cache, in cpa_flush_array()
1319 int ret, cache, checkalias; in change_page_attr_set_clr() local
/arch/powerpc/perf/
Dpower8-pmu.c287 unsigned int unit, pmc, cache, ebb; in power8_get_constraint() local
405 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in power8_compute_mmcr() local
/arch/mips/kernel/
Dpm-cps.c202 const struct cache_desc *cache, in cps_gen_cache_routine()
/arch/mips/include/asm/fw/arc/
Dhinv.h110 } cache; member
/arch/powerpc/platforms/ps3/
Dspu.c125 struct priv1_cache cache; member
/arch/blackfin/kernel/
Dsetup.c1272 char *cpu, *mmu, *fpu, *vendor, *cache; local
/arch/x86/kvm/
Dmmu.c661 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache()
677 static int mmu_memory_cache_free_objects(struct kvm_mmu_memory_cache *cache) in mmu_memory_cache_free_objects()
683 struct kmem_cache *cache) in mmu_free_memory_cache()
689 static int mmu_topup_memory_cache_page(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache_page()
1034 struct kvm_mmu_memory_cache *cache; in rmap_can_add() local

12