OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-or32/] [user.h] - Diff between revs 681 and 700

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 681 Rev 700
Line 39... Line 39...
   are within the file, and what virtual addresses to use. */
   are within the file, and what virtual addresses to use. */
struct user{
struct user{
/* We start with the registers, to mimic the way that "memory" is returned
/* We start with the registers, to mimic the way that "memory" is returned
   from the ptrace(3,...) function.  */
   from the ptrace(3,...) function.  */
  struct pt_regs regs;          /* Where the registers are actually stored */
  struct pt_regs regs;          /* Where the registers are actually stored */
/*  struct switch_stack regs2;  /* Backward compatibility, sort of */
 
/* ptrace does not yet supply these.  Someday.... */
/* ptrace does not yet supply these.  Someday.... */
  int u_fpvalid;                /* True if math co-processor being used. */
  int u_fpvalid;                /* True if math co-processor being used. */
                                /* for this mess. Not yet used. */
                                /* for this mess. Not yet used. */
  struct user_or32fp_struct or32fp; /* Math Co-processor registers. */
  struct user_or32fp_struct or32fp; /* Math Co-processor registers. */
/* The rest of this junk is to help gdb figure out what goes where */
/* The rest of this junk is to help gdb figure out what goes where */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.