Searched defs:cache_type (Results 1 – 14 of 14) sorted by relevance
/arch/sh/mm/ |
D | cache-debugfs.c | 19 enum cache_type { enum 27 unsigned int cache_type = (unsigned int)file->private; in cache_seq_show() local
|
/arch/nds32/kernel/ |
D | cacheinfo.c | 11 char cache_type = (type & CACHE_TYPE_INST ? ICACHE : DCACHE); in ci_leaf_init() local
|
D | perf_event_cpu.c | 46 unsigned int cache_type, cache_op, cache_result, ret; in nds32_pmu_map_cache_event() local
|
/arch/ia64/kernel/ |
D | sal.c | 239 u64 vector, cache_type = 3; in check_sal_cache_flush() local 278 ia64_sal_cache_flush (u64 cache_type) in ia64_sal_cache_flush()
|
/arch/xtensa/kernel/ |
D | perf_event.c | 115 unsigned int cache_type, cache_op, cache_result; in xtensa_pmu_cache_event() local
|
/arch/arc/kernel/ |
D | perf_event.c | 141 unsigned int cache_type, cache_op, cache_result; in arc_pmu_cache_event() local
|
/arch/ia64/include/asm/ |
D | pal.h | 285 u64 cache_type : 8, /* 7-0 cache type */ member 298 u64 cache_type : 8, /* 7-0 cache type */ member 908 ia64_pal_cache_config_info (u64 cache_level, u64 cache_type, pal_cache_config_info_t *conf) in ia64_pal_cache_config_info() 926 ia64_pal_cache_prot_info (u64 cache_level, u64 cache_type, pal_cache_protection_info_t *prot) in ia64_pal_cache_prot_info() 949 ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector) in ia64_pal_cache_flush() 962 ia64_pal_cache_init (u64 level, u64 cache_type, u64 rest) in ia64_pal_cache_init()
|
/arch/x86/kvm/ |
D | cpuid.c | 550 int i, cache_type; in __do_cpuid_func() local
|
/arch/powerpc/kernel/ |
D | cacheinfo.c | 710 const char *cache_type; in cacheinfo_create_index_opt_attrs() local
|
/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 34 char cache_type; member
|
/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 684 unsigned int cache_type, cache_op, cache_result; in mipspmu_map_cache_event() local
|
/arch/sparc/kernel/ |
D | perf_event.c | 1198 unsigned int cache_type, cache_op, cache_result; in sparc_map_cache_event() local
|
/arch/csky/kernel/ |
D | perf_event.c | 952 unsigned int cache_type, cache_op, cache_result; in csky_pmu_cache_event() local
|
/arch/x86/events/ |
D | core.c | 303 unsigned int cache_type, cache_op, cache_result; in set_ext_hw_attr() local
|