Searched refs:machine_flags (Results 1 – 7 of 7) sorted by relevance
81 #define MACHINE_IS_VM (get_lowcore()->machine_flags & MACHINE_FLAG_VM)82 #define MACHINE_IS_KVM (get_lowcore()->machine_flags & MACHINE_FLAG_KVM)83 #define MACHINE_IS_LPAR (get_lowcore()->machine_flags & MACHINE_FLAG_LPAR)86 #define MACHINE_HAS_ESOP (get_lowcore()->machine_flags & MACHINE_FLAG_ESOP)87 #define MACHINE_HAS_IDTE (get_lowcore()->machine_flags & MACHINE_FLAG_IDTE)88 #define MACHINE_HAS_EDAT1 (get_lowcore()->machine_flags & MACHINE_FLAG_EDAT1)91 #define MACHINE_HAS_TE (get_lowcore()->machine_flags & MACHINE_FLAG_TE)94 #define MACHINE_HAS_NX (get_lowcore()->machine_flags & MACHINE_FLAG_NX)95 #define MACHINE_HAS_GS (get_lowcore()->machine_flags & MACHINE_FLAG_GS)96 #define MACHINE_HAS_SCC (get_lowcore()->machine_flags & MACHINE_FLAG_SCC)[all …]
167 __u64 machine_flags; /* 0x03c8 */ member
104 get_lowcore()->machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()113 get_lowcore()->machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()115 get_lowcore()->machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()240 get_lowcore()->machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()244 get_lowcore()->machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()246 get_lowcore()->machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()248 get_lowcore()->machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()256 get_lowcore()->machine_flags |= MACHINE_FLAG_NX; in detect_machine_facilities()258 get_lowcore()->machine_flags |= MACHINE_FLAG_GS; in detect_machine_facilities()261 get_lowcore()->machine_flags |= MACHINE_FLAG_SCC; in detect_machine_facilities()[all …]
424 lc->machine_flags = get_lowcore()->machine_flags; in setup_lowcore()
266 lc->machine_flags = get_lowcore()->machine_flags; in pcpu_prepare_secondary()
54 get_lowcore()->machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()56 get_lowcore()->machine_flags |= MACHINE_FLAG_TLB_GUEST; in sclp_early_facilities_detect()
1066 get_lowcore()->machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()
Completed in 20 milliseconds