Home
last modified time | relevance | path

Searched defs:user (Results 1 – 25 of 53) sorted by relevance

123

/arch/mn10300/include/asm/
Duser.h23 struct user { struct
40 struct user_pt_regs *u_ar0; /* Used by gdb to help find the values for */ argument
43 unsigned long magic; /* To uniquely identify a core file */
44 char u_comm[32]; /* User command that was responsible */
/arch/powerpc/include/asm/
Duser.h33 struct user { struct
44 char u_comm[32]; /* user command name */ argument
/arch/alpha/include/asm/
Duser.h34 struct user { struct
45 char u_comm[32]; /* user command name */ argument
/arch/m32r/include/asm/
Duser.h33 struct user { struct
44 char u_comm[32]; /* user command name */ argument
/arch/cris/include/asm/
Duser.h33 struct user { struct
34 struct user_regs_struct regs; /* entire machine state */ argument
44 char u_comm[32]; /* user command name */ argument
/arch/ia64/include/asm/
Duser.h39 struct user { struct
50 char u_comm[32]; /* user command name */ argument
/arch/s390/include/asm/
Duser.h51 struct user { struct
54 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
56 unsigned long int u_tsize; /* Text segment size (pages). */
57 unsigned long int u_dsize; /* Data segment size (pages). */
58 unsigned long int u_ssize; /* Stack segment size (pages). */
59 unsigned long start_code; /* Starting virtual address of text. */
60 unsigned long start_stack; /* Starting virtual address of stack area.
64 long int signal; /* Signal that caused the core dump. */
65 unsigned long u_ar0; /* Used by gdb to help find the values for */
67 unsigned long magic; /* To uniquely identify a core file */
[all …]
/arch/frv/include/asm/
Duser.h55 struct user { struct
58 struct user_context regs; argument
61 unsigned long u_tsize; /* Text segment size (pages). */
62 unsigned long u_dsize; /* Data segment size (pages). */
63 unsigned long u_ssize; /* Stack segment size (pages). */
64 unsigned long start_code; /* Starting virtual address of text. */
65 unsigned long start_stack; /* Starting virtual address of stack area.
69 long int signal; /* Signal that caused the core dump. */
71 unsigned long magic; /* To uniquely identify a core file */
72 char u_comm[32]; /* User command that was responsible */
Dprocessor.h54 struct user_context *user; /* userspace context */ member
/arch/sh/include/asm/
Duser.h45 struct user { struct
47 struct user_fpu_struct fpu; /* Math Co-processor registers */ argument
57 struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */ argument
59 char u_comm[32]; /* user command name */ argument
/arch/arm/include/asm/
Duser.h53 struct user{ struct
76 struct user_fp u_fp; /* FP state */ argument
77 struct user_fp_struct * u_fp0;/* Used by gdb to help find the values for */ argument
95 * VFP exception registers exposed to user space during signal delivery. argument
Dprocinfo.h41 struct cpu_user_fns *user; member
/arch/h8300/include/asm/
Duser.h49 struct user { struct
52 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
55 unsigned long int u_tsize; /* Text segment size (pages). */
56 unsigned long int u_dsize; /* Data segment size (pages). */
57 unsigned long int u_ssize; /* Stack segment size (pages). */
58 unsigned long start_code; /* Starting virtual address of text. */
59 unsigned long start_stack; /* Starting virtual address of stack area.
63 long int signal; /* Signal that caused the core dump. */
64 int reserved; /* No longer used */
65 unsigned long u_ar0; /* Used by gdb to help find the values for */
[all …]
/arch/m68k/include/asm/
Duser.h57 struct user{ struct
60 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
64 struct user_m68kfp_struct m68kfp; /* Math Co-processor registers. */ argument
78 struct user_m68kfp_struct* u_fpstate; /* Math Co-processor pointer. */ argument
79 unsigned long magic; /* To uniquely identify a core file */
80 char u_comm[32]; /* User command that was responsible */
/arch/x86/include/asm/
Duser_64.h103 struct user { struct
106 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
111 struct user_i387_struct i387; /* Math Co-processor registers. */ argument
126 struct user_i387_struct *u_fpstate; /* Math Co-processor pointer. */ argument
127 unsigned long magic; /* To uniquely identify a core file */
128 char u_comm[32]; /* User command that was responsible */
129 unsigned long u_debugreg[8];
130 unsigned long error_code; /* CPU error code or 0 */
131 unsigned long fault_address; /* CR3 or 0 */
Duser_32.h101 struct user{ struct
104 struct user_regs_struct regs; /* Where the registers are actually stored */ argument
108 struct user_i387_struct i387; /* Math Co-processor registers. */ argument
122 struct user_i387_struct *u_fpstate; /* Math Co-processor pointer. */ argument
123 unsigned long magic; /* To uniquely identify a core file */
124 char u_comm[32]; /* User command that was responsible */
125 int u_debugreg[8];
Dpm-trace.h7 #define TRACE_RESUME(user) \ argument
22 #define TRACE_SUSPEND(user) TRACE_RESUME(user) argument
/arch/arm64/kernel/
Dsignal.c74 static void init_user_layout(struct rt_sigframe_user_layout *user) in init_user_layout()
89 static size_t sigframe_size(struct rt_sigframe_user_layout const *user) in sigframe_size()
102 static int __sigframe_alloc(struct rt_sigframe_user_layout *user, in __sigframe_alloc()
145 static int sigframe_alloc(struct rt_sigframe_user_layout *user, in sigframe_alloc()
152 static int sigframe_alloc_end(struct rt_sigframe_user_layout *user) in sigframe_alloc_end()
170 struct rt_sigframe_user_layout const *user, unsigned long offset) in apply_user_offset()
228 static int parse_user_sigframe(struct user_ctxs *user, in parse_user_sigframe()
376 struct user_ctxs user; in restore_sigframe() local
441 static int setup_sigframe_layout(struct rt_sigframe_user_layout *user) in setup_sigframe_layout()
462 static int setup_sigframe(struct rt_sigframe_user_layout *user, in setup_sigframe()
[all …]
/arch/arm/mach-omap2/
Dpm-debug.c78 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user) in clkdm_dbg_show_counter()
93 static int pwrdm_dbg_show_counter(struct powerdomain *pwrdm, void *user) in pwrdm_dbg_show_counter()
122 static int pwrdm_dbg_show_timer(struct powerdomain *pwrdm, void *user) in pwrdm_dbg_show_timer()
Dsr_device.c92 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
/arch/x86/oprofile/
Dop_counter.h23 unsigned long user; member
/arch/um/include/shared/
Dnet_kern.h42 char user[0]; member
56 const struct net_user_info *user; member
/arch/tile/include/hv/
Diorpc.h365 user; /**< Buffer as described by user apps. */ member
401 user; /**< Interrupt as described by user applications. */ member
425 user; /**< pollfd_setup as described by user applications. */ member
449 user; /**< pollfd as described by user applications. */ member
/arch/frv/kernel/
Dptrace.c205 struct user_context *user = task->thread.user; in get_reg() local
219 struct user_context *user = task->thread.user; in put_reg() local
/arch/mips/oprofile/
Dop_impl.h22 unsigned long user; member

123