KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
authorQuentin Perret <qperret@google.com>
Mon, 9 Aug 2021 15:24:34 +0000 (16:24 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 11 Aug 2021 10:39:49 +0000 (11:39 +0100)
commit178cac08d588e7406a09351a992f57892d8d9cc9
treef5d9bd8bba3b3b14b05df0c43929c76305d64eb4
parentc4f0935e4d957bfcea25ad76860445660a60f3fd
KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED

The ignored bits for both stage-1 and stage-2 page and block
descriptors are in [55:58], so rename KVM_PTE_LEAF_ATTR_S2_IGNORED to
make it applicable to both. And while at it, since these bits are more
commonly known as 'software' bits, rename accordingly.

Reviewed-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Quentin Perret <qperret@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210809152448.1810400-8-qperret@google.com
arch/arm64/kvm/hyp/pgtable.c