Home
last modified time | relevance | path

Searched refs:machine_flags (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/s390/include/asm/
Dsetup.h80 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
81 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
82 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)
84 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)
85 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)
86 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)
87 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)
88 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)
89 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)
90 #define MACHINE_HAS_TE (S390_lowcore.machine_flags & MACHINE_FLAG_TE)
[all …]
Dlowcore.h162 __u64 machine_flags; /* 0x03c8 */ member
/linux-6.1.9/arch/s390/kernel/
Dearly.c77 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
86 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
88 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
144 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
191 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
197 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()
201 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()
203 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
205 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()
209 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_LC; in detect_machine_facilities()
[all …]
Dsetup.c449 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore_dat_off()
Dsmp.c266 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
/linux-6.1.9/drivers/s390/char/
Dsclp_early.c53 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()
/linux-6.1.9/arch/s390/pci/
Dpci.c1113 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()