Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[sfrench/cifs-2.6.git] / arch / arm64 / include / asm / kvm_arm.h
index 6e324d1f12316600e0d433191162b745e42ba448..6f602af5263c20b6d1ded0cd4232c4b8b840b95f 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)