Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dvm86.h48 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 Duser-internals.h104 void handle_vm86_trap(CPUX86State *env, int trapno);
H A Dvm86.c184 void handle_vm86_trap(CPUX86State *env, int trapno) in handle_vm86_trap() function
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c528 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 Dtraps.c144 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 Dcpu_loop.c200 handle_vm86_trap(env, trapnr); in maybe_handle_vm86_trap()