HomeSort by: relevance | last modified time | path
    Searched refs:initfpstate (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc/include/
trap.h 138 extern struct fpstate initfpstate;
  /src/sys/arch/sparc/sparc/
process_machdep.c 162 fs = &initfpstate;
trap.c 107 struct fpstate initfpstate = { variable in typeref:struct:fpstate
409 *fs = initfpstate;
  /src/sys/arch/sparc64/sparc64/
process_machdep.c 201 extern const struct fpstate64 initfpstate;
209 fs = &initfpstate;
235 memcpy(fs, &initfpstate, sizeof *fs);
netbsd32_machdep.c 308 extern const struct fpstate64 initfpstate;
309 const struct fpstate64 *statep = &initfpstate;
trap.c 165 const struct fpstate64 initfpstate __aligned(SPARC64_BLOCK_SIZE) = {
672 *fs = initfpstate;

Completed in 39 milliseconds