Searched hist:"2 bbddc08bc1d7046b58880454e3278530f825885" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | helper_regs.c | diff 2bbddc08bc1d7046b58880454e3278530f825885 Thu Oct 10 00:47:32 CDT 2024 Harsh Prateek Bora <harshpb@linux.ibm.com> target/ppc: use locally stored msr and avoid indirect access
hreg_compute_hflags_value already stores msr locally to be used in most of the logic in the routine however some instances are still using env->msr which is unnecessary. Use locally stored value as available.
Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
|