Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dsetup.h78 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
79 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
80 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)
82 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)
85 #define MACHINE_HAS_IEEE (S390_lowcore.machine_flags & MACHINE_FLAG_IEEE)
86 #define MACHINE_HAS_CSP (S390_lowcore.machine_flags & MACHINE_FLAG_CSP)
89 #define MACHINE_HAS_MVPG (S390_lowcore.machine_flags & MACHINE_FLAG_MVPG)
98 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)
99 #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44)
101 #define MACHINE_HAS_MVCOS (S390_lowcore.machine_flags & MACHINE_FLAG_MVCOS)
[all …]
Dlowcore.h137 __u32 machine_flags; /* 0x02e0 */ member
269 __u64 machine_flags; /* 0x0360 */ member
/linux-2.6.39/arch/s390/kernel/
Dearly.c225 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR; in detect_machine_type()
234 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM; in detect_machine_type()
236 S390_lowcore.machine_flags |= MACHINE_FLAG_VM; in detect_machine_type()
291 S390_lowcore.machine_flags |= MACHINE_FLAG_HPAGE; in setup_hpage()
309 S390_lowcore.machine_flags |= MACHINE_FLAG_MVPG; in detect_mvpg()
325 S390_lowcore.machine_flags |= MACHINE_FLAG_IEEE; in detect_ieee()
344 S390_lowcore.machine_flags |= MACHINE_FLAG_CSP; in detect_csp()
361 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C; in detect_diag9c()
376 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44; in detect_diag44()
384 S390_lowcore.machine_flags |= MACHINE_FLAG_IDTE; in detect_machine_facilities()
[all …]
Dsetup.c401 lc->machine_flags = S390_lowcore.machine_flags; in setup_lowcore()
Dasm-offsets.c136 DEFINE(__LC_MACHINE_FLAGS, offsetof(struct _lowcore, machine_flags)); in main()
Dsmp.c610 cpu_lowcore->machine_flags = S390_lowcore.machine_flags; in __cpu_up()