/arch/powerpc/kernel/ |
D | cacheinfo.c | 43 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 …]
|
D | eeh_cache.c | 108 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) in eeh_addr_cache_print()
|
D | smp.c | 634 struct device_node *cache; in cpu_to_l2cache() local
|
/arch/s390/kernel/ |
D | cache.c | 16 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/ |
D | sys_m68k.c | 67 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/ |
D | tlb.c | 57 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/ |
D | fsl_pamu_stash.h | 36 u32 cache; /* cache to stash to: L1,L2,L3 */ member
|
/arch/m32r/kernel/ |
D | sys_m32r.c | 79 asmlinkage int sys_cacheflush(void *addr, int bytes, int cache) in sys_cacheflush()
|
/arch/arm/mm/ |
D | proc-arm925.S | 499 .macro arm925_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
|
D | proc-xscale.S | 617 .macro xscale_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
|
/arch/cris/arch-v10/kernel/ |
D | setup.c | 32 unsigned short cache; member
|
/arch/sh/mm/ |
D | cache-debugfs.c | 28 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/metag/kernel/ |
D | cachepart.c | 58 static int get_thread_cache_size(unsigned int cache, int thread_id) in get_thread_cache_size()
|
/arch/arm/kvm/ |
D | mmu.c | 81 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/ |
D | mmu_context.h | 87 unsigned long mc = MMU_NO_CONTEXT, cache; in get_mmu_context() local
|
/arch/mips/mm/ |
D | cache.c | 68 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/arch/x86/mm/ |
D | pageattr.c | 151 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/ |
D | power8-pmu.c | 287 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/ |
D | pm-cps.c | 202 const struct cache_desc *cache, in cps_gen_cache_routine()
|
/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 110 } cache; member
|
/arch/powerpc/platforms/ps3/ |
D | spu.c | 125 struct priv1_cache cache; member
|
/arch/blackfin/kernel/ |
D | setup.c | 1272 char *cpu, *mmu, *fpu, *vendor, *cache; local
|
/arch/x86/kvm/ |
D | mmu.c | 661 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
|