Searched refs:handle_vm86_trap (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | vm86.h | 49 int handle_vm86_trap(struct kernel_vm86_regs *, long, int); 81 static inline int handle_vm86_trap(struct kernel_vm86_regs *a, long b, int c) in handle_vm86_trap() function
|
/arch/x86/kernel/ |
D | traps.c | 202 if (!handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_trap_no_signal() 784 handle_vm86_trap((struct kernel_vm86_regs *) regs, error_code, in do_debug()
|
D | vm86_32.c | 570 int handle_vm86_trap(struct kernel_vm86_regs *regs, long error_code, int trapno) in handle_vm86_trap() function 742 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
|