/src/sys/arch/amd64/include/ |
csan.h | 94 uint64_t *rbp, rip; local in function:kcsan_md_unwind 104 /* 8(%rbp) contains the saved %rip. */ 105 rip = *(rbp + 1); 107 if (rip < KERNBASE) { 110 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC); 114 printf("#%zu %p in %s <%s>\n", nsym, (void *)rip, sym, mod);
|
csan.h | 94 uint64_t *rbp, rip; local in function:kcsan_md_unwind 104 /* 8(%rbp) contains the saved %rip. */ 105 rip = *(rbp + 1); 107 if (rip < KERNBASE) { 110 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC); 114 printf("#%zu %p in %s <%s>\n", nsym, (void *)rip, sym, mod);
|
asan.h | 264 uint64_t *rbp, rip; local in function:kasan_md_unwind 274 /* 8(%rbp) contains the saved %rip. */ 275 rip = *(rbp + 1); 277 if (rip < KERNBASE) { 280 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC); 284 printf("#%zu %p in %s <%s>\n", nsym, (void *)rip, sym, mod);
|
msan.h | 245 uint64_t *rbp, rip; local in function:kmsan_md_unwind 255 /* 8(%rbp) contains the saved %rip. */ 256 rip = *(rbp + 1); 258 if (rip < KERNBASE) { 261 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC); 265 kmsan_printf("#%zu %p in %s <%s>\n", nsym, (void *)rip, sym, mod);
|
asan.h | 264 uint64_t *rbp, rip; local in function:kasan_md_unwind 274 /* 8(%rbp) contains the saved %rip. */ 275 rip = *(rbp + 1); 277 if (rip < KERNBASE) { 280 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC); 284 printf("#%zu %p in %s <%s>\n", nsym, (void *)rip, sym, mod);
|
msan.h | 245 uint64_t *rbp, rip; local in function:kmsan_md_unwind 255 /* 8(%rbp) contains the saved %rip. */ 256 rip = *(rbp + 1); 258 if (rip < KERNBASE) { 261 error = ksyms_getname(&mod, &sym, (vaddr_t)rip, KSYMS_PROC); 265 kmsan_printf("#%zu %p in %s <%s>\n", nsym, (void *)rip, sym, mod);
|
/src/lib/libcurses/ |
ripoffline.c | 74 const struct __ripoff *rip; local in function:__rippedlines 78 for (i = 0, rip = screen->ripped; i < screen->nripped; i++, rip++) { 79 if (line < 1 && rip->nlines < 0) 80 n += -rip->nlines; 81 else if (line > 0 && rip->nlines > 0) 82 n += rip->nlines; 98 struct __ripoff *rip; local in function:__ripoffscreen 101 rip = screen->ripped; 112 rip->win = w 143 struct __ripoff *rip; local in function:__ripoffresize 171 struct __ripoff *rip; local in function:__ripofftouch 187 struct ripoff *rip; local in function:__unripoffline [all...] |
ripoffline.c | 74 const struct __ripoff *rip; local in function:__rippedlines 78 for (i = 0, rip = screen->ripped; i < screen->nripped; i++, rip++) { 79 if (line < 1 && rip->nlines < 0) 80 n += -rip->nlines; 81 else if (line > 0 && rip->nlines > 0) 82 n += rip->nlines; 98 struct __ripoff *rip; local in function:__ripoffscreen 101 rip = screen->ripped; 112 rip->win = w 143 struct __ripoff *rip; local in function:__ripoffresize 171 struct __ripoff *rip; local in function:__ripofftouch 187 struct ripoff *rip; local in function:__unripoffline [all...] |
/src/sys/arch/amd64/amd64/ |
process_machdep.c | 279 const uint64_t rip = (uint64_t)addr; local in function:process_set_pc 281 if (rip >= (pk32 ? VM_MAXUSER_ADDRESS32 : VM_MAXUSER_ADDRESS)) 283 tf->tf_rip = rip;
|
process_machdep.c | 279 const uint64_t rip = (uint64_t)addr; local in function:process_set_pc 281 if (rip >= (pk32 ? VM_MAXUSER_ADDRESS32 : VM_MAXUSER_ADDRESS)) 283 tf->tf_rip = rip;
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_test.c | 489 struct mapreq_res_item *rip; local in function:test_v2_map 507 rip = rp->res_list; 508 while(rip) { 510 rip->req, rip->stat, rip->id, 511 (rip->name ? rip->name : "(NULL)")); 512 rip = rip->mapreq_next [all...] |
pcnfsd_test.c | 489 struct mapreq_res_item *rip; local in function:test_v2_map 507 rip = rp->res_list; 508 while(rip) { 510 rip->req, rip->stat, rip->id, 511 (rip->name ? rip->name : "(NULL)")); 512 rip = rip->mapreq_next [all...] |
/src/include/protocols/ |
routed.h | 99 int16_t md5_pkt_len; /* RIP-II packet length */ 111 struct rip { struct 132 /* Gated extended RIP to include a "poll" command instead of using 148 #define NETS_LEN ((MAXPACKETSIZE-sizeof(struct rip)) \
|
routed.h | 99 int16_t md5_pkt_len; /* RIP-II packet length */ 111 struct rip { struct 132 /* Gated extended RIP to include a "poll" command instead of using 148 #define NETS_LEN ((MAXPACKETSIZE-sizeof(struct rip)) \
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
hvm_vcpu.h | 100 uint64_t rip; member in struct:vcpu_hvm_x86_64
|
hvm_vcpu.h | 100 uint64_t rip; member in struct:vcpu_hvm_x86_64
|
/src/lib/libskey/ |
skeysubr.c | 307 void rip(char *buf) function in typeref:typename:void 327 rip(buf); 347 rip(buf);
|
skeysubr.c | 307 void rip(char *buf) function in typeref:typename:void 327 rip(buf); 347 rip(buf);
|
/src/sys/compat/linux/arch/amd64/ |
linux_machdep.h | 50 u_int64_t rip; member in struct:linux__fpstate 78 u_int64_t rip; member in struct:linux_sigcontext
|
linux_machdep.h | 50 u_int64_t rip; member in struct:linux__fpstate 78 u_int64_t rip; member in struct:linux_sigcontext
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/ |
xen-x86_64.h | 114 * Restore RAX, RIP, RFLAGS, RSP. 117 * Restore RAX, R11, RCX, CS:RIP, RFLAGS, SS:RSP. 129 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member in struct:iret_context
|
xen-x86_64.h | 114 * Restore RAX, RIP, RFLAGS, RSP. 117 * Restore RAX, R11, RCX, CS:RIP, RFLAGS, SS:RSP. 129 uint64_t rax, r11, rcx, flags, rip, cs, rflags, rsp, ss; member in struct:iret_context
|
/src/sbin/routed/rtquery/ |
rtquery.c | 101 struct rip rip; member in union:__anon185fabe2020a 104 #define OMSG omsg_buf.rip 105 int omsg_len = sizeof(struct rip); 108 struct rip rip; member in union:__anon185fabe2030a 111 #define IMSG imsg_buf.rip 115 int ripv2 = 1; /* use RIP version 2 */ 608 * Handle an incoming RIP packet. 658 } else if (size%sizeof(*n) != sizeof(struct rip)%sizeof(*n)) [all...] |
rtquery.c | 101 struct rip rip; member in union:__anon185fabe2020a 104 #define OMSG omsg_buf.rip 105 int omsg_len = sizeof(struct rip); 108 struct rip rip; member in union:__anon185fabe2030a 111 #define IMSG imsg_buf.rip 115 int ripv2 = 1; /* use RIP version 2 */ 608 * Handle an incoming RIP packet. 658 } else if (size%sizeof(*n) != sizeof(struct rip)%sizeof(*n)) [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
vm_event.h | 183 uint64_t rip; member in struct:vm_event_regs_x86
|