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.c6013 pcc->l1_icache_size = 0x10000;
6094 pcc->l1_icache_size = 0x10000; in POWERPC_FAMILY()
6215 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
6387 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
6582 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
6765 pcc->l1_icache_size = 0x8000; in POWERPC_FAMILY()
H A Dcpu.h1504 uint32_t l1_dcache_size, l1_icache_size; member
H A Dkvm.c2396 pcc->l1_icache_size = icache_size; in kvmppc_host_cpu_class_init()
/openbmc/qemu/hw/ppc/
H A Dpnv.c189 if (pcc->l1_icache_size) { in pnv_dt_core()
191 pcc->l1_icache_size))); in pnv_dt_core()
H A Dspapr.c786 if (pcc->l1_icache_size) { in spapr_dt_cpu()
788 pcc->l1_icache_size))); in spapr_dt_cpu()