Searched refs:KVM_EXIT_S390_RESET (Results 1 – 8 of 8) sorted by relevance
104 #if defined(KVM_EXIT_S390_RESET) || (defined(HAVE_DECL_KVM_EXIT_S390_RESET) && HAVE_DECL_KVM_EXIT_S…106 static_assert((KVM_EXIT_S390_RESET) == (14), "KVM_EXIT_S390_RESET != 14");109 # define KVM_EXIT_S390_RESET 14227 [KVM_EXIT_S390_RESET] = XLAT(KVM_EXIT_S390_RESET),
16 KVM_EXIT_S390_RESET 14
1500 {KVM_EXIT_S390_RESET, "S390_RESET"},
250 #define KVM_EXIT_S390_RESET 14 macro
994 KVM_EXIT_S390_RESET => Ok(VcpuExit::S390Reset), in run()
1608 KVM_EXIT_S390_RESET => Ok(VcpuExit::S390Reset), in run()
374 pub const KVM_EXIT_S390_RESET: u32 = 14; constant
316 pub const KVM_EXIT_S390_RESET: u32 = 14; constant