Searched refs:systemcfg (Results 1 – 8 of 8) sorted by relevance
50 struct systemcfg data;53 struct systemcfg *systemcfg = &systemcfg_data_store.data; variable60 systemcfg->version.major = SYSTEMCFG_MAJOR; in proc_ppc64_init()61 systemcfg->version.minor = SYSTEMCFG_MINOR; in proc_ppc64_init()62 systemcfg->processor = mfspr(SPRN_PVR); in proc_ppc64_init()67 systemcfg->platform = 0x100; in proc_ppc64_init()69 systemcfg->platform |= 1; in proc_ppc64_init()70 systemcfg->physicalMemorySize = memblock_phys_mem_size(); in proc_ppc64_init()71 systemcfg->dcache_size = ppc64_caches.l1d.size; in proc_ppc64_init()73 systemcfg->icache_size = ppc64_caches.l1i.size; in proc_ppc64_init()[all …]
1191 systemcfg->processorCount--; in generic_cpu_disable()1648 systemcfg->processorCount++; in start_secondary()
563 systemcfg->processorCount = num_present_cpus(); in smp_setup_cpu_maps()
987 systemcfg->tb_ticks_per_sec = tb_ticks_per_sec; in time_init()
22 struct systemcfg { struct49 extern struct systemcfg *systemcfg; argument
141 systemcfg->processorCount--; in pnv_smp_cpu_disable()
88 systemcfg->processorCount--; in pseries_cpu_disable()
1331 This option enables the presence of /proc/ppc64/systemcfg through1332 which the systemcfg page can be accessed.