Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Dsetup.h85 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
86 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
87 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)
90 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)
91 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)
95 #define MACHINE_HAS_TE (S390_lowcore.machine_flags & MACHINE_FLAG_TE)
97 #define MACHINE_HAS_VX (S390_lowcore.machine_flags & MACHINE_FLAG_VX)
99 #define MACHINE_HAS_NX (S390_lowcore.machine_flags & MACHINE_FLAG_NX)
100 #define MACHINE_HAS_GS (S390_lowcore.machine_flags & MACHINE_FLAG_GS)
101 #define MACHINE_HAS_SCC (S390_lowcore.machine_flags & MACHINE_FLAG_SCC)
[all …]
A Dlowcore.h162 __u64 machine_flags; /* 0x03c8 */ member
/linux-6.3-rc2/arch/s390/kernel/
A Dearly.c95 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
104 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
106 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
219 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
221 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()
227 S390_lowcore.machine_flags |= MACHINE_FLAG_VX; in detect_machine_facilities()
231 S390_lowcore.machine_flags |= MACHINE_FLAG_NX; in detect_machine_facilities()
235 S390_lowcore.machine_flags |= MACHINE_FLAG_GS; in detect_machine_facilities()
238 S390_lowcore.machine_flags |= MACHINE_FLAG_SCC; in detect_machine_facilities()
247 S390_lowcore.machine_flags |= MACHINE_FLAG_RDP; in detect_machine_facilities()
[all …]
A Dsetup.c448 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
A Dsmp.c266 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
/linux-6.3-rc2/drivers/s390/char/
A 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.3-rc2/arch/s390/pci/
A Dpci.c1114 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()

Completed in 19 milliseconds