Home
last modified time | relevance | path

Searched refs:env (Results 1 – 25 of 169) sorted by relevance

1234567

/arch/x86/kernel/fpu/
Dregset.c245 static void __convert_from_fxsr(struct user_i387_ia32_struct *env, in __convert_from_fxsr() argument
249 struct _fpreg *to = (struct _fpreg *) &env->st_space[0]; in __convert_from_fxsr()
253 env->cwd = fxsave->cwd | 0xffff0000u; in __convert_from_fxsr()
254 env->swd = fxsave->swd | 0xffff0000u; in __convert_from_fxsr()
255 env->twd = twd_fxsr_to_i387(fxsave); in __convert_from_fxsr()
258 env->fip = fxsave->rip; in __convert_from_fxsr()
259 env->foo = fxsave->rdp; in __convert_from_fxsr()
264 env->fcs = task_pt_regs(tsk)->cs; in __convert_from_fxsr()
266 savesegment(ds, env->fos); in __convert_from_fxsr()
268 env->fos = tsk->thread.ds; in __convert_from_fxsr()
[all …]
Dsignal.c71 struct user_i387_ia32_struct env; in save_fsave_header() local
79 convert_from_fxsr(&env, tsk); in save_fsave_header()
81 if (__copy_to_user(buf, &env, sizeof(env)) || in save_fsave_header()
309 struct user_i387_ia32_struct env; in __fpu_restore_sig() local
342 ret = __copy_from_user(&env, buf, sizeof(env)); in __fpu_restore_sig()
394 convert_to_fxsr(&fpu->state.fxsave, &env); in __fpu_restore_sig()
/arch/mips/alchemy/common/
Dprom.c66 char **env = prom_envp; in prom_getenv() local
68 int yamon = (*env && strchr(*env, '=') == NULL); in prom_getenv()
70 while (*env) { in prom_getenv()
72 if (strcmp(envname, *env++) == 0) in prom_getenv()
73 return *env; in prom_getenv()
74 } else if (strncmp(envname, *env, i) == 0 && (*env)[i] == '=') in prom_getenv()
75 return *env + i + 1; in prom_getenv()
76 env++; in prom_getenv()
/arch/x86/um/
Dsignal.c85 unsigned long env[7]; in convert_fxsr_to_user() local
90 env[0] = (unsigned long)fxsave->cwd | 0xffff0000ul; in convert_fxsr_to_user()
91 env[1] = (unsigned long)fxsave->swd | 0xffff0000ul; in convert_fxsr_to_user()
92 env[2] = twd_fxsr_to_i387(fxsave); in convert_fxsr_to_user()
93 env[3] = fxsave->fip; in convert_fxsr_to_user()
94 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16); in convert_fxsr_to_user()
95 env[5] = fxsave->foo; in convert_fxsr_to_user()
96 env[6] = fxsave->fos; in convert_fxsr_to_user()
98 if (__copy_to_user(buf, env, 7 * sizeof(unsigned long))) in convert_fxsr_to_user()
118 unsigned long env[7]; in convert_fxsr_from_user() local
[all …]
/arch/powerpc/include/asm/
Dsetjmp.h12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
Dtypes.h29 unsigned long env; member
/arch/mips/ar7/
Dprom.c172 static void __init ar7_init_env(struct env_var *env) in ar7_init_env() argument
181 for (i = 0; i < MAX_ENTRY; i++, env++) in ar7_init_env()
182 if (env->name) in ar7_init_env()
183 add_adam2_var(env->name, env->value); in ar7_init_env()
/arch/x86/include/asm/fpu/
Dsignal.h23 extern void convert_from_fxsr(struct user_i387_ia32_struct *env,
26 const struct user_i387_ia32_struct *env);
/arch/arm/boot/dts/
Dopenbmc-flash-layout.dtsi13 u-boot-env@60000 {
15 label = "u-boot-env";
Dopenbmc-flash-layout-128.dtsi13 u-boot-env@e0000 {
15 label = "u-boot-env";
Dopenbmc-flash-layout-64.dtsi16 u-boot-env@e0000 {
18 label = "u-boot-env";
Dfacebook-bmc-flash-layout.dtsi14 u-boot-env@60000 {
16 label = "env";
Darmada-xp-crs328-4c-20s-4s-bit.dts30 partition@u-boot-env {
32 label = "u-boot-env";
Darmada-xp-crs305-1g-4s-bit.dts30 partition@u-boot-env {
32 label = "u-boot-env";
Darmada-xp-crs326-24g-2s-bit.dts30 partition@u-boot-env {
32 label = "u-boot-env";
Dfacebook-bmc-flash-layout-128.dtsi20 u-boot-env@e0000 {
22 label = "env";
Dkirkwood-t5325.dts96 label = "u-boot env";
101 label = "permanent u-boot env";
106 label = "permanent u-boot env";
Dat91-sama5d27_som1.dtsi61 label = "bootloader env redundant";
66 label = "bootloader env";
Dbcm53015-meraki-mr26.dts91 label = "u-boot-env";
103 label = "u-boot-env-backup";
Dat91-wb45n.dtsi80 label = "u-boot-env";
85 label = "redund-env";
/arch/alpha/kernel/
Derr_marvel.c28 struct ev7_pal_environmental_subpacket *env; in marvel_print_680_frame() local
49 env = lf_subpackets->env[ev7_lf_env_index(ev_packets[i].type)]; in marvel_print_680_frame()
50 if (!env) in marvel_print_680_frame()
56 env->cabinet, in marvel_print_680_frame()
57 env->drawer); in marvel_print_680_frame()
61 env->module_type, in marvel_print_680_frame()
62 env->unit_id, in marvel_print_680_frame()
63 env->condition); in marvel_print_680_frame()
77 if (lf_subpackets->env[i]) in marvel_process_680_frame()
/arch/mips/fw/arc/
DMakefile9 lib-y += cmdline.o env.o file.o identify.o init.o \
/arch/mips/loongson64/
DMakefile6 setup.o init.o env.o time.o reset.o \
/arch/mips/loongson2ef/common/
DMakefile6 obj-y += setup.o init.o env.o time.o reset.o irq.o \
/arch/alpha/include/asm/
Derr_ev7.h182 struct ev7_pal_environmental_subpacket env; /* Type 10-16 */ member
196 struct ev7_pal_environmental_subpacket *env[7]; /* Type 10-16 */ member

1234567