Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dsetup.h100 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
101 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
102 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)
104 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)
105 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)
106 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)
107 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)
108 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)
109 #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY)
110 #define MACHINE_HAS_TE (S390_lowcore.machine_flags & MACHINE_FLAG_TE)
[all …]
Dlowcore.h138 __u64 machine_flags; /* 0x03c8 */ member
/kernel/linux/linux-5.10/arch/s390/kernel/
Dearly.c75 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 …]
Dsetup.c407 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore_dat_off()
Dasm-offsets.c147 OFFSET(__LC_MACHINE_FLAGS, lowcore, machine_flags); in main()
Dsmp.c270 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
/kernel/linux/linux-5.10/drivers/s390/char/
Dsclp_early.c44 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()
46 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_GUEST; in sclp_early_facilities_detect()
/kernel/linux/linux-5.10/arch/s390/pci/
Dpci.c915 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()