Searched hist:"65 e0446c86ee70d2125c1f1d1e36e6c2dfb08642" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | spr_common.h | diff 65e0446c86ee70d2125c1f1d1e36e6c2dfb08642 Fri Feb 18 01:34:15 CST 2022 Fabiano Rosas <farosas@linux.ibm.com> target/ppc: Move common SPR functions out of cpu_init
Let's leave cpu_init with just generic CPU initialization and QOM-related functions.
The rest of the SPR registration functions will be moved in the following patches along with the code that uses them. These are only the commonly used ones.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <20220216162426.1885923-28-farosas@linux.ibm.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
|
H A D | helper_regs.c | diff 65e0446c86ee70d2125c1f1d1e36e6c2dfb08642 Fri Feb 18 01:34:15 CST 2022 Fabiano Rosas <farosas@linux.ibm.com> target/ppc: Move common SPR functions out of cpu_init
Let's leave cpu_init with just generic CPU initialization and QOM-related functions.
The rest of the SPR registration functions will be moved in the following patches along with the code that uses them. These are only the commonly used ones.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <20220216162426.1885923-28-farosas@linux.ibm.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
|
H A D | cpu_init.c | diff 65e0446c86ee70d2125c1f1d1e36e6c2dfb08642 Fri Feb 18 01:34:15 CST 2022 Fabiano Rosas <farosas@linux.ibm.com> target/ppc: Move common SPR functions out of cpu_init
Let's leave cpu_init with just generic CPU initialization and QOM-related functions.
The rest of the SPR registration functions will be moved in the following patches along with the code that uses them. These are only the commonly used ones.
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Message-Id: <20220216162426.1885923-28-farosas@linux.ibm.com> Signed-off-by: Cédric Le Goater <clg@kaod.org>
|