Searched refs:reg_esize (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 451 reg_esize = be32_to_cpu(thdr->esize); in opal_fadump_build_cpu_notes() 457 regs_offset, reg_esize, regs_cnt); in opal_fadump_build_cpu_notes() 492 reg_esize, true, ®s); 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 242 reg_esize = be32_to_cpu(thdr->esize); in opalcore_append_cpu_notes() 248 regs_offset, reg_esize, regs_cnt); in opalcore_append_cpu_notes() 275 reg_esize, false, ®s); in opalcore_append_cpu_notes()
|