Searched refs:r14 (Results 76 - 100 of 202) sorted by relevance

123456789

/linux-master/arch/x86/include/asm/
H A Dkexec.h108 asm volatile("movq %%r14,%0" : "=m"(newregs->r14));
176 uint64_t r14; member in struct:kexec_entry64_regs
H A Dinst.h116 .ifc \r64,%r14
/linux-master/arch/hexagon/include/uapi/asm/
H A Dregisters.h128 unsigned long r14; member in struct:pt_regs::__anon296::__anon297
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h112 _r->r12 = _r->r13 = _r->r14 = _r->r15 = \
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S45 addi r9,r15,14 # check r14
46 cmpd r9,r14
/linux-master/arch/nios2/include/asm/
H A Delf.h44 pr_reg[6] = regs->r14; \
H A Dentry.h51 stw r14, PT_R14(sp) variable
79 ldw r14, PT_R14(sp) variable
/linux-master/arch/x86/power/
H A Dhibernate_asm_64.S56 movq pt_regs_r14(%rax), %r14
87 movq %r14, pt_regs_r14(%rax)
/linux-master/arch/powerpc/kernel/
H A Dmisc.S57 PPC_STL r14,5*SZL(r3)
85 PPC_LL r14,5*SZL(r3)
/linux-master/tools/perf/arch/x86/util/
H A Ddwarf-regs.c83 REG_OFFSET_NAME_64("%r14", r14),
137 { "r14", 14 }, { "r14d", 14 }, { "r14w", 14 }, { "r14b", 14 },
H A Dperf_regs.c114 SDT_NAME_REG(r14b, r14),
115 SDT_NAME_REG(r14w, r14),
116 SDT_NAME_REG(r14d, r14),
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc219 mov $r14 0
220 iowrs I[$r15] $r14
574 mov $r14 1
575 shl b32 $r14 $r8
576 sub b32 $r14 1
577 and $r11 $r13 $r14
581 add b32 $r14 1
582 shl b32 $r15 $r14 12
583 sub b32 $r14 $r11
584 or $r15 $r14
[all...]
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c57 .r14 = p4,
140 struct { u64 r14, r15, rbx, rdi, rsi, r8, r9, rdx; }; member in struct:__anon35::__anon36
150 args.r14 = message.r14;
374 regs->cx = args.r14;
387 .r14 = addr,
516 .r14 = port,
/linux-master/arch/microblaze/kernel/
H A Dentry.S192 swi r14, r1, PT_PC; /* PC, before IRQ/trap */ \
226 lwi r14, r1, PT_PC; /* RESTORE_LINK PC, before IRQ/trap */\
344 addi r14, r14, 4 /* return address is 4 byte after call */
494 rtbd r14, 0; /* Instructions to return from an IRQ */
680 rtbd r14, 0; /* Instructions to return from an IRQ */
793 rtid r14, 0
856 lwi r14, r1, PT_R14
876 swi r14, r1, PT_R14 /* rewrite saved R14 value */
970 swi r14, r
[all...]
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c42 OFFSET(PT_R14, pt_regs, r14);
/linux-master/tools/perf/arch/x86/tests/
H A Dregs_load.S60 movq %r14, R14(%rdi)
/linux-master/arch/powerpc/kvm/
H A Dbookehv_interrupts.S74 PPC_STL r14, VCPU_GPR(R14)(r4) /* We need a non-volatile GPR. */
75 li r14, \intno
374 * r14: KVM exit number
429 mr r5, r14 /* intno */
430 mr r14, r4 /* Save vcpu pointer. */
435 mr r4, r14
436 PPC_LL r14, VCPU_GPR(R14)(r4)
493 PPC_LL r14, HOST_NV_GPR(R14)(r1)
535 PPC_STL r14, HOST_NV_GPR(R14)(r1)
555 PPC_LL r14, VCPU_GP
[all...]
/linux-master/arch/x86/include/asm/xen/
H A Dinterface_64.h101 uint64_t r14; member in struct:cpu_user_regs
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c51 regs->r14,
/linux-master/arch/sh/kernel/
H A Drelocate_kernel.S26 mov.l r14, @-r15
141 mov.l @r15+, r14
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h47 r14: .reg %r14
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c62 uint64_t r12, r13, r14, r15; member in struct:regs64
87 " movq %r14, 14*8(%rax)\n"
104 " movq %r13, %r14\n"
105 " incq %r14\n"
106 " movq %r14, %r15\n"
122 printf("12:%016llx 13:%016llx 14:%016llx 15:%016llx\n", regs64.r12, regs64.r13, regs64.r14, regs64.r15);
/linux-master/arch/x86/kernel/
H A Dperf_regs.c55 PT_REGS_OFFSET(PERF_REG_X86_R14, r14),
188 regs_user_copy->r14 = -1;
/linux-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h245 __u64 r14; member in struct:sigcontext_64
332 __u64 r14; member in struct:sigcontext
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S121 and r14, r7, #CCCR_L_MASK
122 teq r14, #1

Completed in 331 milliseconds

123456789