Searched refs:size_per_thread (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c420 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; local
429 size_per_thread = fadump_conf->cpu_state_entry_size;
430 num_cpus = (fadump_conf->cpu_state_data_size / size_per_thread);
459 for (i = 0; i < num_cpus; i++, bufp += size_per_thread) {
H A Dopal-core.c223 u32 thread_pir, size_per_thread, regs_offset, regs_cnt, reg_esize; local
231 size_per_thread = oc_conf->cpu_state_entry_size;
258 for (i = 0; i < oc_conf->num_cpus; i++, bufp += size_per_thread) {

Completed in 122 milliseconds