diff options
author | Harsh Prateek Bora <harshpb@linux.ibm.com> | 2024-10-10 11:17:35 +0530 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-11-04 09:12:57 +1000 |
commit | 2a05a63c1dc9698ffbd8f704772018e07853c082 (patch) | |
tree | 360b01eec5c0da1bd5e1b7cf0666d513facbcd53 /qemu-io.c | |
parent | 7e806070f8af07a92af6ee5bf1fa6308f91517e5 (diff) |
target/ppc: optimize p9 exception handling routines
Currently, p9 exception handling has multiple if-condition checks where
it does an indirect access to pending_interrupts and LPCR via env.
Pass the values during entry to avoid multiple indirect accesses.
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'qemu-io.c')
0 files changed, 0 insertions, 0 deletions