HomeSort by relevance Sort by last modified time
    Searched defs:rsp (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /art/runtime/arch/x86_64/
context_x86_64.cc 30 gprs_[RSP] = &rsp_;
33 rsp_ = X86_64Context::kBadGprBase + RSP;
117 uintptr_t rsp = gprs[kNumberOfCpuRegisters - RSP - 1] - sizeof(intptr_t); local
118 gprs[kNumberOfCpuRegisters] = rsp;
119 *(reinterpret_cast<uintptr_t*>(rsp)) = rip_;
  /external/valgrind/coregrind/m_sigframe/
sigframe-amd64-darwin.c 108 SC2(__rsp,RSP);
136 SC2(RSP,__rsp);
158 Addr rsp; local
165 rsp = sp_top_of_frame - sizeof(struct hacky_sigframe);
166 rsp -= 8; /* ELF ABI says that rsp+8 must be 16 aligned on
170 if (! ML_(sf_maybe_extend_stack)(tst, rsp, sp_top_of_frame - rsp, flags))
173 vg_assert(VG_IS_16_ALIGNED(rsp+8));
175 frame = (struct hacky_sigframe *) rsp;
236 Addr rsp; local
    [all...]
sigframe-amd64-linux.c 360 SC2(rsp,RSP);
405 Addr rsp = rsp_top_of_frame; local
410 rsp -= sizeof(*frame);
411 rsp = VG_ROUNDDN(rsp, 16) - 8;
412 frame = (struct rt_sigframe *)rsp;
414 if (! ML_(sf_maybe_extend_stack)(tst, rsp, sizeof(*frame), flags))
419 rsp, offsetof(struct rt_sigframe, vg) );
445 rsp, offsetof(struct rt_sigframe, vg) )
463 Addr rsp; local
577 Addr rsp; local
    [all...]
  /system/bt/stack/srvc/
srvc_battery.c 310 tGATTS_RSP rsp; local
324 memset(&rsp, 0, sizeof(tGATTS_RSP));
331 rsp.attr_value.handle = p_inst->pending_handle;
332 rsp.attr_value.len = 2;
333 pp = rsp.attr_value.value;
335 srvc_sr_rsp(p_inst->pending_clcb_idx, st, &rsp);
339 rsp.attr_value.handle = p_inst->pending_handle;
340 rsp.attr_value.len = 1;
341 pp = rsp.attr_value.value;
343 srvc_sr_rsp(p_inst->pending_clcb_idx, st, &rsp);
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 77 unsigned long rsp; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ptrace.h 77 unsigned long rsp; member in struct:pt_regs
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ptrace.h 77 unsigned long rsp; member in struct:pt_regs
  /development/ndk/platforms/android-3/include/linux/
ipmi_smi.h 35 unsigned char rsp[IPMI_MAX_MSG_LENGTH]; member in struct:ipmi_smi_msg
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 77 unsigned long rsp; member in struct:pt_regs
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 73 unsigned long rsp; member in struct:pt_regs
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 155 tNFC_NFCEE_MODE_SET_REVT rsp; local
186 * process the same as the host gets activate rsp */
195 rsp.mode = NFA_EE_MD_ACTIVATE;
196 rsp.nfcee_id = p_cb->nfcee_id;
197 rsp.status = NFA_STATUS_OK;
198 ee_msg.p_data = &rsp;
  /external/vboot_reference/tests/
tlcl_tests.c 31 uint8_t *rsp; /* Response */ member in struct:srcall
55 calls[i].rsp = calls[i].rsp_buf;
99 memcpy(response, c->rsp, c->rsp_size);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthenticationHeader.java 81 MessageHeader rsp; // the response to be parsed field in class:AuthenticationHeader
123 rsp = response;
147 Iterator iter = rsp.multiValueIterator (hdrname);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace.h 63 unsigned long rsp; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace.h 63 unsigned long rsp; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace.h 63 unsigned long rsp; member in struct:pt_regs
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_amd64.go 22 func (c *sigctxt) rsp() uint64 { return c.regs().rsp } func
40 func (c *sigctxt) set_rsp(x uint64) { c.regs().rsp = x }
signal_dragonfly_amd64.go 24 func (c *sigctxt) rsp() uint64 { return c.regs().mc_rsp } func
signal_freebsd_amd64.go 24 func (c *sigctxt) rsp() uint64 { return c.regs().mc_rsp } func
signal_linux_amd64.go 24 func (c *sigctxt) rsp() uint64 { return c.regs().rsp } func
42 func (c *sigctxt) set_rsp(x uint64) { c.regs().rsp = x }
signal_nacl_amd64p32.go 24 func (c *sigctxt) rsp() uint64 { return c.regs().rsp } func
42 func (c *sigctxt) set_rsp(x uint64) { c.regs().rsp = x }
signal_netbsd_amd64.go 24 func (c *sigctxt) rsp() uint64 { return c.regs().__gregs[_REG_RSP] } func
signal_openbsd_amd64.go 25 func (c *sigctxt) rsp() uint64 { return c.regs().sc_rsp } func
signal_solaris_amd64.go 24 func (c *sigctxt) rsp() uint64 { return uint64(c.regs().gregs[_REG_RSP]) } func
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_amd64.go 22 func (c *sigctxt) rsp() uint64 { return c.regs().rsp } func
40 func (c *sigctxt) set_rsp(x uint64) { c.regs().rsp = x }

Completed in 956 milliseconds

1 2 3 4 5 6