Searched refs:rip (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-11-stable/usr.sbin/bhyve/
H A Dspinup_ap.h34 int spinup_ap(struct vmctx *ctx, int vcpu, int newcpu, uint64_t rip);
H A Dspinup_ap.c48 spinup_ap_realmode(struct vmctx *ctx, int newcpu, uint64_t *rip) argument
55 vector = *rip >> PAGE_SHIFT;
56 *rip = 0;
59 * Update the %cs and %rip of the guest so that it starts
62 error = vm_set_register(ctx, newcpu, VM_REG_GUEST_RIP, *rip);
80 spinup_ap(struct vmctx *ctx, int vcpu, int newcpu, uint64_t rip) argument
101 spinup_ap_realmode(ctx, newcpu, &rip);
103 fbsdrun_addcpu(ctx, vcpu, newcpu, rip);
H A Dbhyverun.h46 void fbsdrun_addcpu(struct vmctx *ctx, int fromcpu, int newcpu, uint64_t rip);
H A Dbhyverun.c186 static void vm_loop(struct vmctx *ctx, int vcpu, uint64_t rip);
459 vm_loop(mtp->mt_ctx, vcpu, vmexit[vcpu].rip);
467 fbsdrun_addcpu(struct vmctx *ctx, int fromcpu, int newcpu, uint64_t rip) argument
489 vmexit[newcpu].rip = rip;
550 port, vmexit->rip);
608 vme->u.spinup_ap.vcpu, vme->u.spinup_ap.rip);
637 fprintf(stderr, "\trip\t\t0x%016lx\n", vmexit->rip);
670 fprintf(stderr, "\trip\t\t0x%016lx\n", vmexit->rip);
757 fprintf(stderr, "] at 0x%lx\n", vmexit->rip);
1013 uint64_t rip; local
[all...]
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Dstart.S49 lea ImageBase(%rip), %rdi
50 lea _DYNAMIC(%rip), %rsi
H A Dexc.S70 cmpq %rsp,exc_rsp(%rip)
80 movq (3*8)(%rsp),%rdx /* copy %rip to old stack */
97 leaq fw_intr_handlers(%rip),%rdx
/freebsd-11-stable/sbin/routed/
H A Dinput.c44 struct rip *, int);
46 static int ck_passwd(struct interface *, struct rip *, void *,
79 LOGERR("recvfrom(rip)");
83 logbad(1,"impossible recvfrom(rip) fromlen=%d",
127 input(&from, sifp, aifp, &inbuf.pbuf.rip, cc);
138 struct rip *rip,
161 trace_rip("Recv", "from", from, sifp, rip, cc);
169 if (rip->rip_vers == 0) {
172 rip
135 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
943 ck_passwd(struct interface *aifp, struct rip *rip, void *lim, naddr from, struct msg_limit *use_authp) argument
[all...]
/freebsd-11-stable/lib/libc/amd64/gen/
H A Dfabs.S37 movsd signbit(%rip), %xmm0
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dfloatundixf.S17 #define REL_ADDR(_a) (_a)(%rip)
50 #define REL_ADDR(_a) (_a)(%rip)
H A Dfloatundidf.S33 #define REL_ADDR(_a) (_a)(%rip)
H A Dfloatundisf.S17 #define REL_ADDR(_a) (_a)(%rip)
/freebsd-11-stable/lib/libc/amd64/sys/
H A Dsetlogin.S49 movl $0,CNAME(_logname_valid)(%rip)
H A Dbrk.S55 cmpq %rax,HIDENAME(minbrk)(%rip)
61 movq HIDENAME(minbrk)(%rip),%rdi
72 movq %rax,HIDENAME(curbrk)(%rip)
H A Dsbrk.S57 movq HIDENAME(curbrk)(%rip),%rax
69 movq HIDENAME(curbrk)(%rip),%rax
75 addq %rcx,HIDENAME(curbrk)(%rip)
/freebsd-11-stable/include/protocols/
H A Drouted.h105 struct rip { struct
142 #define NETS_LEN ((MAXPACKETSIZE-sizeof(struct rip)) \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S16 call *_ZN14__interception10real_vforkE(%rip)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_x86_64.S110 movq ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax
144 movq ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax
176 movq ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax
203 movq ASM_SYMBOL(_ZN6__xray13XRayArgLoggerE)(%rip), %rax
208 movq ASM_SYMBOL(_ZN6__xray19XRayPatchedFunctionE)(%rip), %rax
243 movq ASM_SYMBOL(_ZN6__xray22XRayPatchedCustomEventE)(%rip), %rax
268 movq ASM_SYMBOL(_ZN6__xray21XRayPatchedTypedEventE)(%rip), %rax
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S209 movq _ZN14__interception15real___setjmp14E@GOTPCREL(%rip), %rdx
212 movq _ZN14__interception11real_setjmpE@GOTPCREL(%rip), %rdx
250 movq _ZN14__interception12real__setjmpE@GOTPCREL(%rip), %rdx
305 movq _ZN14__interception18real___sigsetjmp14E@GOTPCREL(%rip), %rdx
308 movq _ZN14__interception14real_sigsetjmpE@GOTPCREL(%rip), %rdx
358 movq _ZN14__interception16real___sigsetjmpE@GOTPCREL(%rip), %rdx
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dvpaes-x86_64.S27 movdqa .Lk_ipt(%rip),%xmm2
33 movdqa .Lk_ipt+16(%rip),%xmm0
38 leaq .Lk_mc_backward(%rip),%r10
116 movdqa .Lk_dipt(%rip),%xmm2
124 movdqa .Lk_dipt+16(%rip),%xmm0
126 leaq .Lk_dsbd(%rip),%r10
130 movdqa .Lk_mc_forward+48(%rip),%xmm5
225 movdqa .Lk_rcon(%rip),%xmm8
230 leaq .Lk_ipt(%rip),%r11
234 leaq .Lk_sr(%rip),
[all...]
/freebsd-11-stable/sys/amd64/include/
H A Dasm.h43 #define PIC_GOT(x) x@GOTPCREL(%rip)
H A Dvmm_instruction_emul.h84 uint64_t rip, int inst_length, struct vie *vie,
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_util.c96 DUMP_REG(rip);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_x86_64.cpp34 uint64_t rip; member in struct:_GPR
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl90 movdqa .Lk_ipt(%rip), %xmm2 # iptlo
96 movdqa .Lk_ipt+16(%rip), %xmm0 # ipthi
101 lea .Lk_mc_backward(%rip),%r10
179 movdqa .Lk_dipt(%rip), %xmm2 # iptlo
187 movdqa .Lk_dipt+16(%rip), %xmm0 # ipthi
189 lea .Lk_dsbd(%rip),%r10
193 movdqa .Lk_mc_forward+48(%rip), %xmm5
288 movdqa .Lk_rcon(%rip), %xmm8 # load rcon
293 lea .Lk_ipt(%rip), %r11
297 lea .Lk_sr(%rip),
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl145 lea .LCamellia_SBOX(%rip),$Tbl
255 lea .LCamellia_SBOX(%rip),$Tbl
456 lea .LCamellia_SIGMA(%rip),$key
457 lea .LCamellia_SBOX(%rip),$Tbl
666 lea .LCamellia_SBOX(%rip),$Tbl
948 lea .Lcbc_prologue(%rip),%r10
952 lea .Lcbc_body(%rip),%r10
958 lea .Lcbc_abort(%rip),%r10
963 lea .Lcbc_enc_pushf(%rip),%r10
967 lea .Lcbc_enc_popf(%rip),
[all...]

Completed in 220 milliseconds

12345