OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newsp
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/bionic/
bionic_clone.c
35
void*
newsp
,
/external/ipsec-tools/src/racoon/
policy.h
145
extern struct secpolicy *
newsp
__P((void));
policy.c
290
newsp
()
function
pfkey.c
[
all
...]
/external/qemu/target-arm/
cpu.h
479
static inline void cpu_clone_regs(CPUState *env, target_ulong
newsp
)
481
if (
newsp
)
482
env->regs[13] =
newsp
;
/external/qemu/target-mips/
cpu.h
512
static inline void cpu_clone_regs(CPUState *env, target_ulong
newsp
)
514
if (
newsp
)
515
env->active_tc.gpr[29] =
newsp
;
/external/qemu/target-i386/
cpu.h
892
static inline void cpu_clone_regs(CPUState *env, target_ulong
newsp
)
894
if (
newsp
)
895
env->regs[R_ESP] =
newsp
;
Completed in 844 milliseconds