Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dsetup.h87 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
88 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
89 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)
91 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)
94 #define MACHINE_HAS_IEEE (S390_lowcore.machine_flags & MACHINE_FLAG_IEEE)
95 #define MACHINE_HAS_CSP (S390_lowcore.machine_flags & MACHINE_FLAG_CSP)
98 #define MACHINE_HAS_MVPG (S390_lowcore.machine_flags & MACHINE_FLAG_MVPG)
108 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)
109 #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44)
111 #define MACHINE_HAS_MVCOS (S390_lowcore.machine_flags & MACHINE_FLAG_MVCOS)
[all …]
Dlowcore.h140 __u32 machine_flags; /* 0x02f4 */ member
285 __u64 machine_flags; /* 0x0388 */ member
/linux-3.4.99/arch/s390/kernel/
Dearly.c226 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
235 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
237 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
275 S390_lowcore.machine_flags |= MACHINE_FLAG_HPAGE; in setup_hpage()
293 S390_lowcore.machine_flags |= MACHINE_FLAG_MVPG; in detect_mvpg()
309 S390_lowcore.machine_flags |= MACHINE_FLAG_IEEE; in detect_ieee()
328 S390_lowcore.machine_flags |= MACHINE_FLAG_CSP; in detect_csp()
345 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
360 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()
368 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
[all …]
Dsetup.c395 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
Dasm-offsets.c137 DEFINE(__LC_MACHINE_FLAGS, offsetof(struct _lowcore, machine_flags)); in main()
Dsmp.c258 lc->machine_flags = S390_lowcore.machine_flags; in pcpu_prepare_secondary()