/src/sys/arch/powerpc/include/ |
pcb.h | 67 struct fpreg fpstate; member in struct:md_coredump
|
pcb.h | 67 struct fpreg fpstate; member in struct:md_coredump
|
/src/sys/arch/sparc/include/ |
reg.h | 111 struct fpstate { struct 126 * fact that `fpreg' is a prefix of `fpstate'.
|
reg.h | 111 struct fpstate { struct 126 * fact that `fpreg' is a prefix of `fpstate'.
|
/src/sys/arch/sparc64/sparc64/ |
db_trace.c | 451 struct fpstate64 *fpstate; local in function:db_dump_fpstate 454 fpstate = DDB_FP; 457 fpstate = (struct fpstate64 *)(uintptr_t)addr; 459 db_printf("fpstate %p: fsr = %llx gsr = %lx\nfpregs:\n", 460 fpstate, (unsigned long long)fpstate->fs_fsr, 461 (unsigned long)fpstate->fs_gsr); 463 (unsigned int)fpstate->fs_regs[0], 464 (unsigned int)fpstate->fs_regs[1], 465 (unsigned int)fpstate->fs_regs[2] [all...] |
db_trace.c | 451 struct fpstate64 *fpstate; local in function:db_dump_fpstate 454 fpstate = DDB_FP; 457 fpstate = (struct fpstate64 *)(uintptr_t)addr; 459 db_printf("fpstate %p: fsr = %llx gsr = %lx\nfpregs:\n", 460 fpstate, (unsigned long long)fpstate->fs_fsr, 461 (unsigned long)fpstate->fs_gsr); 463 (unsigned int)fpstate->fs_regs[0], 464 (unsigned int)fpstate->fs_regs[1], 465 (unsigned int)fpstate->fs_regs[2] [all...] |
cpu.c | 402 struct fpstate64 *fpstate; local in function:cpu_reset_fpustate 406 fpstate = ALIGNFPSTATE(&fps[1]); 414 fpstate->fs_fsr = 7 << FSR_VER_SHIFT; /* 7 is reserved for "none" */ 415 savefpstate(fpstate); 509 SPARC64_BLOCK_SIZE, 0, 0, "fpstate",
|
cpu.c | 402 struct fpstate64 *fpstate; local in function:cpu_reset_fpustate 406 fpstate = ALIGNFPSTATE(&fps[1]); 414 fpstate->fs_fsr = 7 << FSR_VER_SHIFT; /* 7 is reserved for "none" */ 415 savefpstate(fpstate); 509 SPARC64_BLOCK_SIZE, 0, 0, "fpstate",
|
/src/sys/arch/sparc64/include/ |
reg.h | 184 * fact that `fpreg' is a prefix of `fpstate'. 222 #define fpstate fpstate64 macro 228 #define fpstate fpstate32 macro
|
reg.h | 184 * fact that `fpreg' is a prefix of `fpstate'. 222 #define fpstate fpstate64 macro 228 #define fpstate fpstate32 macro
|
/src/sys/compat/linux/arch/amd64/ |
linux_machdep.h | 88 struct linux__fpstate *fpstate; member in struct:linux_sigcontext
|
linux_machdep.h | 88 struct linux__fpstate *fpstate; member in struct:linux_sigcontext
|
/src/sys/arch/sparc/sparc/ |
cpu.c | 365 * struct fpstate * bug is fixed. 1035 struct fpstate fpstate; local in function:fpu_init 1049 fpstate.fs_fsr = 7 << FSR_VER_SHIFT; 1050 savefpstate(&fpstate); 1052 (fpstate.fs_fsr >> FSR_VER_SHIFT) & (FSR_VER >> FSR_VER_SHIFT);
|
cpu.c | 365 * struct fpstate * bug is fixed. 1035 struct fpstate fpstate; local in function:fpu_init 1049 fpstate.fs_fsr = 7 << FSR_VER_SHIFT; 1050 savefpstate(&fpstate); 1052 (fpstate.fs_fsr >> FSR_VER_SHIFT) & (FSR_VER >> FSR_VER_SHIFT);
|