Home
last modified time | relevance | path

Searched refs:MACHINE_FLAG_IEEE (Results 1 – 2 of 2) sorted by relevance

/arch/s390/include/asm/
Dsetup.h44 #define MACHINE_FLAG_IEEE (1UL << 1) macro
71 #define MACHINE_HAS_IEEE (S390_lowcore.machine_flags & MACHINE_FLAG_IEEE)
/arch/s390/kernel/
Dearly.c323 S390_lowcore.machine_flags |= MACHINE_FLAG_IEEE; in detect_ieee()