Searched refs:V86TrapFrame (Results 1 – 1 of 1) sorted by relevance
253 volatile KTRAP_FRAME V86TrapFrame; in HalpBiosCall() local274 V86TrapFrame.V86Es = 0; in HalpBiosCall()275 V86TrapFrame.V86Ds = 0; in HalpBiosCall()276 V86TrapFrame.V86Gs = 0; in HalpBiosCall()277 V86TrapFrame.V86Fs = 0; in HalpBiosCall()278 V86TrapFrame.HardwareSegSs = 0x2000; in HalpBiosCall()279 V86TrapFrame.HardwareEsp = StackOffset + CodeOffset; in HalpBiosCall()280 V86TrapFrame.EFlags = __readeflags() | EFLAGS_V86_MASK | EFLAGS_IOPL; in HalpBiosCall()281 V86TrapFrame.SegCs = 0x2000; in HalpBiosCall()282 V86TrapFrame.Eip = CodeOffset; in HalpBiosCall()[all …]