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

  /src/sys/arch/sparc64/include/
proc.h 48 struct fpstate64 *md_fpstate; /* fpu state, if any; always resident */
pcb.h 185 struct fpstate64 md_fpstate;
reg.h 174 #define ALIGNFPSTATE(f) ((struct fpstate64 *)(((long)(f))&(~SPARC64_BLOCK_ALIGN)))
192 struct fpstate64 { struct
222 #define fpstate fpstate64
cpu.h 430 struct fpstate64;
431 void savefpstate(struct fpstate64 *);
432 void loadfpstate(struct fpstate64 *);
db_machdep.h 68 struct fpstate64 db_fpstate __aligned(SPARC64_BLOCK_SIZE);
  /src/sys/arch/sparc/fpu/
fpu_extern.h 41 struct fpstate64;
53 int fpu_cleanup(struct lwp *, struct fpstate64 *);
54 int fpu_emulate(struct lwp *, struct trapframe64 *, struct fpstate64 *);
fpu_emu.h 145 struct fpstate64 *fe_fpstate; /* registers, etc */
fpu.c 134 struct fpstate64 *fs
253 struct fpstate64 *fs;
309 struct fpstate64 *fs;
  /src/sys/arch/sparc64/sparc64/
process_machdep.c 201 extern const struct fpstate64 initfpstate;
206 const struct fpstate64 *fs;
231 struct fpstate64 *fs;
vm_machdep.c 228 sizeof(struct fpstate64));
350 struct fpstate64 *fs;
netbsd32_machdep.c 107 struct fpstate64 *fs;
308 extern const struct fpstate64 initfpstate;
309 const struct fpstate64 *statep = &initfpstate;
325 struct fpstate64 *statep;
873 struct fpstate64 *fsp;
958 struct fpstate64 *fsp;
cpu.c 402 struct fpstate64 *fpstate;
403 struct fpstate64 fps[2];
508 fpstate_cache = pool_cache_init(sizeof(struct fpstate64),
db_trace.c 451 struct fpstate64 *fpstate;
457 fpstate = (struct fpstate64 *)(uintptr_t)addr;
sunos32_machdep.c 108 struct fpstate64 *fs;
machdep.c 232 struct fpstate64 *fs;
2480 struct fpstate64 *fsp;
2582 struct fpstate64 *fsp;
trap.c 165 const struct fpstate64 initfpstate __aligned(SPARC64_BLOCK_SIZE) = {
667 struct fpstate64 *fs = l->l_md.md_fpstate;

Completed in 24 milliseconds