Searched refs:FPU_info (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | get_address.c | 44 #define REG_(x) (*(long *)(reg_offset[(x)]+(u_char *) FPU_info)) 57 (reg_offset_vm86[((unsigned)x)]+(u_char *) FPU_info)) 74 (reg_offset_pm[((unsigned)x)]+(u_char *) FPU_info)) 144 math_abort(FPU_info,SIGSEGV); in vm86_segment() 167 math_abort(FPU_info,SIGSEGV); in pm_address() 258 math_abort(FPU_info,SIGSEGV); in FPU_get_address() 351 math_abort(FPU_info,SIGSEGV); in FPU_get_address_16() 396 address += FPU_info->___ebx + FPU_info->___esi; in FPU_get_address_16() 399 address += FPU_info->___ebx + FPU_info->___edi; in FPU_get_address_16() 402 address += FPU_info->___ebp + FPU_info->___esi; in FPU_get_address_16() [all …]
|
D | fpu_system.h | 21 #define SETUP_DATA_AREA(arg) FPU_info = (struct info *) &arg 37 #define FPU_info (I387.soft.info) macro 39 #define FPU_CS (*(unsigned short *) &(FPU_info->___cs)) 40 #define FPU_SS (*(unsigned short *) &(FPU_info->___ss)) 41 #define FPU_DS (*(unsigned short *) &(FPU_info->___ds)) 42 #define FPU_EAX (FPU_info->___eax) 43 #define FPU_EFLAGS (FPU_info->___eflags) 44 #define FPU_EIP (FPU_info->___eip) 45 #define FPU_ORIG_EIP (FPU_info->___orig_eip) 68 math_abort(FPU_info,SIGSEGV)
|
D | fpu_entry.c | 191 math_abort(FPU_info, SIGILL); in math_emulate() 225 math_abort(FPU_info,SIGILL); in math_emulate() 239 math_abort(FPU_info,SIGSEGV); in math_emulate() 253 math_abort(FPU_info,SIGILL); in math_emulate() 314 math_abort(FPU_info,SIGSEGV); in math_emulate() 331 math_abort(FPU_info,SIGSEGV); in math_emulate()
|
D | load_store.c | 78 math_abort(FPU_info,SIGSEGV); in FPU_load_store() 83 math_abort(FPU_info,SIGSEGV); in FPU_load_store()
|
D | errors.c | 80 math_abort(FPU_info,SIGILL); in FPU_illegal() 365 math_abort(FPU_info,SIGFPE); in FPU_exception()
|