Searched refs:user (Results 1 - 25 of 266) sorted by relevance

1234567891011

/arch/um/include/asm/
H A Da.out-core.h17 #include <linux/user.h>
20 * fill in the user structure for an a.out core dump
22 static inline void aout_dump_thread(struct pt_regs *regs, struct user *u)
/arch/hexagon/include/asm/
H A Dsigcontext.h22 #include <asm/user.h>
/arch/s390/oprofile/
H A Dop_counter.h18 unsigned long user; member in struct:op_counter_config
/arch/x86/include/asm/
H A Dresume-trace.h6 #define TRACE_RESUME(user) \
17 generate_resume_trace(tracedata, user); \
/arch/x86/oprofile/
H A Dop_counter.h23 unsigned long user; member in struct:op_counter_config
/arch/um/sys-ppc/
H A Dptrace.c19 else if((addr >= offsetof(struct user, u_debugreg[0])) &&
20 (addr <= offsetof(struct user, u_debugreg[7]))){
21 addr -= offsetof(struct user, u_debugreg[0]);
50 else if((addr >= offsetof(struct user, u_debugreg[0])) &&
51 (addr <= offsetof(struct user, u_debugreg[7]))){
52 addr -= offsetof(struct user, u_debugreg[0]);
/arch/cris/include/asm/
H A Duser.h7 #include <arch/user.h>
11 * can understand it and provide useful information to the user (under
14 * upage: 1 page consisting of a user struct that tells gdb
21 * current->brk to pick up all of the user variables, plus any memory
32 struct user { struct
43 char u_comm[32]; /* user command name */
/arch/arm/include/asm/
H A Dprocinfo.h41 struct cpu_user_fns *user; member in struct:proc_info_list
H A Da.out-core.h17 #include <linux/user.h>
21 * fill in the user structure for an a.out core dump
23 static inline void aout_dump_thread(struct pt_regs *regs, struct user *dump)
/arch/frv/include/asm/
H A Duser.h0 /* user.h: FR-V core file format stuff
18 * can understand it and provide useful information to the user (under
23 * look at the contents of the user struct to find out what the
28 * 1 page consisting of a user struct that tells gdb what is present
36 * current->brk to pick up all of the user variables, plus any
51 /* When the kernel dumps core, it starts by dumping the user struct -
55 struct user { struct
/arch/m68k/fpsp040/
H A Dsmovecr.S9 | Output: The constant rounded to the user's rounding
/arch/mips/oprofile/
H A Dop_impl.h22 unsigned long user; member in struct:op_counter_config
/arch/s390/include/asm/
H A Duser.h2 * include/asm-s390/user.h
15 can understand it and provide useful information to the user (under
20 the contents of the user struct to find out what the floating point
23 UPAGE: 1 page consisting of a user struct that tells gdb what is present
29 current->brk to pick up all of the user variables, plus any memory
44 * is still the layout used by user mode (the new
49 /* When the kernel dumps core, it starts by dumping the user struct -
52 struct user { struct
/arch/frv/kernel/
H A Dptrace.c19 #include <linux/user.h>
45 const struct user_int_regs *iregs = &target->thread.user->i;
65 struct user_int_regs *iregs = &target->thread.user->i;
110 const struct user_fpmedia_regs *fpregs = &target->thread.user->f;
130 struct user_fpmedia_regs *fpregs = &target->thread.user->f;
205 struct user_context *user = task->thread.user; local
210 return ((unsigned long *) user)[regno];
219 struct user_context *user = task->thread.user; local
[all...]
/arch/m68k/ifpsp060/
H A Dos.S57 | Each IO routine checks to see if the memory write/read is to/from user
60 | for user mode applications.
71 | working in user space
80 | a1 - user destination address
82 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode
110 | a0 - user source address
113 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode
140 | Read a data byte from user memory.
143 | a0 - user source address
144 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mod
[all...]
/arch/alpha/oprofile/
H A Dop_impl.h20 unsigned long user; member in struct:op_counter_config
/arch/avr32/include/asm/
H A Duser.h20 * can understand it and provide useful information to the user (under
23 * upage: 1 page consisting of a user struct that tells gdb
30 * current->brk to pick up all of the user variables, plus any memory
45 struct user { struct
56 char u_comm[32]; /* user command name */
/arch/h8300/include/asm/
H A Duser.h7 can understand it and provide useful information to the user (under
12 the contents of the user struct to find out what the floating point
15 UPAGE: 1 page consisting of a user struct that tells gdb what is present
21 current->brk to pick up all of the user variables, plus any memory
34 is still the layout used by user (the new pt_regs doesn't have
46 /* When the kernel dumps core, it starts by dumping the user struct -
49 struct user{ struct
/arch/m32r/include/asm/
H A Duser.h10 * can understand it and provide useful information to the user (under
14 * UPAGE: 1 page consisting of a user struct that tells gdb
21 * current->brk to pick up all of the user variables, plus any memory
32 struct user { struct
43 char u_comm[32]; /* user command name */
/arch/mips/include/asm/
H A Duser.h16 * can understand it and provide useful information to the user (under
20 * upage: 1 page consisting of a user struct that tells gdb
27 * current->brk to pick up all of the user variables, plus any memory
37 struct user { struct
49 char u_comm[32]; /* user command name */
/arch/mn10300/include/asm/
H A Duser.h19 * When the kernel dumps core, it starts by dumping the user struct - this will
23 struct user { struct
/arch/powerpc/include/asm/
H A Duser.h8 * Adapted from <asm-alpha/user.h>
11 * can understand it and provide useful information to the user (under
15 * upage: 1 page consisting of a user struct that tells gdb
22 * current->brk to pick up all of the user variables, plus any memory
32 struct user { struct
43 char u_comm[32]; /* user command name */
/arch/um/drivers/
H A Dslip_kern.c23 spri = (struct slip_data *) private->user;
50 (struct slip_data *) &lp->user);
56 (struct slip_data *) &lp->user);
81 .user = &slip_user_info,
/arch/x86/um/asm/
H A Dprocessor.h20 #include <asm/user.h>
/arch/arm/kernel/
H A Dsys_oabi-compat.c5 * old ABI user space binaries with an EABI kernel.
44 * to avoid copying the extra padding over user space unexpecting it.
199 struct oabi_flock64 user; local
209 if (copy_from_user(&user, (struct oabi_flock64 __user *)arg,
210 sizeof(user)))
212 kernel.l_type = user.l_type;
213 kernel.l_whence = user.l_whence;
214 kernel.l_start = user.l_start;
215 kernel.l_len = user.l_len;
216 kernel.l_pid = user
252 struct oabi_epoll_event user; local
[all...]

Completed in 1053 milliseconds

1234567891011