Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A 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)
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)
90 #define MACHINE_HAS_TE (S390_lowcore.machine_flags & MACHINE_FLAG_TE)
92 #define MACHINE_HAS_VX (S390_lowcore.machine_flags & MACHINE_FLAG_VX)
94 #define MACHINE_HAS_NX (S390_lowcore.machine_flags & MACHINE_FLAG_NX)
95 #define MACHINE_HAS_GS (S390_lowcore.machine_flags & MACHINE_FLAG_GS)
[all …]
A Dlowcore.h152 __u64 machine_flags; /* 0x03c8 */ member
/linux/arch/s390/kernel/
A 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()
210 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()
216 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
218 S390_lowcore.machine_flags |= MACHINE_FLAG_TE; in detect_machine_facilities()
224 S390_lowcore.machine_flags |= MACHINE_FLAG_VX; in detect_machine_facilities()
228 S390_lowcore.machine_flags |= MACHINE_FLAG_NX; in detect_machine_facilities()
232 S390_lowcore.machine_flags |= MACHINE_FLAG_GS; in detect_machine_facilities()
235 S390_lowcore.machine_flags |= MACHINE_FLAG_SCC; in detect_machine_facilities()
[all …]
A Dsetup.c446 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore_dat_off()
A Dasm-offsets.c127 OFFSET(__LC_MACHINE_FLAGS, lowcore, machine_flags); in main()
A Dsmp.c262 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
/linux/drivers/s390/char/
A Dsclp_early.c49 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_early_facilities_detect()
51 S390_lowcore.machine_flags |= MACHINE_FLAG_TLB_GUEST; in sclp_early_facilities_detect()
/linux/arch/s390/pci/
A Dpci.c1096 S390_lowcore.machine_flags &= ~MACHINE_FLAG_PCI_MIO; in pcibios_setup()

Completed in 17 milliseconds