HomeSort by: relevance | last modified time | path
    Searched refs:execsp_main (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/kernel/
h_execsp.c 40 * startsp, ctorsp, mainsp, and dtorsp, and then call execsp_main on
48 int execsp_main(void);
50 execsp_main(void) function in typeref:typename:int
  /src/tests/kernel/arch/alpha/
execsp.S 76 * zero. We will call execsp_main in execsp_dtor once dtorsp has
91 * to the C execsp_main in h_execsp.c to report the stack pointers
98 ldq pv, execsp_main(gp) !literal
99 jmp (pv), execsp_main
  /src/tests/kernel/arch/riscv/
execsp.S 74 * zero. We will call execsp_main in execsp_dtor once dtorsp has
88 * to the C execsp_main in h_execsp.c to report the stack pointers
94 tail _C_LABEL(execsp_main) /* tail call execsp_main */
  /src/tests/kernel/arch/x86_64/
execsp.S 85 * zero. We will call execsp_main in execsp_dtor once dtorsp has
99 * to the C execsp_main in h_execsp.c to report the stack pointers
105 jmp _C_LABEL(execsp_main)
  /src/tests/kernel/arch/hppa/
execsp.S 98 * zero. We will call execsp_main in execsp_dtor once dtorsp has
113 * to the C execsp_main in h_execsp.c to report the stack pointers
121 addil LT%_C_LABEL(execsp_main), %r19 /* r1 := execsp_main */
122 ldw RT%_C_LABEL(execsp_main)(%r1), %r1
123 bv %r0(%r1) /* jump to execsp_main */
  /src/tests/kernel/arch/i386/
execsp.S 73 * zero. We will call execsp_main in execsp_dtor once dtorsp has
89 * to the C execsp_main in h_execsp.c to report the stack pointers
97 jmp _C_LABEL(execsp_main)@PLT
  /src/tests/kernel/arch/mips/
execsp.S 82 * zero. We will call execsp_main in execsp_dtor once dtorsp has
101 * to the C execsp_main in h_execsp.c to report the stack pointers
111 PIC_TAILCALL(execsp_main) /* gp restore, uses t3 */
  /src/tests/kernel/arch/aarch64/
execsp.S 71 * zero. We will call execsp_main in execsp_dtor once dtorsp has
86 * to the C execsp_main in h_execsp.c to report the stack pointers
93 b _C_LABEL(execsp_main)
  /src/tests/kernel/arch/sparc/
execsp.S 90 * zero. We will call execsp_main in execsp_dtor once dtorsp has
106 * to the C execsp_main in h_execsp.c to report the stack pointers
115 call _C_LABEL(execsp_main) /* tail call to execsp_main */
  /src/tests/kernel/arch/sh3/
execsp.S 92 * zero. We will call execsp_main in execsp_dtor once dtorsp has
116 * to the C execsp_main in h_execsp.c to report the stack pointers
139 .L_execsp_main: CALL_DATUM(execsp_main, 1b)
  /src/tests/kernel/arch/arm/
execsp.S 81 * zero. We will call execsp_main in execsp_dtor once dtorsp has
101 * to the C execsp_main in h_execsp.c to report the stack pointers
109 b PLT_SYM(_C_LABEL(execsp_main))

Completed in 54 milliseconds