Searched refs:size_per_thread (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | opal-fadump.c | 412 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opal_fadump_build_cpu_notes() local 421 size_per_thread = fadump_conf->cpu_state_entry_size; in opal_fadump_build_cpu_notes() 422 num_cpus = (fadump_conf->cpu_state_data_size / size_per_thread); in opal_fadump_build_cpu_notes() 451 for (i = 0; i < num_cpus; i++, bufp += size_per_thread) { in opal_fadump_build_cpu_notes()
|
| D | opal-core.c | 222 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; in opalcore_append_cpu_notes() local 230 size_per_thread = oc_conf->cpu_state_entry_size; in opalcore_append_cpu_notes() 257 for (i = 0; i < oc_conf->num_cpus; i++, bufp += size_per_thread) { in opalcore_append_cpu_notes()
|