Home
last modified time | relevance | path

Searched refs:regs (Results 1 – 7 of 7) sorted by relevance

/fs/
Dbinfmt_aout.c119 struct pt_regs *regs = current_pt_regs(); in load_aout_binary() local
249 regs->gp = ex.a_gpvalue; in load_aout_binary()
252 start_thread(regs, ex.a_entry, current->mm->start_stack); in load_aout_binary()
Dbinfmt_elf.c693 struct pt_regs *regs; in load_elf_binary() local
1138 regs = current_pt_regs(); in load_elf_binary()
1150 ELF_PLAT_INIT(regs, reloc_func_desc); in load_elf_binary()
1154 start_thread(regs, elf_entry, bprm->p); in load_elf_binary()
1762 const kernel_siginfo_t *siginfo, struct pt_regs *regs) in fill_note_info() argument
2011 const kernel_siginfo_t *siginfo, struct pt_regs *regs) in fill_note_info() argument
2038 elf_core_copy_regs(&info->prstatus->pr_reg, regs); in fill_note_info()
2064 info->prstatus->pr_fpvalid = elf_core_copy_task_fpregs(current, regs, in fill_note_info()
2239 if (!fill_note_info(elf, e_phnum, &info, cprm->siginfo, cprm->regs)) in elf_core_dump()
Dbinfmt_flat.c925 struct pt_regs *regs = current_pt_regs(); in load_flat_binary() local
1008 FLAT_PLAT_INIT(regs); in load_flat_binary()
1013 regs, start_addr, current->mm->start_stack); in load_flat_binary()
1014 start_thread(regs, start_addr, current->mm->start_stack); in load_flat_binary()
Dbinfmt_elf_fdpic.c185 struct pt_regs *regs = current_pt_regs(); in load_elf_fdpic_binary() local
458 ELF_FDPIC_PLAT_INIT(regs, exec_params.map_addr, interp_params.map_addr, in load_elf_fdpic_binary()
465 start_thread(regs, entryaddr, current->mm->start_stack); in load_elf_fdpic_binary()
1633 elf_core_copy_regs(&prstatus->pr_reg, cprm->regs); in elf_fdpic_core_dump()
1672 elf_core_copy_task_fpregs(current, cprm->regs, fpu))) in elf_fdpic_core_dump()
Dcoredump.c584 .regs = signal_pt_regs(), in do_coredump()
/fs/debugfs/
Dfile.c1072 void debugfs_print_regs32(struct seq_file *s, const struct debugfs_reg32 *regs, in debugfs_print_regs32() argument
1077 for (i = 0; i < nregs; i++, regs++) { in debugfs_print_regs32()
1080 seq_printf(s, "%s = 0x%08x\n", regs->name, in debugfs_print_regs32()
1081 readl(base + regs->offset)); in debugfs_print_regs32()
1092 debugfs_print_regs32(s, regset->regs, regset->nregs, regset->base, ""); in debugfs_show_regset32()
/fs/pstore/
Dftrace.c28 struct pt_regs *regs) in pstore_ftrace_call() argument