Re: [PATCH 2/4] target/arm: Factor out FWB=0 specific part of combine_cacheattrs()

2022-05-06 Thread Richard Henderson
On 5/5/22 13:39, Peter Maydell wrote: Factor out the part of combine_cacheattrs() that is specific to handling HCR_EL2.FWB == 0. This is the part where we combine the memory type and cacheability attributes. The "force Outer Shareable for Device or Normal Inner-NC Outer-NC" logic remains in com

[PATCH 2/4] target/arm: Factor out FWB=0 specific part of combine_cacheattrs()

2022-05-05 Thread Peter Maydell
Factor out the part of combine_cacheattrs() that is specific to handling HCR_EL2.FWB == 0. This is the part where we combine the memory type and cacheability attributes. The "force Outer Shareable for Device or Normal Inner-NC Outer-NC" logic remains in combine_cacheattrs() because it holds regar