Symbol: CACHE_TYPE_INST
arch/arm/kernel/cacheinfo.c
166
ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level);
arch/arm64/kernel/cacheinfo.c
113
ci_leaf_init(&infos[idx++], CACHE_TYPE_INST, level);
arch/arm64/kvm/sys_regs.c
2449
clidr |= CACHE_TYPE_INST << CLIDR_CTYPE_SHIFT(1);
arch/loongarch/mm/cache.c
125
cdesc->type = CACHE_TYPE_INST;
arch/loongarch/mm/cache.c
143
cdesc->type = CACHE_TYPE_INST;
arch/mips/kernel/cacheinfo.c
89
populate_cache(icache, this_leaf, level, CACHE_TYPE_INST);
arch/openrisc/kernel/cacheinfo.c
99
ci_leaf_init(this_leaf, CACHE_TYPE_INST, level, &cpuinfo->icache, cpu);
arch/riscv/include/asm/elf.h
96
get_cache_size(1, CACHE_TYPE_INST)); \
arch/riscv/include/asm/elf.h
98
get_cache_geometry(1, CACHE_TYPE_INST)); \
arch/riscv/kernel/cacheinfo.c
114
ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level);
arch/riscv/kernel/cacheinfo.c
131
ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level);
arch/riscv/kernel/cacheinfo.c
99
ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level);
arch/s390/kernel/cache.c
108
if (type == CACHE_TYPE_INST)
arch/s390/kernel/cache.c
164
ci_leaf_init(this_leaf++, pvt, CACHE_TYPE_INST, level, cpu);
arch/s390/kernel/cache.c
63
[CTYPE_INSTRUCTION] = CACHE_TYPE_INST,
arch/x86/kernel/cpu/cacheinfo.c
85
[CTYPE_INST] = CACHE_TYPE_INST,
drivers/acpi/pptt.c
1042
int cache_type[] = {CACHE_TYPE_INST, CACHE_TYPE_DATA, CACHE_TYPE_UNIFIED};
drivers/acpi/pptt.c
342
case CACHE_TYPE_INST:
drivers/acpi/pptt.c
978
int cache_type[] = {CACHE_TYPE_INST, CACHE_TYPE_DATA, CACHE_TYPE_UNIFIED};
drivers/base/cacheinfo.c
699
case CACHE_TYPE_INST:
include/linux/cacheinfo.h
17
CACHE_TYPE_SEPARATE = CACHE_TYPE_INST | CACHE_TYPE_DATA,