xen/arm: lpae: Allow more LPAE helpers to be used in assembly
authorJulien Grall <julien.grall@arm.com>
Tue, 6 Aug 2019 17:14:08 +0000 (18:14 +0100)
committerJulien Grall <julien.grall@arm.com>
Sat, 7 Sep 2019 11:09:35 +0000 (12:09 +0100)
commit4e0067b2c5c24cc3dd35e10a92f20b32ea4e20db
treeaa06324a770a86fae0d548809155cb60878c3472
parent74791511067aaff67efbd2555a5f635246264453
xen/arm: lpae: Allow more LPAE helpers to be used in assembly

A follow-up patch will require to use *_table_offset() and *_MASK helpers
from assembly. This can be achieved by using _AT() macro to remove the type
when called from assembly.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/lpae.h