Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dcpu.h159 #define SWCR_TRAP_ENABLE_DZE (1U << 2) macro
493 | SWCR_TRAP_ENABLE_DZE in alpha_ieee_swcr_to_fpcr()
511 | SWCR_TRAP_ENABLE_DZE in alpha_ieee_fpcr_to_swcr()
/openbmc/qemu/linux-user/
H A Dsyscall.c11971 if (fex & SWCR_TRAP_ENABLE_DZE) { in _syscall2()