Searched refs:save (Results 1 - 25 of 38) sorted by relevance

12

/u-boot/arch/arm/include/asm/
H A Dprocessor.h23 unsigned int save[FP_SIZE]; /* as yet undefined */ member in struct:fp_hard_struct
27 unsigned int save[FP_SIZE]; /* undefined information */ member in struct:fp_soft_struct
77 struct context_save_struct *save; member in struct:thread_struct
91 return t->save ? pc_pointer(t->save->pc) : 0;
96 return t->save ? t->save->fp : 0;
/u-boot/common/
H A Dmemsize.c49 long save[BITS_PER_LONG - 1]; local
60 save[i++] = *addr;
84 *addr = save[--i];
92 *addr = save[--i];
103 *addr = save[--i];
/u-boot/arch/arm/cpu/armv7/
H A Dsmccc-call.S31 UNWIND( .save {r4-r7})
/u-boot/env/
H A Dremote.c59 .save = env_save_ptr(env_remote_save),
H A Dnvram.c69 .save = env_save_ptr(env_nvram_save),
H A Donenand.c111 .save = env_save_ptr(env_onenand_save),
H A Dext4.c200 .save = ENV_SAVE_PTR(env_ext4_save),
H A Denv.c263 if (!drv->save) {
273 ret = drv->save();
H A Deeprom.c179 .save = env_save_ptr(env_eeprom_save),
H A Dubi.c223 .save = env_save_ptr(env_ubi_save),
H A Dfat.c192 .save = ENV_SAVE_PTR(env_fat_save),
/u-boot/arch/mips/mach-mtmips/mt7620/
H A Dlowlevel_init.S31 move k0, sp # save gd pointer
/u-boot/arch/arm/lib/
H A Dvectors.S223 stmia r5, {r0 - r3} @ save sp_SVC, lr_SVC, pc, cpsr
224 mov r0, sp @ save current stack into r0 (param register)
251 str lr, [r13] @ save caller lr in position 0 of saved stack
253 str lr, [r13, #4] @ save spsr in position 1 of saved stack
263 str r0, [r13] @ save R0's value.
265 str lr, [r0] @ save caller lr in position 0 of saved stack
267 str lr, [r0, #4] @ save spsr in position 1 of saved stack
H A Dlib1funcs.S42 @ to save one loop in most cases.
251 eor ip, r0, r1 @ save the sign of the result.
319 UNWIND(.save {r0, r1, ip, lr} )
335 UNWIND(.save {r0, r1, ip, lr} )
352 UNWIND(.save {lr})
/u-boot/arch/arm/mach-omap2/
H A Dlowlevel_init.S53 push {r4-r12, lr} @ save registers - ROM code may pollute
66 push {r4-r12, lr} @ save registers - ROM code may pollute
/u-boot/cmd/
H A Dfs.c51 save, 7, 0, do_save_wrapper,
52 "save file to a filesystem",
56 " 'bytes' gives the size to save in bytes and is mandatory.\n"
/u-boot/include/
H A Denv_internal.h127 ENVOP_SAVE, /* we want to call the save function */
145 * save() - Save the environment to storage
151 int (*save)(void); member in struct:env_driver
/u-boot/drivers/xen/
H A Dhypervisor.c209 int save; local
215 save = vcpu->evtchn_upcall_mask;
224 vcpu->evtchn_upcall_mask = save;
/u-boot/drivers/ufs/
H A Dufs-renesas.c279 static u32 save[MAX_INDEX]; local
287 ufshcd_writel(hba, save[p->index], p->reg);
290 save[p->index] |= p->u.set;
293 save[p->index] = ufshcd_readl(hba, p->reg) & p->mask;
/u-boot/scripts/
H A Dcheckstack.pl102 # f0019d10: 9d e3 bf 90 save %sp, -112, %sp
103 $re = qr/.*save.*%sp, -(([0-9]{2}|[3-9])[0-9]{2}), %sp/o;
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S35 * No need to save-restore registers, does not use stack.
62 str r0, [r4, #0x10] @ save return value
108 * Buffer to save function arguments and return value for omap_smc_sec_cpu1
/u-boot/drivers/net/fm/
H A Dfm.c40 void *save; local
43 save = muram[fm_idx].alloc;
45 off = (ulong)save & align_mask;
52 muram[fm_idx].alloc = save;
/u-boot/tools/
H A Defivar.py183 def save(self): member in class:EfiVariableStore
239 env.save()
274 env.save()
327 printp.add_argument('--infile', '-i', required=True, help='file to save the EFI variables')
333 setp.add_argument('--infile', '-i', required=True, help='file to save the EFI variables')
342 delp.add_argument('--infile', '-i', required=True, help='file to save the EFI variables')
/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c73 u32 save[64]; local
78 /* First save the data */
82 save[i++] = *addr;
100 *addr = save[i--];
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dstart.S39 move k0, sp # save gd pointer

Completed in 181 milliseconds

12