Searched refs:handle_vm86_trap (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A 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
|
/openbmc/qemu/linux-user/ |
H A D | user-internals.h | 104 void handle_vm86_trap(CPUX86State *env, int trapno);
|
H A D | vm86.c | 184 void handle_vm86_trap(CPUX86State *env, int trapno) in handle_vm86_trap() function
|
/openbmc/linux/arch/x86/kernel/ |
H A 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()
|
H A D | traps.c | 144 if (!handle_vm86_trap((struct kernel_vm86_regs *) regs, in do_trap_no_signal() 1113 handle_vm86_trap((struct kernel_vm86_regs *)regs, 0, X86_TRAP_DB); in exc_debug_user()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 200 handle_vm86_trap(env, trapnr); in maybe_handle_vm86_trap()
|