Searched refs:handle_vm86_trap (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | vm86.h | 188 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/ |
D | traps.c | 183 if (handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_trap() 573 handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_debug()
|
D | vm86_32.c | 552 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()
|