Home
last modified time | relevance | path

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

12345678910>>...24

/kernel/linux/linux-5.10/arch/sh/include/asm/
Duser.h38 struct user { struct
40 struct user_fpu_struct fpu; /* Math Co-processor registers */ argument
50 struct user_fpu_struct* u_fpstate; /* Math Co-processor pointer */ argument
52 char u_comm[32]; /* user command name */ argument
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Duser.h34 struct user { struct
45 char u_comm[32]; /* user command name */ argument
/kernel/linux/linux-4.19/arch/alpha/include/asm/
Duser.h34 struct user { struct
45 char u_comm[32]; /* user command name */ argument
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Duser.h33 struct user { struct
44 char u_comm[32]; /* user command name */ argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Duser.h33 struct user { struct
34 struct user_pt_regs regs; /* entire machine state */ argument
44 char u_comm[32]; /* user command name */ argument
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Duser.h39 struct user { struct
50 char u_comm[32]; /* user command name */ argument
/kernel/linux/linux-4.19/arch/ia64/include/asm/
Duser.h39 struct user { struct
50 char u_comm[32]; /* user command name */ argument
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/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
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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];
/kernel/linux/linux-4.19/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];
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-4.19/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 */
/kernel/linux/linux-4.19/arch/arm64/kernel/
Dsignal.c78 static void init_user_layout(struct rt_sigframe_user_layout *user) in init_user_layout()
93 static size_t sigframe_size(struct rt_sigframe_user_layout const *user) in sigframe_size()
106 static int __sigframe_alloc(struct rt_sigframe_user_layout *user, in __sigframe_alloc()
149 static int sigframe_alloc(struct rt_sigframe_user_layout *user, in sigframe_alloc()
156 static int sigframe_alloc_end(struct rt_sigframe_user_layout *user) in sigframe_alloc_end()
174 struct rt_sigframe_user_layout const *user, unsigned long offset) in apply_user_offset()
268 static int restore_sve_fpsimd_context(struct user_ctxs *user) in restore_sve_fpsimd_context()
340 static int parse_user_sigframe(struct user_ctxs *user, in parse_user_sigframe()
503 struct user_ctxs user; in restore_sigframe() local
582 static int setup_sigframe_layout(struct rt_sigframe_user_layout *user, in setup_sigframe_layout()
[all …]
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dsignal.c68 static void init_user_layout(struct rt_sigframe_user_layout *user) in init_user_layout()
83 static size_t sigframe_size(struct rt_sigframe_user_layout const *user) in sigframe_size()
96 static int __sigframe_alloc(struct rt_sigframe_user_layout *user, in __sigframe_alloc()
139 static int sigframe_alloc(struct rt_sigframe_user_layout *user, in sigframe_alloc()
146 static int sigframe_alloc_end(struct rt_sigframe_user_layout *user) in sigframe_alloc_end()
164 struct rt_sigframe_user_layout const *user, unsigned long offset) in apply_user_offset()
259 static int restore_sve_fpsimd_context(struct user_ctxs *user) in restore_sve_fpsimd_context()
326 static int parse_user_sigframe(struct user_ctxs *user, in parse_user_sigframe()
491 struct user_ctxs user; in restore_sigframe() local
570 static int setup_sigframe_layout(struct rt_sigframe_user_layout *user, in setup_sigframe_layout()
[all …]
/kernel/linux/linux-4.19/drivers/char/ipmi/
Dipmi_poweroff.c121 static int ipmi_request_wait_for_response(struct ipmi_user *user, in ipmi_request_wait_for_response()
141 static int ipmi_request_in_rc_mode(struct ipmi_user *user, in ipmi_request_in_rc_mode()
183 static void pps_poweroff_atca(struct ipmi_user *user) in pps_poweroff_atca()
211 static int ipmi_atca_detect(struct ipmi_user *user) in ipmi_atca_detect()
248 static void ipmi_poweroff_atca(struct ipmi_user *user) in ipmi_poweroff_atca()
312 static int ipmi_cpi1_detect(struct ipmi_user *user) in ipmi_cpi1_detect()
318 static void ipmi_poweroff_cpi1(struct ipmi_user *user) in ipmi_poweroff_cpi1()
427 static int ipmi_dell_chassis_detect(struct ipmi_user *user) in ipmi_dell_chassis_detect()
448 static int ipmi_hp_chassis_detect(struct ipmi_user *user) in ipmi_hp_chassis_detect()
464 static int ipmi_chassis_detect(struct ipmi_user *user) in ipmi_chassis_detect()
[all …]
/kernel/linux/linux-5.10/drivers/char/ipmi/
Dipmi_poweroff.c122 static int ipmi_request_wait_for_response(struct ipmi_user *user, in ipmi_request_wait_for_response()
142 static int ipmi_request_in_rc_mode(struct ipmi_user *user, in ipmi_request_in_rc_mode()
184 static void pps_poweroff_atca(struct ipmi_user *user) in pps_poweroff_atca()
211 static int ipmi_atca_detect(struct ipmi_user *user) in ipmi_atca_detect()
246 static void ipmi_poweroff_atca(struct ipmi_user *user) in ipmi_poweroff_atca()
310 static int ipmi_cpi1_detect(struct ipmi_user *user) in ipmi_cpi1_detect()
316 static void ipmi_poweroff_cpi1(struct ipmi_user *user) in ipmi_poweroff_cpi1()
425 static int ipmi_dell_chassis_detect(struct ipmi_user *user) in ipmi_dell_chassis_detect()
446 static int ipmi_hp_chassis_detect(struct ipmi_user *user) in ipmi_hp_chassis_detect()
462 static int ipmi_chassis_detect(struct ipmi_user *user) in ipmi_chassis_detect()
[all …]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/
Dpmecc.c346 struct atmel_pmecc_user *user; in atmel_pmecc_create_user() local
411 void atmel_pmecc_destroy_user(struct atmel_pmecc_user *user) in atmel_pmecc_destroy_user()
417 static int get_strength(struct atmel_pmecc_user *user) in get_strength()
424 static int get_sectorsize(struct atmel_pmecc_user *user) in get_sectorsize()
429 static void atmel_pmecc_gen_syndrome(struct atmel_pmecc_user *user, int sector) in atmel_pmecc_gen_syndrome()
446 static void atmel_pmecc_substitute(struct atmel_pmecc_user *user) in atmel_pmecc_substitute()
487 static void atmel_pmecc_get_sigma(struct atmel_pmecc_user *user) in atmel_pmecc_get_sigma()
641 static int atmel_pmecc_err_location(struct atmel_pmecc_user *user) in atmel_pmecc_err_location()
690 int atmel_pmecc_correct_sector(struct atmel_pmecc_user *user, int sector, in atmel_pmecc_correct_sector()
746 bool atmel_pmecc_correct_erased_chunks(struct atmel_pmecc_user *user) in atmel_pmecc_correct_erased_chunks()
[all …]

12345678910>>...24