Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/math-emu/
Dget_address.c42 #define REG_(x) (*(long *)(reg_offset[(x)] + (u_char *)FPU_info->regs))
55 (reg_offset_vm86[((unsigned)x)] + (u_char *)FPU_info->regs))
68 (reg_offset_pm[((unsigned)x)] + (u_char *)FPU_info->regs))
128 math_abort(FPU_info, SIGSEGV); in vm86_segment()
148 math_abort(FPU_info, SIGSEGV); in pm_address()
155 addr->selector = get_user_gs(FPU_info->regs); in pm_address()
220 math_abort(FPU_info, SIGSEGV); in FPU_get_address()
304 math_abort(FPU_info, SIGSEGV); in FPU_get_address_16()
347 address += FPU_info->regs->bx + FPU_info->regs->si; in FPU_get_address_16()
350 address += FPU_info->regs->bx + FPU_info->regs->di; in FPU_get_address_16()
[all …]
Dfpu_system.h50 #define FPU_info (I387->soft.info) macro
52 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs))
53 #define FPU_SS (*(unsigned short *) &(FPU_info->regs->ss))
54 #define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds))
55 #define FPU_EAX (FPU_info->regs->ax)
56 #define FPU_EFLAGS (FPU_info->regs->flags)
57 #define FPU_EIP (FPU_info->regs->ip)
58 #define FPU_ORIG_EIP (FPU_info->___orig_eip)
81 math_abort(FPU_info,SIGSEGV)
82 #define FPU_abort math_abort(FPU_info, SIGSEGV)
Dfpu_entry.c126 FPU_info = info; in math_emulate()
146 math_abort(FPU_info, SIGILL); in math_emulate()
178 math_abort(FPU_info, SIGILL); in math_emulate()
191 math_abort(FPU_info, SIGSEGV); in math_emulate()
203 math_abort(FPU_info, SIGILL); in math_emulate()
263 math_abort(FPU_info, SIGSEGV); in math_emulate()
278 math_abort(FPU_info, SIGSEGV); in math_emulate()
Dload_store.c80 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
83 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
Derrors.c78 math_abort(FPU_info, SIGILL); in FPU_illegal()
365 math_abort(FPU_info, SIGFPE); in FPU_exception()