Searched refs:handle_vm86_trap (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | vm86.h | 48 int handle_vm86_trap(struct kernel_vm86_regs *, long, int); 80 static inline int handle_vm86_trap(struct kernel_vm86_regs *a, long b, int c) in handle_vm86_trap() function
|
/linux-6.1.9/arch/x86/kernel/ |
D | traps.c | 114 if (!handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_trap_no_signal() 1150 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
|
D | vm86_32.c | 528 int handle_vm86_trap(struct kernel_vm86_regs *regs, long error_code, int trapno) in handle_vm86_trap() function 700 handle_vm86_trap(regs, 0, X86_TRAP_DB); in handle_vm86_fault()
|