Searched refs:size_per_thread (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-fadump.c | 420 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opal_fadump_build_cpu_notes() local 429 size_per_thread = fadump_conf->cpu_state_entry_size; in opal_fadump_build_cpu_notes() 430 num_cpus = (fadump_conf->cpu_state_data_size / size_per_thread); in opal_fadump_build_cpu_notes() 459 for (i = 0; i < num_cpus; i++, bufp += size_per_thread) { in opal_fadump_build_cpu_notes()
|
H A D | opal-core.c | 223 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opalcore_append_cpu_notes() local 231 size_per_thread = oc_conf->cpu_state_entry_size; in opalcore_append_cpu_notes() 258 for (i = 0; i < oc_conf->num_cpus; i++, bufp += size_per_thread) { in opalcore_append_cpu_notes()
|