Searched refs:r15 (Results 176 - 200 of 228) sorted by path

12345678910

/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h246 __u64 r15; member in struct:sigcontext_64
333 __u64 r15; member in struct:sigcontext
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_64.S69 movq %r15, pt_regs_r15(%rax)
116 movq pt_regs_r15(%rax), %r15
/linux-master/arch/x86/kernel/
H A Dasm-offsets.c80 OFFSET(TDX_MODULE_r15, tdx_module_args, r15);
H A Dasm-offsets_64.c43 ENTRY(r15);
H A Dftrace_64.S215 movq %r15, R15(%rsp)
255 movq R15(%rsp), %r15
H A Dhead_64.S66 mov %rsi, %r15
96 movq %r15, %rdi
110 movq %r15, %rsi
415 movq %r15, %rdi
536 pushq %r15 /* pt_regs->r15 */
H A Dkgdb.c79 { "r15", 8, offsetof(struct pt_regs, r15) },
H A Dperf_regs.c56 PT_REGS_OFFSET(PERF_REG_X86_R15, r15),
189 regs_user_copy->r15 = -1;
H A Dprocess_64.c92 log_lvl, regs->r13, regs->r14, regs->r15);
H A Dptrace.c87 REG_OFFSET_NAME(r15),
245 BUILD_BUG_ON(offsetof(struct pt_regs, r15) != 0);
246 return &regs->r15 + (offset / sizeof(regs->r15));
H A Drelocate_kernel_64.S62 pushq %r15
246 popq %r15
H A Dsignal_64.c78 regs->r15 = sc.r15;
117 unsafe_put_user(regs->r15, &sc->r15, Efault);
H A Duprobes.c426 * Register numbering is ax,cx,dx,bx, sp,bp,si,di, r8..r15.
806 reg_offset = offsetof(struct pt_regs, r15);
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c618 offsetof(struct pt_regs, r15),
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h43 BUILD_KVM_GPR_ACCESSORS(r15, R15)
H A Dx86.c11530 regs->r15 = kvm_r15_read(vcpu);
11570 kvm_r15_write(vcpu, regs->r15);
/linux-master/arch/x86/kvm/svm/
H A Dsev.c686 save->r15 = svm->vcpu.arch.regs[VCPU_REGS_R15];
H A Dvmenter.S105 push %r15
168 mov VCPU_R15(%_ASM_DI), %r15
197 mov %r15, VCPU_R15(%_ASM_AX)
264 pop %r15
324 mov %r15, SEV_ES_R15 (%rdx)
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S83 push %r15
159 mov VCPU_R15(%_ASM_AX), %r15
221 mov %r15, VCPU_R15(%_ASM_AX)
288 pop %r15
/linux-master/arch/x86/lib/
H A Dcsum-copy_64.S45 movq %r15, 4*8(%rsp)
66 /* r10: temp5, r15: temp6, r14 temp7, r13 temp8 */
81 movq 40(%rdi), %r15
100 adcq %r15, %rax
118 movq %r15, 40(%rsi)
202 movq 4*8(%rsp), %r15
H A Dinsn-eval.c431 offsetof(struct pt_regs, r15),
/linux-master/arch/x86/mm/
H A Dmem_encrypt_boot.S108 push %r15
118 mov %rdx, %r15 /* Save original PAT value */
151 mov %r15, %rdx /* Restore original PAT value */
155 pop %r15
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c156 [BPF_REG_9] = offsetof(struct pt_regs, r15),
160 * is_ereg() == true if BPF register 'reg' maps to x86-64 r8..r15
297 EMIT2(0x41, 0x57); /* push r15 */
314 EMIT2(0x41, 0x5F); /* pop r15 */
/linux-master/arch/x86/power/
H A Dhibernate_asm_64.S57 movq pt_regs_r15(%rax), %r15
88 movq %r15, pt_regs_r15(%rax)
/linux-master/arch/x86/purgatory/
H A Dentry64.S53 movq r15(%rip), %r15
77 r15: .quad 0x0 label

Completed in 600 milliseconds

12345678910