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

/linux-master/tools/testing/selftests/x86/
H A Dnx_stack.c101 #define RDI REG_RDI macro
105 #define RDI REG_EDI macro
125 stack_min_addr = ++uc->uc_mcontext.gregs[RDI];
133 unsigned long stack_max_addr = uc->uc_mcontext.gregs[RDI];
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace-abi.h48 #define RDI 112 macro
/linux-master/arch/x86/um/os-Linux/
H A Dmcontext.c24 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX);
/linux-master/arch/x86/um/
H A Dptrace_64.c40 [RDI >> 3] = HOST_DI,
72 case RDI:
150 case RDI:
H A Duser-offsets.c48 DEFINE_LONGS(HOST_DI, RDI);
/linux-master/arch/x86/kernel/
H A Dftrace_64.S87 movq %rdi, RDI(%rsp)
124 movq RDI(%rsp), %rdi
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h34 BUILD_KVM_GPR_ACCESSORS(rdi, RDI)
/linux-master/scripts/
H A Dmarkup_oops.pl65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) {
/linux-master/arch/x86/entry/
H A Dentry_64.S142 * Now all regs are restored except RSP and RDI.
149 pushq RSP-RDI(%rdi) /* RSP */
150 pushq (%rdi) /* RDI */
153 * We are on the trampoline stack. All regs except RDI are live.
587 * The stack is now user RDI, orig_ax, RIP, CS, EFLAGS, RSP, SS.
601 /* Push user RDI on the trampoline stack. */
605 * We are on the trampoline stack. All regs except RDI are live.
614 /* Restore RDI. */
669 * We clobber RAX and RDI in this code. We stash RDI o
[all...]

Completed in 204 milliseconds