Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dsetup.h58 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
59 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
60 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)
62 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)
63 #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP)
67 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)
68 #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44)
69 #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1)
70 #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2)
71 #define MACHINE_HAS_LPP (S390_lowcore.machine_flags & MACHINE_FLAG_LPP)
[all …]
Dlowcore.h149 __u64 machine_flags; /* 0x0388 */ member
/linux-4.4.14/arch/s390/kernel/
Dearly.c220 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
229 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
231 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
240 S390_lowcore.machine_flags |= MACHINE_FLAG_TOPOLOGY; in setup_topology()
298 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
313 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()
319 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT1; in detect_machine_facilities()
323 S390_lowcore.machine_flags |= MACHINE_FLAG_EDAT2; in detect_machine_facilities()
325 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
327 S390_lowcore.machine_flags |= MACHINE_FLAG_LPP; in detect_machine_facilities()
[all …]
Dsetup.c333 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
Dasm-offsets.c170 OFFSET(__LC_MACHINE_FLAGS, _lowcore, machine_flags); in main()
Dsmp.c248 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()
/linux-4.4.14/drivers/s390/char/
Dsclp_early.c112 S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP; in sclp_facilities_detect()