Searched refs:segoffs (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvm86.c521 unsigned long segoffs; local
530 if (get_user(segoffs, intr_ptr))
532 if ((segoffs >> 16) == BIOSSEG)
537 regs->pt.xcs = segoffs >> 16;
539 IP(regs) = segoffs & 0xffff;

Completed in 28 milliseconds