/arch/alpha/include/asm/ |
D | user.h | 34 struct user { struct 45 char u_comm[32]; /* user command name */ argument
|
/arch/powerpc/include/asm/ |
D | user.h | 33 struct user { struct 34 struct user_pt_regs regs; /* entire machine state */ argument 44 char u_comm[32]; /* user command name */ argument
|
D | oprofile_impl.h | 21 unsigned long user; member
|
/arch/s390/include/asm/ |
D | user.h | 51 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/ia64/include/asm/ |
D | user.h | 39 struct user { struct 50 char u_comm[32]; /* user command name */ argument
|
/arch/sh/include/asm/ |
D | user.h | 45 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/ |
D | user.h | 53 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
|
D | procinfo.h | 38 struct cpu_user_fns *user; member
|
/arch/h8300/include/asm/ |
D | user.h | 49 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/ |
D | user.h | 57 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/ |
D | user_64.h | 103 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 */
|
D | user_32.h | 101 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];
|
D | pm-trace.h | 7 #define TRACE_RESUME(user) \ argument 22 #define TRACE_SUSPEND(user) TRACE_RESUME(user) argument
|
/arch/arm64/kernel/ |
D | signal.c | 67 static void init_user_layout(struct rt_sigframe_user_layout *user) in init_user_layout() 82 static size_t sigframe_size(struct rt_sigframe_user_layout const *user) in sigframe_size() 95 static int __sigframe_alloc(struct rt_sigframe_user_layout *user, in __sigframe_alloc() 138 static int sigframe_alloc(struct rt_sigframe_user_layout *user, in sigframe_alloc() 145 static int sigframe_alloc_end(struct rt_sigframe_user_layout *user) in sigframe_alloc_end() 163 struct rt_sigframe_user_layout const *user, unsigned long offset) in apply_user_offset() 257 static int restore_sve_fpsimd_context(struct user_ctxs *user) in restore_sve_fpsimd_context() 324 static int parse_user_sigframe(struct user_ctxs *user, in parse_user_sigframe() 487 struct user_ctxs user; in restore_sigframe() local 566 static int setup_sigframe_layout(struct rt_sigframe_user_layout *user, in setup_sigframe_layout() [all …]
|
/arch/arm/mach-omap2/ |
D | pm-debug.c | 69 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user) in clkdm_dbg_show_counter() 84 static int pwrdm_dbg_show_counter(struct powerdomain *pwrdm, void *user) in pwrdm_dbg_show_counter() 113 static int pwrdm_dbg_show_timer(struct powerdomain *pwrdm, void *user) in pwrdm_dbg_show_timer()
|
D | sr_device.c | 91 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
|
D | clockdomain.c | 544 int clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user), in clkdm_for_each()
|
D | powerdomain.c | 437 int pwrdm_for_each(int (*fn)(struct powerdomain *pwrdm, void *user), in pwrdm_for_each()
|
/arch/x86/oprofile/ |
D | op_counter.h | 23 unsigned long user; member
|
/arch/um/include/shared/ |
D | net_kern.h | 42 char user[0]; member 56 const struct net_user_info *user; member
|
/arch/mips/oprofile/ |
D | op_impl.h | 22 unsigned long user; member
|
/arch/alpha/oprofile/ |
D | op_impl.h | 20 unsigned long user; member
|
/arch/mips/mm/ |
D | c-r4k.c | 747 bool user; member 753 bool user) in __local_r4k_flush_icache_range() 805 bool user = fir_args->user; in local_r4k_flush_icache_range_ipi() local 811 bool user) in __r4k_flush_icache_range()
|
/arch/powerpc/oprofile/ |
D | op_model_fsl_emb.c | 179 static void set_pmc_user_kernel(int ctr, int user, int kernel) in set_pmc_user_kernel()
|
/arch/arm/kernel/ |
D | sys_oabi-compat.c | 198 struct oabi_flock64 user; in do_locks() local 254 struct oabi_epoll_event user; in sys_oabi_epoll_ctl() local
|