Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dcpu.h160 #define SWCR_TRAP_ENABLE_DNO (1U << 6) macro
490 fpcr |= (~swcr & SWCR_TRAP_ENABLE_DNO) << 41; in alpha_ieee_swcr_to_fpcr()
507 swcr |= (~fpcr >> 41) & SWCR_TRAP_ENABLE_DNO; in alpha_ieee_fpcr_to_swcr()
/openbmc/qemu/linux-user/
H A Dsyscall.c12193 if (fex & SWCR_TRAP_ENABLE_DNO) { in _syscall2()