Searched refs:RSP (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/x86/include/uapi/asm/
H A Dptrace-abi.h58 #define RSP 152 macro
/linux-master/arch/x86/um/os-Linux/
H A Dmcontext.c25 COPY(RDX); COPY(RAX); COPY(RCX); COPY(RSP);
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_64.S31 #define RSP DATA(0x0) define
66 movq %rsp, RSP(%r11)
236 movq RSP(%r8), %rsp
H A Dftrace_64.S162 movq %rcx, RSP(%rsp)
232 movq %rcx, RSP(%rsp)
/linux-master/arch/x86/um/
H A Dptrace_64.c34 [RSP >> 3] = HOST_SP,
66 case RSP:
144 case RSP:
H A Duser-offsets.c73 DEFINE_LONGS(HOST_SP, RSP);
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h109 #define RSP 1 macro
H A Dlayer2.c917 send_uframe(l2, NULL, UA | get_PollFlag(l2, skb), RSP);
932 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP);
941 send_uframe(l2, skb, DM | get_PollFlag(l2, skb), RSP);
951 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP);
989 send_uframe(l2, skb, UA | get_PollFlag(l2, skb), RSP);
1126 enquiry_cr(l2, RNR, RSP, 1);
1128 enquiry_cr(l2, RR, RSP, 1);
1317 enquiry_cr(l2, REJ, RSP, PollFlag);
1340 enquiry_cr(l2, RR, RSP, 0);
1721 enquiry_cr(l2, RNR, RSP,
[all...]
/linux-master/arch/x86/entry/
H A Dentry_64_compat.S36 * SYSENTER loads SS, RSP, CS, and RIP from previously programmed MSRs.
39 * and does not save old RIP (!!!), RSP, or RFLAGS.
159 * the stack and does not change RSP.
256 movq RSP-ORIG_RAX(%rsp), %rsp
261 * The original userspace %rsp (RSP-ORIG_RAX(%rsp)) is stored
H A Dentry_64.S142 * Now all regs are restored except RSP and RDI.
149 pushq RSP-RDI(%rdi) /* RSP */
587 * The stack is now user RDI, orig_ax, RIP, CS, EFLAGS, RSP, SS.
596 pushq 5*8(%rdi) /* RSP */
644 * 64-bit mode SS:RSP on the exception stack is always valid.
676 * RSP
679 * RIP <-- RSP points here when we're done
698 movq (4*8)(%rsp), %rax /* user RSP */
700 /* Now RAX == RSP
[all...]

Completed in 206 milliseconds