Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dvm86_32.c524 unsigned long segoffs; in do_int() local
533 if (get_user(segoffs, intr_ptr)) in do_int()
535 if ((segoffs >> 16) == BIOSSEG) in do_int()
540 regs->pt.cs = segoffs >> 16; in do_int()
542 IP(regs) = segoffs & 0xffff; in do_int()