Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dcacheinfo.h14 CACHE_TYPE_INST = BIT(0), enumerator
16 CACHE_TYPE_SEPARATE = CACHE_TYPE_INST | CACHE_TYPE_DATA,
/linux-5.19.10/arch/s390/kernel/
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-5.19.10/arch/riscv/include/asm/
Delf.h91 get_cache_size(1, CACHE_TYPE_INST)); \
93 get_cache_geometry(1, CACHE_TYPE_INST)); \
/linux-5.19.10/arch/arm64/kernel/
Dcacheinfo.c97 ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level); in populate_cache_leaves()
/linux-5.19.10/arch/mips/kernel/
Dcacheinfo.c89 populate_cache(icache, this_leaf, level, CACHE_TYPE_INST); in populate_cache_leaves()
/linux-5.19.10/arch/loongarch/kernel/
Dcacheinfo.c112 populate_cache(icache, this_leaf, level++, CACHE_TYPE_INST); in populate_cache_leaves()
/linux-5.19.10/arch/riscv/kernel/
Dcacheinfo.c106 ci_leaf_init((*this_leaf)++, CACHE_TYPE_INST, level, size, sets, line_size); in fill_cacheinfo()
/linux-5.19.10/drivers/acpi/
Dpptt.c303 case CACHE_TYPE_INST: in acpi_cache_type()
/linux-5.19.10/drivers/base/
Dcacheinfo.c412 case CACHE_TYPE_INST: in type_show()
/linux-5.19.10/arch/x86/kernel/cpu/
Dcacheinfo.c225 [CTYPE_INST] = CACHE_TYPE_INST,