Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dvm86.h188 int handle_vm86_trap(struct kernel_vm86_regs *, long, int);
199 static inline int handle_vm86_trap(struct kernel_vm86_regs *a, long b, int c) in handle_vm86_trap() function
/linux-2.6.39/arch/x86/kernel/
Dtraps.c183 if (handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_trap()
573 handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_debug()
Dvm86_32.c552 int handle_vm86_trap(struct kernel_vm86_regs *regs, long error_code, int trapno) in handle_vm86_trap() function
589 handle_vm86_trap(regs, 0, 1); \ in handle_vm86_fault()