Searched refs:instruction_address (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_aux.c43 instruction_address.offset = 0;
44 instruction_address.selector = 0;
45 instruction_address.opcode = 0;
H A Dreg_ld_str.c1195 FPU_get_user(instruction_address.offset, (unsigned short __user *) (s+6));
1196 FPU_get_user(instruction_address.selector, (unsigned short __user *) (s+8));
1203 instruction_address.offset
1204 += (instruction_address.selector & 0xf000) << 4;
1215 FPU_get_user(instruction_address.offset, (unsigned long __user *) (s+0x0c));
1216 FPU_get_user(instruction_address.selector, (unsigned short __user *) (s+0x10));
1217 FPU_get_user(instruction_address.opcode, (unsigned short __user *) (s+0x12));
1311 FPU_put_user(instruction_address.offset, (unsigned short __user *) (d+6));
1315 FPU_put_user((instruction_address.offset & 0xf0000) >> 4,
1322 FPU_put_user(instruction_address
[all...]
H A Dfpu_system.h66 #define instruction_address (*(struct address *)&I387.soft.fip) macro
H A Dfpu_entry.c554 instruction_address = entry_sel_off;

Completed in 60 milliseconds