Re: [PATCH v5 19/22] target/arm: Cache the Tagged bit for a page in MemTxAttrs

2019-12-05 Thread Peter Maydell
On Fri, 11 Oct 2019 at 14:50, Richard Henderson wrote: > > This "bit" is a particular value of the page's MemAttr. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 25 +++-- > 1 file changed, 15 insertions(+), 10 deletions(-) > > diff --git

[PATCH v5 19/22] target/arm: Cache the Tagged bit for a page in MemTxAttrs

2019-10-11 Thread Richard Henderson
This "bit" is a particular value of the page's MemAttr. Signed-off-by: Richard Henderson --- target/arm/helper.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index e988398fce..17981d7c48 100644 ---