mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-microblaze: mmu: Add a configurable output address mask
Add a configurable output address mask, used to mimic the configurable physical address bit width. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
d2f004c3cd
commit
3924a9aa02
3 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,7 @@ struct microblaze_mmu
|
|||
int c_mmu;
|
||||
int c_mmu_tlb_access;
|
||||
int c_mmu_zones;
|
||||
uint64_t c_addr_mask; /* Mask to apply to physical addresses. */
|
||||
};
|
||||
|
||||
struct microblaze_mmu_lookup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue