Home
last modified time | relevance | path

Searched refs:r14 (Results 1 – 25 of 25) sorted by relevance

/titanic_50/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.s187 pushq %r14 /* save %r14 */ ;\
188 movq %gs:CPU_RTMP_RSP, %r14 ;\
189 movq %r14, 8(%rsp) /* stash the user stack pointer */ ;\
190 popq %r14 /* restore %r14 */ ;\
467 movq %r14, REGOFF_R14(%rsp)
504 movq T_LWP(%r15), %r14
505 ASSERT_NO_RUPDATE_PENDING(%r14)
511 ASSERT_LWPTOREGS(%r14, %rsp)
513 movb $LWP_SYS, LWP_STATE(%r14)
514 incq LWP_RU_SYSC(%r14)
[all …]
H A Dbios_call_src.s93 movq %r14, save_r14
191 xorq %r14, %r14
474 movq save_r14, %r14
H A Dfb_swtch_src.s151 xorq %r14, %r14
H A Dlocore.s1518 movq %gs:CPU_LWP, %r14
1519 movq LWP_PROCP(%r14), %rdx
1533 testb $0x1, PCB_RUPDATE(%r14)
1537 movq %r14, %rdx
1553 movw %cx, LWP_PCB_FS(%r14)
1554 movw %cx, LWP_PCB_GS(%r14)
H A Dcpr_wakecode.s123 movq %r14, WC_R14(%rdi)
779 movq WC_R14(%rbx), %r14
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dswtch.s97 movq %r14, T_R14(thread_t); \
122 movq T_R14(scratch_reg), %r14; \
135 movq %rax, %r14;
151 cmpxchgq %r14, T_INTR_START(thread_t); \
270 movq T_PROCP(%r13), %r14 /* %r14 = proc */
271 cmpq $0, P_PCTX(%r14) /* should current thread savectx? */
274 movq %r14, %rdi /* arg = proc pointer */
348 movq CPU_TSS(%r13), %r14
352 movq %rax, TSS_RSP0(%r14)
H A Di86_subr.s280 movq %r14, LABEL_R14(%rdi)
294 movq LABEL_R14(%rdi), %r14
3361 movq %r14, REGOFF_R14(%rsp)
/titanic_50/usr/src/lib/libc/amd64/unwind/
H A Dunwind_frame.s54 movq %r14,112(%rdi)
77 movq 112(%rax),%r14
/titanic_50/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.s442 pushq %r14
449 movq %rsi, %r14 / ta = a
453 leaq 8(%r14), %rsi / arg2 = ta + 1
455 movq 0(%r14), %rcx / arg4 = ta[0]
463 addq $8, %r14 / ++ta
465 leaq 8(%r14), %rsi / arg2 = ta + 1
467 movq 0(%r14), %rcx / arg4 = ta[0]
/titanic_50/usr/src/cmd/mdb/intel/amd64/libstand/
H A Dsetjmp.s75 movq %r14, 24(%rdi)
107 movq 24(%rdi), %r14
/titanic_50/usr/src/lib/libc/amd64/gen/
H A Dsetjmp.s60 movq %r14, 24(%rdi)
82 movq 24(%rdi), %r14
/titanic_50/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl89 ($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15");
231 push %r14
314 pop %r14
/titanic_50/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h158 uint64_t r14; member
224 unsigned long r14; member
/titanic_50/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl177 push %r14
295 pop %r14
/titanic_50/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h153 movq %r14, REGOFF_R14(%rsp); \
195 movq REGOFF_R14(%rsp), %r14; \
/titanic_50/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s126 movq %r14, REGOFF(REG_R14) (%rsp)
/titanic_50/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s80 movq %r14, EH_LOCALS_GREG(REG_R14)(%rbp)
/titanic_50/usr/src/uts/intel/kdi/amd64/
H A Dkdi_asm.s123 movq %r14, REG_OFF(KDIREG_R14)(base); \
147 movq REG_OFF(KDIREG_R14)(%rdi), %r14; \
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Ddwarf.msg187 @ MSG_REG_R14 "r14"
H A Dcorenote.msg304 @ MSG_REG_SPARC_O6 "[ r14/o6/sp ]"
333 @ MSG_REG_AMD64_R14 "[ r14 ]"
/titanic_50/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s126 movq %r14, REGOFF_R14(%rsp)
/titanic_50/usr/src/lib/libsaveargs/tests/testmatch/
H A Ddata.s352 movq %r14,-0x18(%rbp)
/titanic_50/usr/src/uts/i86xpv/os/
H A Dmp_xen.c455 vgc->user_regs.r14 = pcb->val[REG_LABEL_R14]; in pcb_to_user_regs()
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c429 mdb_printf(THREEREGS, DUMP(r13), DUMP(r14), DUMP(r15)); in ttrace_dumpregs()
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1545 regs->r_r14 = ur->r14; in xkb_getmregs()