HomeSort by: relevance | last modified time | path
    Searched defs:execsp_start (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/kernel/arch/riscv/
execsp.S 36 * void execsp_start(void (*cleanup@a0)(void),
42 ENTRY(execsp_start) function
51 END(execsp_start)
  /src/tests/kernel/arch/x86_64/
execsp.S 36 * void execsp_start(void (*cleanup@rbx)(void), void *obj_main@rcx,
42 ENTRY(execsp_start) function
52 END(execsp_start)
  /src/tests/kernel/arch/aarch64/
execsp.S 36 * void execsp_start(void (*cleanup@x0)(void), void *obj_main@x1,
42 ENTRY(execsp_start) function
47 END(execsp_start)
  /src/tests/kernel/arch/i386/
execsp.S 36 * void execsp_start(void (*cleanup@edx)(void), void *obj_main@ecx,
42 ENTRY(execsp_start) function
48 END(execsp_start)
  /src/tests/kernel/arch/sparc/
execsp.S 51 * void execsp_start(struct ps_strings *ps_strings@g1,
57 ENTRY(execsp_start) function
64 END(execsp_start)
  /src/tests/kernel/arch/arm/
execsp.S 36 * void execsp_start(struct ps_strings *ps_strings@r0, void *obj_main@r1,
42 ENTRY(execsp_start) function
43 0: GOT_INIT(r3, .Lgot.execsp_start)
49 GOT_INITSYM(.Lgot.execsp_start, 0b)
52 END(execsp_start)
  /src/tests/kernel/arch/sh3/
execsp.S 35 * void execsp_start()
42 ENTRY(execsp_start) function
57 SET_ENTRY_SIZE(execsp_start)

Completed in 13 milliseconds