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/
Dcpu_extended_state.h258 #define EN_SW_STACK_FAULT 0x0040 /* Stack under/overflow */ macro
/netbsd/src/sys/arch/x86/x86/
Dfpu.c664 ? (f & EN_SW_STACK_FAULT ? FPE_FLTSUB : FPE_FLTINV) \
670 : f & EN_SW_STACK_FAULT ? FPE_FLTSUB : 0)