arm64: tlbflush.h: add __tlbi() macro
authorMark Rutland <mark.rutland@arm.com>
Tue, 13 Sep 2016 10:16:06 +0000 (11:16 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 28 Sep 2016 09:44:05 +0000 (10:44 +0100)
commitdb68f3e7594aca77632d56c449bd36c6c931d59a
tree93faf24a4fd7d83e6919cfad5e407982406ec138
parentb4b9551e2f467d1a96c324b8a45f9b5b87d2f0fc
arm64: tlbflush.h: add __tlbi() macro

As with dsb() and isb(), add a __tlbi() helper so that we can avoid
distracting asm boilerplate every time we want a TLBI. As some TLBI
operations take an argument while others do not, some pre-processor is
used to handle these two cases with different assembly blocks.

The existing tlbflush.h code is moved over to use the helper.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
[ rename helper to __tlbi, update comment and commit log ]
Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/tlbflush.h