Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dcpu.h157 #define SWCR_TRAP_ENABLE_OVF (1U << 3) macro
486 | SWCR_TRAP_ENABLE_OVF)) << 48; in alpha_ieee_swcr_to_fpcr()
504 | SWCR_TRAP_ENABLE_OVF); in alpha_ieee_fpcr_to_swcr()
/openbmc/qemu/linux-user/
H A Dsyscall.c12200 if (fex & SWCR_TRAP_ENABLE_OVF) { in _syscall2()