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
1001 KVM_EXIT_S390_RESET => Ok(VcpuExit::S390Reset), in run()
243 #define KVM_EXIT_S390_RESET 14 macro
1691 KVM_EXIT_S390_RESET => Ok(VcpuExit::S390Reset), in run()
2279 {KVM_EXIT_S390_RESET, "S390_RESET"},
404 pub const KVM_EXIT_S390_RESET: u32 = 14; constant
315 pub const KVM_EXIT_S390_RESET: u32 = 14; constant