[Xen-devel] [PATCH 07/15] xen/arm: Rework lpae_table

2018-07-16 Thread Julien Grall
Currently, lpae_table can only work on entry from any level other than 3. Make it work with any level by extending the prototype to pass the level. At the same time, rename the function to lpae_is_mapping so naming stay consistent accross all lpae_* helpers. Signed-off-by: Julien Grall --- xen/

Re: [Xen-devel] [PATCH 07/15] xen/arm: Rework lpae_table

2018-08-14 Thread Stefano Stabellini
On Mon, 16 Jul 2018, Julien Grall wrote: > Currently, lpae_table can only work on entry from any level other than > 3. Make it work with any level by extending the prototype to pass the > level. > > At the same time, rename the function to lpae_is_mapping so naming stay > consistent accross all lp