Searched refs:machine_flags (Results 1 – 7 of 7) sorted by relevance
99 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)100 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)101 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)103 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)104 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)105 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)106 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)107 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)108 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)109 #define MACHINE_HAS_TE (S390_lowcore.machine_flags & MACHINE_FLAG_TE)[all …]
138 __u64 machine_flags; /* 0x03c8 */ member
75 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()84 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()86 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()142 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()206 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()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()224 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; in detect_machine_facilities()[all …]
407 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore_dat_off()
147 OFFSET(__LC_MACHINE_FLAGS, lowcore, machine_flags); in main()
269 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
45 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()47 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_GUEST; in sclp_early_facilities_detect()