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

  /src/sys/arch/x86/include/
fpu.h 47 int process_write_xstate(struct lwp *, const struct xstate *);
  /src/sys/arch/i386/i386/
process_machdep.c 263 return process_write_xstate(l, regs);
  /src/sys/arch/amd64/amd64/
process_machdep.c 307 return process_write_xstate(l, regs);
  /src/sys/arch/x86/x86/
fpu.c 971 process_write_xstate(struct lwp *l, const struct xstate *xstate) function in typeref:typename:int

Completed in 30 milliseconds