Re: [PATCH v2 08/17] kvm-arm: arm: Introduce hyp page table empty checks

2016-04-14 Thread Marc Zyngier
On 14/04/16 14:20, Suzuki K Poulose wrote: > Introduce hyp_pxx_table_empty helpers for checking whether > a given table entry is empty. This will be used explicitly > once we switch to explicit routines for hyp page table walk. > > Cc: Marc Zyngier > Reviewed-by: Christoffer Dall > Signed-off-by

[PATCH v2 08/17] kvm-arm: arm: Introduce hyp page table empty checks

2016-04-14 Thread Suzuki K Poulose
Introduce hyp_pxx_table_empty helpers for checking whether a given table entry is empty. This will be used explicitly once we switch to explicit routines for hyp page table walk. Cc: Marc Zyngier Reviewed-by: Christoffer Dall Signed-off-by: Suzuki K Poulose --- arch/arm/include/asm/kvm_mmu.h |