| /arch/x86/kernel/fpu/ |
| A D | regset.c | 344 env->fip = fxsave->rip; in __convert_from_fxsr() 345 env->foo = fxsave->rdp; in __convert_from_fxsr() 356 env->fos |= 0xffff0000; in __convert_from_fxsr() 358 env->fip = fxsave->fip; in __convert_from_fxsr() 360 env->foo = fxsave->foo; in __convert_from_fxsr() 361 env->fos = fxsave->fos; in __convert_from_fxsr() 382 fxsave->cwd = env->cwd; in convert_to_fxsr() 383 fxsave->swd = env->swd; in convert_to_fxsr() 387 fxsave->rip = env->fip; in convert_to_fxsr() 429 return membuf_write(&to, &env, sizeof(env)); in fpregs_get() [all …]
|
| A D | signal.c | 68 struct user_i387_ia32_struct env; in save_fsave_header() local 76 convert_from_fxsr(&env, tsk); in save_fsave_header() 78 if (__copy_to_user(buf, &env, sizeof(env)) || in save_fsave_header() 327 struct user_i387_ia32_struct env; in __fpu_restore_sig() local 354 if (__copy_from_user(&env, buf, sizeof(env))) in __fpu_restore_sig() 405 convert_to_fxsr(&fpregs->fxsave, &env); in __fpu_restore_sig()
|
| /arch/mips/alchemy/common/ |
| A D | prom.c | 67 char **env = prom_envp; in prom_getenv() local 69 int yamon = (*env && strchr(*env, '=') == NULL); in prom_getenv() 71 while (*env) { in prom_getenv() 73 if (strcmp(envname, *env++) == 0) in prom_getenv() 74 return *env; in prom_getenv() 75 } else if (strncmp(envname, *env, i) == 0 && (*env)[i] == '=') in prom_getenv() 76 return *env + i + 1; in prom_getenv() 77 env++; in prom_getenv()
|
| /arch/powerpc/include/asm/ |
| A D | setjmp.h | 12 extern int setjmp(jmp_buf env) __attribute__((returns_twice)); 13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
|
| /arch/x86/include/asm/fpu/ |
| A D | signal.h | 21 extern void convert_from_fxsr(struct user_i387_ia32_struct *env, 24 const struct user_i387_ia32_struct *env);
|
| /arch/arm/boot/dts/aspeed/ |
| A D | openbmc-flash-layout.dtsi | 13 u-boot-env@60000 { 15 label = "u-boot-env";
|
| A D | openbmc-flash-layout-128.dtsi | 13 u-boot-env@e0000 { 15 label = "u-boot-env";
|
| A D | openbmc-flash-layout-64.dtsi | 16 u-boot-env@e0000 { 18 label = "u-boot-env";
|
| A D | openbmc-flash-layout-64-alt.dtsi | 16 u-boot-env@e0000 { 18 label = "alt-u-boot-env";
|
| A D | facebook-bmc-flash-layout.dtsi | 14 u-boot-env@60000 { 16 label = "env";
|
| A D | facebook-bmc-flash-layout-128.dtsi | 20 u-boot-env@e0000 { 22 label = "env";
|
| /arch/um/drivers/ |
| A D | port_user.c | 171 char *env; in port_connection() local 176 if ((env = getenv("UML_PORT_HELPER"))) in port_connection() 177 argv[2] = env; in port_connection() 187 if (env == NULL) in port_connection()
|
| /arch/arm/boot/dts/marvell/ |
| A D | armada-xp-crs326-24g-2s-bit.dts | 30 partition@u-boot-env { 32 label = "u-boot-env";
|
| A D | armada-xp-crs305-1g-4s-bit.dts | 30 partition@u-boot-env { 32 label = "u-boot-env";
|
| A D | armada-xp-crs328-4c-20s-4s-bit.dts | 30 partition@u-boot-env { 32 label = "u-boot-env";
|
| A D | kirkwood-t5325.dts | 96 label = "u-boot env"; 101 label = "permanent u-boot env"; 106 label = "permanent u-boot env";
|
| A D | armada-xp-crs305-1g-4s.dtsi | 95 partition@u-boot-env { 97 label = "u-boot-env";
|
| A D | armada-xp-crs326-24g-2s.dtsi | 95 partition@u-boot-env { 97 label = "u-boot-env";
|
| /arch/alpha/kernel/ |
| A 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/ |
| A D | Makefile | 9 lib-y += cmdline.o env.o file.o identify.o init.o \
|
| /arch/loongarch/kvm/ |
| A D | main.c | 286 unsigned long env, gcfg = 0; in kvm_arch_enable_virtualization_cpu() local 288 env = read_csr_gcfg(); in kvm_arch_enable_virtualization_cpu() 306 if (env & CSR_GCFG_GCIP_SECURE) in kvm_arch_enable_virtualization_cpu() 308 if (env & CSR_GCFG_MATP_ROOT) in kvm_arch_enable_virtualization_cpu()
|
| /arch/mips/loongson64/ |
| A D | Makefile | 6 setup.o init.o env.o time.o reset.o \
|
| /arch/mips/loongson2ef/common/ |
| A D | Makefile | 6 obj-y += setup.o init.o env.o time.o reset.o irq.o \
|
| /arch/sparc/kernel/ |
| A D | ldc.c | 61 u8 env; member 435 p->env = lp->cfg.mode; in send_rts() 440 p->env, p->seqid); in send_rts() 455 p->env = lp->cfg.mode; in send_rtr() 459 p->env, p->seqid); in send_rtr() 474 p->env = 0; in send_rdx() 1612 p->env = (data_len | in write_nonraw() 1622 p->env, in write_nonraw() 1774 p->env, in read_nonraw() 1816 pkt_len = p->env & LDC_LEN; in read_nonraw() [all …]
|
| /arch/alpha/include/asm/ |
| A 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
|