Home
last modified time | relevance | path

Searched refs:CACHE_TYPE_INST (Results 1 – 11 of 11) sorted by relevance

/linux/arch/riscv/kernel/
H A Dcacheinfo.c99 ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level); in populate_cache_leaves()
114 ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level); in populate_cache_leaves()
131 ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level); in populate_cache_leaves()
/linux/arch/s390/kernel/
H A Dcache.c63 [CTYPE_INSTRUCTION] = CACHE_TYPE_INST,
108 if (type == CACHE_TYPE_INST) in ci_leaf_init()
164 ci_leaf_init(this_leaf++, pvt, CACHE_TYPE_INST, level, cpu); in populate_cache_leaves()
/linux/arch/riscv/include/asm/
H A Delf.h96 get_cache_size(1, CACHE_TYPE_INST)); \
98 get_cache_geometry(1, CACHE_TYPE_INST)); \
/linux/include/linux/
H A Dcacheinfo.h15 CACHE_TYPE_INST = BIT(0), enumerator
17 CACHE_TYPE_SEPARATE = CACHE_TYPE_INST | CACHE_TYPE_DATA,
/linux/arch/loongarch/mm/
H A Dcache.c125 cdesc->type = CACHE_TYPE_INST; in cpu_cache_init()
143 cdesc->type = CACHE_TYPE_INST; in cpu_cache_init()
/linux/arch/arm64/kernel/
H A Dcacheinfo.c113 ci_leaf_init(&infos[idx++], CACHE_TYPE_INST, level); in populate_cache_leaves()
/linux/arch/mips/kernel/
H A Dcacheinfo.c89 populate_cache(icache, this_leaf, level, CACHE_TYPE_INST); in populate_cache_leaves()
/linux/drivers/acpi/
H A Dpptt.c302 case CACHE_TYPE_INST: in acpi_cache_type()
/linux/drivers/base/
H A Dcacheinfo.c648 case CACHE_TYPE_INST: in type_show()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c238 [CTYPE_INST] = CACHE_TYPE_INST,
/linux/arch/arm64/kvm/
H A Dsys_regs.c2126 clidr |= CACHE_TYPE_INST << CLIDR_CTYPE_SHIFT(1); in reset_clidr()