Home | History | Annotate | Download | only in xlat
      1 #ifndef BIT
      2 /*
      3  * Workaround a bug in kernel headers fixed by linux commit v4.7-rc1~32^2~42.
      4  */
      5 # define BIT(nr_)	(1UL << (nr_))
      6 #endif
      7 
      8 KVM_CPUID_FLAG_SIGNIFCANT_INDEX	(1 << 0)
      9 KVM_CPUID_FLAG_STATEFUL_FUNC	(1 << 1)
     10 KVM_CPUID_FLAG_STATE_READ_NEXT	(1 << 2)
     11