Searched refs:RDI (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | ptrace_64.c | 39 [RDI >> 3] = HOST_DI, 71 case RDI: in putreg() 149 case RDI: in getreg()
|
H A D | user-offsets.c | 49 DEFINE_LONGS(HOST_DI, RDI); in foo()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | ptrace_64.c | 40 [RDI >> 3] = HOST_DI, 72 case RDI: in putreg() 150 case RDI: in getreg()
|
H A D | user-offsets.c | 48 DEFINE_LONGS(HOST_DI, RDI); in foo()
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 48 #define RDI 112 macro
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 48 #define RDI 112 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 56 #define RDI 112 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 56 #define RDI 112 macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ftrace_64.S | 85 movq %rdi, RDI(%rsp) 122 movq RDI(%rsp), %rdi
|
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A D | mcontext.c | 24 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 D | mcontext.c | 24 COPY(RDI); COPY(RSI); COPY(RBP); COPY(RBX); in get_regs_from_mc()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ftrace_64.S | 87 movq %rdi, RDI(%rsp) 124 movq RDI(%rsp), %rdi
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | kvm_cache_regs.h | 28 BUILD_KVM_GPR_ACCESSORS(rdi, RDI)
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | kvm_cache_regs.h | 34 BUILD_KVM_GPR_ACCESSORS(rdi, RDI)
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | calling.h | 87 #define RDI 14*8 macro
|
H A D | entry_64.S | 203 * 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 D | markup_oops.pl | 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | markup_oops.pl | 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) {
|
/kernel/linux/linux-6.6/arch/x86/entry/ |
H A D | entry_64.S | 203 * 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 9 milliseconds