/arch/x86/kernel/fpu/ |
D | regset.c | 245 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 …]
|
D | signal.c | 71 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/ |
D | prom.c | 66 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/ |
D | signal.c | 85 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/ |
D | setjmp.h | 12 extern int setjmp(jmp_buf env) __attribute__((returns_twice)); 13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
|
D | types.h | 29 unsigned long env; member
|
/arch/mips/ar7/ |
D | prom.c | 172 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/ |
D | signal.h | 23 extern void convert_from_fxsr(struct user_i387_ia32_struct *env, 26 const struct user_i387_ia32_struct *env);
|
/arch/arm/boot/dts/ |
D | openbmc-flash-layout.dtsi | 13 u-boot-env@60000 { 15 label = "u-boot-env";
|
D | openbmc-flash-layout-128.dtsi | 13 u-boot-env@e0000 { 15 label = "u-boot-env";
|
D | openbmc-flash-layout-64.dtsi | 16 u-boot-env@e0000 { 18 label = "u-boot-env";
|
D | facebook-bmc-flash-layout.dtsi | 14 u-boot-env@60000 { 16 label = "env";
|
D | armada-xp-crs328-4c-20s-4s-bit.dts | 30 partition@u-boot-env { 32 label = "u-boot-env";
|
D | armada-xp-crs305-1g-4s-bit.dts | 30 partition@u-boot-env { 32 label = "u-boot-env";
|
D | armada-xp-crs326-24g-2s-bit.dts | 30 partition@u-boot-env { 32 label = "u-boot-env";
|
D | facebook-bmc-flash-layout-128.dtsi | 20 u-boot-env@e0000 { 22 label = "env";
|
D | kirkwood-t5325.dts | 96 label = "u-boot env"; 101 label = "permanent u-boot env"; 106 label = "permanent u-boot env";
|
D | at91-sama5d27_som1.dtsi | 61 label = "bootloader env redundant"; 66 label = "bootloader env";
|
D | bcm53015-meraki-mr26.dts | 91 label = "u-boot-env"; 103 label = "u-boot-env-backup";
|
D | at91-wb45n.dtsi | 80 label = "u-boot-env"; 85 label = "redund-env";
|
/arch/alpha/kernel/ |
D | err_marvel.c | 28 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/ |
D | Makefile | 9 lib-y += cmdline.o env.o file.o identify.o init.o \
|
/arch/mips/loongson64/ |
D | Makefile | 6 setup.o init.o env.o time.o reset.o \
|
/arch/mips/loongson2ef/common/ |
D | Makefile | 6 obj-y += setup.o init.o env.o time.o reset.o irq.o \
|
/arch/alpha/include/asm/ |
D | err_ev7.h | 182 struct ev7_pal_environmental_subpacket env; /* Type 10-16 */ member 196 struct ev7_pal_environmental_subpacket *env[7]; /* Type 10-16 */ member
|