Home
last modified time | relevance | path

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

/reactos/sdk/lib/fast486/
H A Dcommon.c303 BOOLEAN GateSize = (IdtEntry->Type == FAST486_IDT_INT_GATE_32) || in Fast486InterruptInternal() local
429 if (GateSize) in Fast486InterruptInternal()
447 GateSize, in Fast486InterruptInternal()
453 GateSize, in Fast486InterruptInternal()
459 GateSize, in Fast486InterruptInternal()
465 GateSize, in Fast486InterruptInternal()
502 if (!Fast486StackPushInternal(State, GateSize, OldFlags)) return FALSE; in Fast486InterruptInternal()
505 if (!Fast486StackPushInternal(State, GateSize, OldCs)) return FALSE; in Fast486InterruptInternal()
508 if (!Fast486StackPushInternal(State, GateSize, OldEip)) return FALSE; in Fast486InterruptInternal()
1122 BOOLEAN GateSize = (Gate->Type == FAST486_CALL_GATE_SIGNATURE); in Fast486CallGate() local
[all …]