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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsetup.h77 #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM)
78 #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM)
79 #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR)
81 #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C)
84 #define MACHINE_HAS_IEEE (S390_lowcore.machine_flags & MACHINE_FLAG_IEEE)
85 #define MACHINE_HAS_CSP (S390_lowcore.machine_flags & MACHINE_FLAG_CSP)
88 #define MACHINE_HAS_MVPG (S390_lowcore.machine_flags & MACHINE_FLAG_MVPG)
96 #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE)
97 #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44)
99 #define MACHINE_HAS_MVCOS (S390_lowcore.machine_flags
[all...]
H A Dlowcore.h137 __u32 machine_flags; /* 0x02e0 */ member in struct:_lowcore
268 __u64 machine_flags; /* 0x0360 */ member in struct:_lowcore
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dearly.c220 S390_lowcore.machine_flags |= MACHINE_FLAG_LPAR;
229 S390_lowcore.machine_flags |= MACHINE_FLAG_KVM;
231 S390_lowcore.machine_flags |= MACHINE_FLAG_VM;
266 S390_lowcore.machine_flags |= MACHINE_FLAG_HPAGE;
284 S390_lowcore.machine_flags |= MACHINE_FLAG_MVPG;
300 S390_lowcore.machine_flags |= MACHINE_FLAG_IEEE;
319 S390_lowcore.machine_flags |= MACHINE_FLAG_CSP;
336 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG9C;
351 S390_lowcore.machine_flags |= MACHINE_FLAG_DIAG44;
363 S390_lowcore.machine_flags |
[all...]
H A Dsetup.c411 lc->machine_flags = S390_lowcore.machine_flags;
H A Dasm-offsets.c133 DEFINE(__LC_MACHINE_FLAGS, offsetof(struct _lowcore, machine_flags));
H A Dsmp.c594 cpu_lowcore->machine_flags = S390_lowcore.machine_flags;

Completed in 68 milliseconds