Searched refs:machine_flags (Results 1 – 7 of 7) sorted by relevance
74 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)75 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)76 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)78 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)79 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)80 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)81 #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44)82 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)83 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)84 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)[all …]
137 __u64 machine_flags; /* 0x03c0 */ member
60 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()69 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()71 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()127 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()191 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()206 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()212 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()216 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()218 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()220 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()[all …]
342 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
173 OFFSET(__LC_MACHINE_FLAGS, lowcore, machine_flags); in main()
264 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
107 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()109 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_GUEST; in sclp_early_facilities_detect()