Searched refs:machine_flags (Results 1 – 8 of 8) sorted by relevance
54 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)55 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)56 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)58 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)59 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)63 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)64 #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44)65 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)66 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)67 #define MACHINE_HAS_LPP (S390_lowcore.machine_flags & MACHINE_FLAG_LPP)[all …]
142 __u64 machine_flags; /* 0x0388 */ member
219 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()228 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()230 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()239 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()296 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()310 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()316 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()320 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()322 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()324 S390_lowcore.machine_flags |= MACHINE_FLAG_LPP; in detect_machine_facilities()[all …]
331 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
288 S390_lowcore.machine_flags &= ~MACHINE_FLAG_VX; in disable_vector_extension()
246 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
157 DEFINE(__LC_MACHINE_FLAGS, offsetof(struct _lowcore, machine_flags)); in main()
124 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_facilities_detect()