Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
A Delf.h69 get_cache_size(1, CACHE_TYPE_INST)); \
71 get_cache_geometry(1, CACHE_TYPE_INST)); \
/linux/arch/s390/kernel/
A Dcache.c64 [CTYPE_INSTRUCTION] = CACHE_TYPE_INST,
111 if (type == CACHE_TYPE_INST) in ci_leaf_init()
171 ci_leaf_init(this_leaf++, pvt, CACHE_TYPE_INST, level, cpu); in populate_cache_leaves()
/linux/arch/nds32/kernel/
A Dcacheinfo.c11 char cache_type = (type & CACHE_TYPE_INST ? ICACHE : DCACHE); in ci_leaf_init()
46 ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level); in populate_cache_leaves()
/linux/include/linux/
A Dcacheinfo.h14 CACHE_TYPE_INST = BIT(0), enumerator
16 CACHE_TYPE_SEPARATE = CACHE_TYPE_INST | CACHE_TYPE_DATA,
/linux/arch/arm64/kernel/
A Dcacheinfo.c93 ci_leaf_init(this_leaf++, CACHE_TYPE_INST, level); in populate_cache_leaves()
/linux/arch/mips/kernel/
A Dcacheinfo.c89 populate_cache(icache, this_leaf, level, CACHE_TYPE_INST); in populate_cache_leaves()
/linux/arch/riscv/kernel/
A Dcacheinfo.c106 ci_leaf_init((*this_leaf)++, CACHE_TYPE_INST, level, size, sets, line_size); in fill_cacheinfo()
/linux/drivers/acpi/
A Dpptt.c303 case CACHE_TYPE_INST: in acpi_cache_type()
/linux/drivers/base/
A Dcacheinfo.c412 case CACHE_TYPE_INST: in type_show()
/linux/arch/x86/kernel/cpu/
A Dcacheinfo.c225 [CTYPE_INST] = CACHE_TYPE_INST,

Completed in 12 milliseconds