| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| uintrintrin.h | 25 unsigned long long rip; member in struct:__uintr_frame
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| uintrintrin.h | 41 /* RIP of the interrupted user process. */ 42 unsigned long long rip; member in struct:__uintr_frame
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| uintrintrin.h | 41 /* RIP of the interrupted user process. */ 42 unsigned long long rip; member in struct:__uintr_frame
|
| /src/sys/arch/amd64/include/ |
| csan.h | 94 uint64_t *rbp, rip; local 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 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 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 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 101 rip = screen->ripped; 112 rip->win = w 143 struct __ripoff *rip; local 171 struct __ripoff *rip; local 187 struct ripoff *rip; local [all...] |
| /src/sys/arch/amd64/amd64/ |
| process_machdep.c | 279 const uint64_t rip = (uint64_t)addr; local 281 if (rip >= (pk32 ? VM_MAXUSER_ADDRESS32 : VM_MAXUSER_ADDRESS)) 283 tf->tf_rip = rip;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-netbsd-tdep.c | 89 21 * 8, /* %rip */ 118 25 * 8, /* %rip */ 133 ULONGEST cs = 0, rip = 0; 172 /* Read %cs and %rip when we have the addresses to hand */ 175 rip = read_memory_unsigned_integer (addr 179 printf("%s cs=%#jx rip=%#jx\n", name, (intmax_t)cs, (intmax_t)rip); 182 /* The trap frame layout was changed lf the %rip value is less than 2^16 it 184 if (rip < (1 << 16)) 132 ULONGEST cs = 0, rip = 0; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-netbsd-tdep.c | 89 21 * 8, /* %rip */ 118 25 * 8, /* %rip */ 133 ULONGEST cs = 0, rip = 0; 172 /* Read %cs and %rip when we have the addresses to hand */ 175 rip = read_memory_unsigned_integer (addr 179 printf("%s cs=%#jx rip=%#jx\n", name, (intmax_t)cs, (intmax_t)rip); 182 /* The trap frame layout was changed lf the %rip value is less than 2^16 it 184 if (rip < (1 << 16)) 132 ULONGEST cs = 0, rip = 0; local
|
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_test.c | 489 struct mapreq_res_item *rip; local 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/lib/libskey/ |
| skeysubr.c | 307 void rip(char *buf) function 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
|
| /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
|
| /src/external/bsd/tcpdump/dist/ |
| print-rip.c | 24 __RCSID("$NetBSD: print-rip.c,v 1.10 2024/09/02 16:15:32 christos Exp $"); 27 /* \summary: Routing Information Protocol (RIP) printer */ 51 struct rip { struct 305 const struct rip *rp; 311 ndo->ndo_protocol = "rip"; 325 rp = (const struct rip *)dat;
|
| /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)) \
|
| /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
|
| /src/sbin/routed/rtquery/ |
| rtquery.c | 101 struct rip rip; member in union:__anon817 104 #define OMSG omsg_buf.rip 105 int omsg_len = sizeof(struct rip); 108 struct rip rip; member in union:__anon818 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/external/gpl3/binutils/dist/bfd/hosts/ |
| x86-64linux.h | 88 a8_uint64_t rip; member in struct:user_regs64_struct
|
| /src/external/gpl3/binutils.old/dist/bfd/hosts/ |
| x86-64linux.h | 88 a8_uint64_t rip; member in struct:user_regs64_struct
|
| /src/external/gpl3/gdb.old/dist/bfd/hosts/ |
| x86-64linux.h | 88 a8_uint64_t rip; member in struct:user_regs64_struct
|
| /src/external/gpl3/gdb/dist/bfd/hosts/ |
| x86-64linux.h | 88 a8_uint64_t rip; member in struct:user_regs64_struct
|
| /src/sys/arch/sparc/sparc/ |
| autoconf.c | 1451 struct rom_intr *rip = NULL; local 1454 &n, &rip); 1463 *ip = rip[0].int_pri & 0xf; 1464 free(rip, M_DEVBUF);
|
| /src/sys/dev/pci/ |
| tga.c | 244 struct rasops_info *rip; local 327 rip = &dc->dc_rinfo; 328 rip->ri_flg = RI_CENTER; 329 rip->ri_depth = tgac->tgac_phys_depth; 330 rip->ri_bits = (void *)dc->dc_videobase; 331 rip->ri_width = dc->dc_wid; 332 rip->ri_height = dc->dc_ht; 333 rip->ri_stride = dc->dc_rowbytes; 334 rip->ri_hw = dc; 336 rip->ri_flg |= RI_NO_AUTO [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
|