OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newsp
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/arch-x86/bionic/
clone.S
59
* void*
newsp
,
/bionic/libc/bionic/
bionic_clone.c
35
void*
newsp
,
/external/llvm/test/CodeGen/AArch64/
alloca.ll
124
; CHECK: sub [[
NEWSP
:x[0-9]+]], [[OLDSP]], [[SPDELTA]]
125
; CHECK: mov sp, [[
NEWSP
]]
/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/ipsec-tools/src/racoon/
policy.h
145
extern struct secpolicy *
newsp
__P((void));
policy.c
290
newsp
()
function
pfkey.c
[
all
...]
/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
;
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c
[
all
...]
Completed in 784 milliseconds