Re: [PATCH v4 10/19] hw/arm/smmu-common: Add support for nested TLB

2024-07-08 Thread Eric Auger
On 7/1/24 13:02, Mostafa Saleh wrote: > This patch adds support for nested (combined) TLB entries. > The main function combine_tlb() is not used here but in the next > patches, but to simplify the patches it is introduced first. > > Main changes: > 1) New field added in the SMMUTLBEntry struct:

Re: [PATCH v4 10/19] hw/arm/smmu-common: Add support for nested TLB

2024-07-04 Thread Jean-Philippe Brucker
On Mon, Jul 01, 2024 at 11:02:32AM +, Mostafa Saleh wrote: > This patch adds support for nested (combined) TLB entries. > The main function combine_tlb() is not used here but in the next > patches, but to simplify the patches it is introduced first. > > Main changes: > 1) New field added in th

[PATCH v4 10/19] hw/arm/smmu-common: Add support for nested TLB

2024-07-01 Thread Mostafa Saleh
This patch adds support for nested (combined) TLB entries. The main function combine_tlb() is not used here but in the next patches, but to simplify the patches it is introduced first. Main changes: 1) New field added in the SMMUTLBEntry struct: parent_perm, for nested TLB, holds the stage-2 pe