diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2023-06-20 23:10:42 +1000 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2023-06-25 22:41:30 +0200 |
commit | 74574c3845a046174993092cdc3c03f481dc2cf3 (patch) | |
tree | 5739db56995edff63e74c5f197a02ca36d089027 /target/ppc/excp_helper.c | |
parent | 888050cf519eb5995424cf415f4f8f269de96824 (diff) |
target/ppc: Change partition-scope translate interface
Rather than always performing partition scope page table translation
with access type of 0 (MMU_DATA_LOAD), pass through the processor
access type which first initiated the translation sequence. Process-
scoped page table loads are then set to MMU_DATA_LOAD access type in
the xlate function.
This will allow more information to be passed to the exception
handler in the next patch.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'target/ppc/excp_helper.c')
0 files changed, 0 insertions, 0 deletions