xen/arm: p2m: Replace level_{orders, masks} arrays with XEN_PT_LEVEL_{ORDER, MASK}
authorJulien Grall <jgrall@amazon.com>
Sun, 27 Feb 2022 19:22:37 +0000 (19:22 +0000)
committerJulien Grall <jgrall@amazon.com>
Sun, 27 Feb 2022 19:23:35 +0000 (19:23 +0000)
commit4388144c44c4dd9e9b7df97938ef08ffa85eec07
tree8504c915d5ff1c8de76cdb75dc1d2d17aa5d4d22
parent315c26f98d848d5214b8a288346e68a6ffe418c5
xen/arm: p2m: Replace level_{orders, masks} arrays with XEN_PT_LEVEL_{ORDER, MASK}

The array level_orders and level_masks can be replaced with the
recently introduced macros LEVEL_ORDER and LEVEL_MASK.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/arch/arm/p2m.c