HomeSort by: relevance | last modified time | path
    Searched refs:EN_SW_STACK_FAULT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/include/
cpu_extended_state.h 258 #define EN_SW_STACK_FAULT 0x0040 /* Stack under/overflow */
  /src/sys/arch/x86/x86/
fpu.c 624 * They are in the same order, but there is no EN_SW_STACK_FAULT in the mmx
635 ? (f & EN_SW_STACK_FAULT ? FPE_FLTSUB : FPE_FLTINV) \
641 : f & EN_SW_STACK_FAULT ? FPE_FLTSUB : 0)

Completed in 14 milliseconds