Searched refs:CACHE_TYPE_INST (Results 1 – 11 of 11) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | cacheinfo.c | 99 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 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/arch/riscv/include/asm/ |
H A D | elf.h | 96 get_cache_size(1, CACHE_TYPE_INST)); \ 98 get_cache_geometry(1, CACHE_TYPE_INST)); \
|
/linux/include/linux/ |
H A D | cacheinfo.h | 15 CACHE_TYPE_INST = BIT(0), enumerator 17 CACHE_TYPE_SEPARATE = CACHE_TYPE_INST | CACHE_TYPE_DATA,
|
/linux/arch/loongarch/mm/ |
H A D | cache.c | 125 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 D | cacheinfo.c | 113 ci_leaf_init(&infos[idx++], CACHE_TYPE_INST, level); in populate_cache_leaves()
|
/linux/arch/mips/kernel/ |
H A D | cacheinfo.c | 89 populate_cache(icache, this_leaf, level, CACHE_TYPE_INST); in populate_cache_leaves()
|
/linux/drivers/acpi/ |
H A D | pptt.c | 302 case CACHE_TYPE_INST: in acpi_cache_type()
|
/linux/drivers/base/ |
H A D | cacheinfo.c | 648 case CACHE_TYPE_INST: in type_show()
|
/linux/arch/x86/kernel/cpu/ |
H A D | cacheinfo.c | 238 [CTYPE_INST] = CACHE_TYPE_INST,
|
/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 2126 clidr |= CACHE_TYPE_INST << CLIDR_CTYPE_SHIFT(1); in reset_clidr()
|