tag | line | file | source code |
---|---|---|---|
start_thread | 693 | fs/binfmt_elf.c | start_thread(regs, elf_entry, bprm->p); |
start_thread | 974 | fs/exec.c | start_thread(regs, ex.a_entry, p); |
start_thread | 108 | include/asm-sparc/processor.h | extern void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp); |