Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dvm86_32.c638 unsigned long newcs; in handle_vm86_fault()
642 newcs = popl(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
647 newcs = popw(ssp, sp, simulate_sigsegv); in handle_vm86_fault()
652 regs->pt.cs = newcs; in handle_vm86_fault()
639 unsigned long newcs; handle_vm86_fault() local