Home
last modified time | relevance | path

Searched refs:l1_icache_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dsysfs.c191 SHOW_CPUDATA_UINT_NAME(l1_icache_size, icache_size);
200 __ATTR(l1_icache_size, 0444, show_l1_icache_size, NULL),
/openbmc/qemu/target/ppc/
H A Dcpu_init.c5911 pcc->l1_icache_size = 0x10000;
5991 pcc->l1_icache_size = 0x10000; in POWERPC_FAMILY()
6110 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
6256 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
6449 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
6625 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
H A Dcpu.h1472 uint32_t l1_dcache_size, l1_icache_size; member
H A Dkvm.c2367 pcc->l1_icache_size = icache_size; in kvmppc_host_cpu_class_init()
/openbmc/qemu/hw/ppc/
H A Dpnv.c188 if (pcc->l1_icache_size) { in pnv_dt_core()
190 pcc->l1_icache_size))); in pnv_dt_core()
H A Dspapr.c716 if (pcc->l1_icache_size) { in spapr_dt_cpu()
718 pcc->l1_icache_size))); in spapr_dt_cpu()