Searched refs:KVM_CAP_XSAVE (Results 1 – 5 of 5) sorted by relevance
349 #if defined(KVM_CAP_XSAVE) || (defined(HAVE_DECL_KVM_CAP_XSAVE) && HAVE_DECL_KVM_CAP_XSAVE)351 static_assert((KVM_CAP_XSAVE) == (55), "KVM_CAP_XSAVE != 55");354 # define KVM_CAP_XSAVE 551123 [KVM_CAP_XSAVE] = XLAT(KVM_CAP_XSAVE),
51 KVM_CAP_XSAVE 55
68 Xsave = KVM_CAP_XSAVE,
938 #define KVM_CAP_XSAVE 55 macro
450 pub const KVM_CAP_XSAVE: u32 = 55; constant