We currently setup page table walks etc as outer-shareable. Given we don't
really make the distinction between inner- and outer-shareable yet err on
theside of safety.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
{
dsb();
- WRITE_CP32((uint32_t) 0, TLBIALLIS);
+ WRITE_CP32((uint32_t) 0, TLBIALL);
dsb();
isb();
{
dsb();
- WRITE_CP32((uint32_t) 0, TLBIALLNSNHIS);
+ WRITE_CP32((uint32_t) 0, TLBIALLNSNH);
dsb();
isb();