Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/include/
H A Dcpu_extended_state.h256 #define EN_SW_STACK_FAULT 0x0040 /* Stack under/overflow */ macro
/netbsd-src/sys/arch/x86/x86/
H A Dfpu.c524 ? (f & EN_SW_STACK_FAULT ? FPE_FLTSUB : FPE_FLTINV) \
530 : f & EN_SW_STACK_FAULT ? FPE_FLTSUB : 0)