Home
last modified time | relevance | path

Searched refs:RDI (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/um/
H A Dptrace_64.c39 [RDI >> 3] = HOST_DI,
71 case RDI: in putreg()
149 case RDI: in getreg()
H A Duser-offsets.c49 DEFINE_LONGS(HOST_DI, RDI); in foo()
/kernel/linux/linux-6.6/arch/x86/um/
H A Dptrace_64.c40 [RDI >> 3] = HOST_DI,
72 case RDI: in putreg()
150 case RDI: in getreg()
H A Duser-offsets.c48 DEFINE_LONGS(HOST_DI, RDI); in foo()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dptrace-abi.h48 #define RDI 112 macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dptrace-abi.h48 #define RDI 112 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h56 #define RDI 112 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h56 #define RDI 112 macro
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dftrace_64.S85 movq %rdi, RDI(%rsp)
122 movq RDI(%rsp), %rdi
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
H A Dmcontext.c24 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc()
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A Dmcontext.c24 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dftrace_64.S87 movq %rdi, RDI(%rsp)
124 movq RDI(%rsp), %rdi
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dkvm_cache_regs.h28 BUILD_KVM_GPR_ACCESSORS(rdi, RDI)
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dkvm_cache_regs.h34 BUILD_KVM_GPR_ACCESSORS(rdi, RDI)
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dcalling.h87 #define RDI 14*8 macro
H A Dentry_64.S203 * Now all regs are restored except RSP and RDI.
210 pushq RSP-RDI(%rdi) /* RSP */
211 pushq (%rdi) /* RDI */
214 * We are on the trampoline stack. All regs except RDI are live.
590 * The stack is now user RDI, orig_ax, RIP, CS, EFLAGS, RSP, SS.
604 /* Push user RDI on the trampoline stack. */
608 * We are on the trampoline stack. All regs except RDI are live.
615 /* Restore RDI. */
665 * We clobber RAX and RDI in this code. We stash RDI o
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dmarkup_oops.pl65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) {
/kernel/linux/linux-6.6/scripts/
H A Dmarkup_oops.pl65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) {
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_64.S203 * Now all regs are restored except RSP and RDI.
210 pushq RSP-RDI(%rdi) /* RSP */
211 pushq (%rdi) /* RDI */
214 * We are on the trampoline stack. All regs except RDI are live.
639 * The stack is now user RDI, orig_ax, RIP, CS, EFLAGS, RSP, SS.
653 /* Push user RDI on the trampoline stack. */
657 * We are on the trampoline stack. All regs except RDI are live.
664 /* Restore RDI. */
721 * We clobber RAX and RDI in this code. We stash RDI o
[all...]

Completed in 8 milliseconds