Searched refs:CACHE_TYPE_INST (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/include/linux/ |
D | cacheinfo.h | 14 CACHE_TYPE_INST = BIT(0), enumerator 16 CACHE_TYPE_SEPARATE = CACHE_TYPE_INST | CACHE_TYPE_DATA,
|
/linux-5.19.10/arch/s390/kernel/ |
D | cache.c | 63 [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/ |
D | elf.h | 91 get_cache_size(1, CACHE_TYPE_INST)); \ 93 get_cache_geometry(1, CACHE_TYPE_INST)); \
|
/linux-5.19.10/arch/arm64/kernel/ |
D | cacheinfo.c | 97 ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level); in populate_cache_leaves()
|
/linux-5.19.10/arch/mips/kernel/ |
D | cacheinfo.c | 89 populate_cache(icache, this_leaf, level, CACHE_TYPE_INST); in populate_cache_leaves()
|
/linux-5.19.10/arch/loongarch/kernel/ |
D | cacheinfo.c | 112 populate_cache(icache, this_leaf, level++, CACHE_TYPE_INST); in populate_cache_leaves()
|
/linux-5.19.10/arch/riscv/kernel/ |
D | cacheinfo.c | 106 ci_leaf_init((*this_leaf)++, CACHE_TYPE_INST, level, size, sets, line_size); in fill_cacheinfo()
|
/linux-5.19.10/drivers/acpi/ |
D | pptt.c | 303 case CACHE_TYPE_INST: in acpi_cache_type()
|
/linux-5.19.10/drivers/base/ |
D | cacheinfo.c | 412 case CACHE_TYPE_INST: in type_show()
|
/linux-5.19.10/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 225 [CTYPE_INST] = CACHE_TYPE_INST,
|