Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dvm86.h64 int handle_vm86_trap(struct kernel_vm86_regs *, long, int);
75 static inline int handle_vm86_trap(struct kernel_vm86_regs *a, long b, int c) in handle_vm86_trap() function
/linux-4.1.27/arch/x86/kernel/
Dtraps.c203 if (!handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_trap_no_signal()
674 handle_vm86_trap((struct kernel_vm86_regs *) regs, error_code, in do_debug()
Dvm86_32.c548 int handle_vm86_trap(struct kernel_vm86_regs *regs, long error_code, int trapno) in handle_vm86_trap() function
585 handle_vm86_trap(regs, 0, 1); \ in handle_vm86_fault()