Home
last modified time | relevance | path

Searched refs:FPU_info (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/x86/math-emu/
A Dget_address.c129 math_abort(FPU_info, SIGSEGV); in vm86_segment()
149 math_abort(FPU_info, SIGSEGV); in pm_address()
222 math_abort(FPU_info, SIGSEGV); in FPU_get_address()
306 math_abort(FPU_info, SIGSEGV); in FPU_get_address_16()
349 address += FPU_info->regs->bx + FPU_info->regs->si; in FPU_get_address_16()
352 address += FPU_info->regs->bx + FPU_info->regs->di; in FPU_get_address_16()
355 address += FPU_info->regs->bp + FPU_info->regs->si; in FPU_get_address_16()
360 address += FPU_info->regs->bp + FPU_info->regs->di; in FPU_get_address_16()
365 address += FPU_info->regs->si; in FPU_get_address_16()
368 address += FPU_info->regs->di; in FPU_get_address_16()
[all …]
A Dfpu_system.h77 #define FPU_info (I387->soft.info) macro
79 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs))
80 #define FPU_SS (*(unsigned short *) &(FPU_info->regs->ss))
81 #define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds))
82 #define FPU_EAX (FPU_info->regs->ax)
83 #define FPU_EFLAGS (FPU_info->regs->flags)
84 #define FPU_EIP (FPU_info->regs->ip)
85 #define FPU_ORIG_EIP (FPU_info->___orig_eip)
108 math_abort(FPU_info,SIGSEGV)
109 #define FPU_abort math_abort(FPU_info, SIGSEGV)
A Dfpu_entry.c124 FPU_info = info; in math_emulate()
144 math_abort(FPU_info, SIGILL); in math_emulate()
175 math_abort(FPU_info, SIGILL); in math_emulate()
188 math_abort(FPU_info, SIGSEGV); in math_emulate()
200 math_abort(FPU_info, SIGILL); in math_emulate()
260 math_abort(FPU_info, SIGSEGV); in math_emulate()
275 math_abort(FPU_info, SIGSEGV); in math_emulate()
A Dload_store.c81 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
84 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
A Derrors.c79 math_abort(FPU_info, SIGILL); in FPU_illegal()
367 math_abort(FPU_info, SIGFPE); in FPU_exception()

Completed in 8 milliseconds