Searched refs:machine_flags (Results 1 – 7 of 7) sorted by relevance
90 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)91 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)92 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)94 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)95 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)96 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)97 #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44)98 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)99 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)100 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)[all …]
138 __u64 machine_flags; /* 0x03c8 */ member
74 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()83 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()85 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()141 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()203 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()218 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()224 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()228 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()230 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()232 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()[all …]
411 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore_dat_off()
174 OFFSET(__LC_MACHINE_FLAGS, lowcore, machine_flags); in main()
265 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()