Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[platform/kernel/linux-starfive.git] / arch / arm64 / include / asm / kvm_arm.h
index 6e324d1..6f602af 100644 (file)
  */
 #define ARM64_VTTBR_X(ipa, levels)     ((ipa) - ((levels) * (PAGE_SHIFT - 3)))
 
+#define VTTBR_CNP_BIT     (UL(1))
 #define VTTBR_VMID_SHIFT  (UL(48))
 #define VTTBR_VMID_MASK(size) (_AT(u64, (1 << size) - 1) << VTTBR_VMID_SHIFT)