Searched refs:FAST486_EXCEPTION_TS (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/fast486/ |
H A D | common.c | 668 Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_TS, Selector); in Fast486TaskSwitch() 708 Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_TS, Selector); in Fast486TaskSwitch() 1024 Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_TS, NewLdtr); in Fast486TaskSwitch() 1037 Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_TS, NewLdtr); in Fast486TaskSwitch() 1044 Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_TS, NewLdtr); in Fast486TaskSwitch() 1050 Fast486ExceptionWithErrorCode(State, FAST486_EXCEPTION_TS, NewLdtr); in Fast486TaskSwitch() 1072 if (!Fast486LoadSegmentInternal(State, FAST486_REG_CS, NewCs, FAST486_EXCEPTION_TS)) in Fast486TaskSwitch() 1077 if (!Fast486LoadSegmentInternal(State, FAST486_REG_SS, NewSs, FAST486_EXCEPTION_TS)) in Fast486TaskSwitch() 1082 if (!Fast486LoadSegmentInternal(State, FAST486_REG_ES, NewEs, FAST486_EXCEPTION_TS)) in Fast486TaskSwitch() 1097 FAST486_EXCEPTION_TS)) in Fast486TaskSwitch() [all …]
|
/reactos/sdk/include/reactos/libs/fast486/ |
H A D | fast486.h | 173 FAST486_EXCEPTION_TS = 0x0A, enumerator
|