Searched refs:machine_flags (Results 1 – 7 of 7) sorted by relevance
81 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)82 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)83 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)85 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)86 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)87 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)88 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)89 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)90 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)91 #define MACHINE_HAS_TE (S390_lowcore.machine_flags & MACHINE_FLAG_TE)[all …]
162 __u64 machine_flags; /* 0x03c8 */ member
100 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()109 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()111 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()167 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()212 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()218 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()222 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()224 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()226 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()230 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; in detect_machine_facilities()[all …]
430 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
268 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
53 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()55 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_GUEST; in sclp_early_facilities_detect()
1064 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()