Searched refs:KVM_CAP_XCRS (Results 1 – 6 of 6) sorted by relevance
356 #if defined(KVM_CAP_XCRS) || (defined(HAVE_DECL_KVM_CAP_XCRS) && HAVE_DECL_KVM_CAP_XCRS)358 static_assert((KVM_CAP_XCRS) == (56), "KVM_CAP_XCRS != 56");361 # define KVM_CAP_XCRS 561124 [KVM_CAP_XCRS] = XLAT(KVM_CAP_XCRS),
52 KVM_CAP_XCRS 56
70 Xcrs = KVM_CAP_XCRS,
1112 if (kvm_check_cap(KVM_CAP_XCRS)) { in vcpu_save_state()1157 if (kvm_check_cap(KVM_CAP_XCRS)) { in vcpu_load_state()
941 #define KVM_CAP_XCRS 56 macro
451 pub const KVM_CAP_XCRS: u32 = 56; constant