| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/ |
| nouveau_nvkm_subdev_fault_tu102.c | 48 const u32 foff = buffer->id * 0x20; local 49 nvkm_mask(device, 0xb83010 + foff, 0x80000000, 0x00000000); 56 const u32 foff = buffer->id * 0x20; local 58 nvkm_mask(device, 0xb83010 + foff, 0xc0000000, 0x40000000); 59 nvkm_wr32(device, 0xb83004 + foff, upper_32_bits(buffer->addr)); 60 nvkm_wr32(device, 0xb83000 + foff, lower_32_bits(buffer->addr)); 61 nvkm_mask(device, 0xb83010 + foff, 0x80000000, 0x80000000); 68 const u32 foff = buffer->id * 0x20; local 70 nvkm_mask(device, 0xb83010 + foff, 0x40000000, 0x40000000); 72 buffer->entries = nvkm_rd32(device, 0xb83010 + foff) & 0x000fffff [all...] |
| nouveau_nvkm_subdev_fault_gv100.c | 93 const u32 foff = buffer->id * 0x14; local 94 nvkm_mask(device, 0x100e34 + foff, 0x80000000, 0x00000000); 101 const u32 foff = buffer->id * 0x14; local 103 nvkm_mask(device, 0x100e34 + foff, 0xc0000000, 0x40000000); 104 nvkm_wr32(device, 0x100e28 + foff, upper_32_bits(buffer->addr)); 105 nvkm_wr32(device, 0x100e24 + foff, lower_32_bits(buffer->addr)); 106 nvkm_mask(device, 0x100e34 + foff, 0x80000000, 0x80000000); 113 const u32 foff = buffer->id * 0x14; local 115 nvkm_mask(device, 0x100e34 + foff, 0x40000000, 0x40000000); 117 buffer->entries = nvkm_rd32(device, 0x100e34 + foff) & 0x000fffff [all...] |
| /src/external/bsd/ntp/dist/include/ |
| parse_conf.h | 68 struct foff struct in struct:format
|
| /src/sys/arch/hppa/stand/common/ |
| exec_som.c | 65 xp->text.foff = x.a_tfile; 66 xp->data.foff = x.a_dfile; 67 xp->bss.foff = 0; 69 xp->sym.foff = xf->sym_loc; 70 xp->str.foff = xf->strings_loc;
|
| lif.c | 166 int foff; local 175 foff = fp->f_off + fp->f_seek; 178 btodb(foff), count, p, &bsize))) 181 bsize = sizeof(bbuf) - (foff & (sizeof(bbuf) - 1)); 183 memcpy(buf, bbuf + (foff & (sizeof(bbuf) - 1)), bsize);
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| iolib.c | 55 #define CUR_MAKE(busy, indx, foff) ((((uint64_t)(busy))<<63) | (((uint64_t)(indx))<<57) | ((uint64_t)(foff)) ) 106 static int mapBuffer (char *fname, Buffer *buf, off64_t foff); 368 uint64_t opos, npos, foff; local 374 foff = CUR_FOFF (opos); 384 blk_off = foff & (blksz - 1); 386 foff += blksz - blk_off; 387 npos = CUR_MAKE (1, indx, foff); 869 * - foff: the file offset 904 mapBuffer (char *fname, Buffer *buf, off64_t foff) 1013 uint64_t opos, foff, base; local [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| iolib.c | 55 #define CUR_MAKE(busy, indx, foff) ((((uint64_t)(busy))<<63) | (((uint64_t)(indx))<<57) | ((uint64_t)(foff)) ) 106 static int mapBuffer (char *fname, Buffer *buf, off64_t foff); 368 uint64_t opos, npos, foff; local 374 foff = CUR_FOFF (opos); 384 blk_off = foff & (blksz - 1); 386 foff += blksz - blk_off; 387 npos = CUR_MAKE (1, indx, foff); 869 * - foff: the file offset 904 mapBuffer (char *fname, Buffer *buf, off64_t foff) 1013 uint64_t opos, foff, base; local [all...] |
| /src/sys/net/npf/ |
| npf_mbuf.c | 196 const size_t foff = nbuf_offset(nbuf); local 205 if ((target = NBUF_ENSURE_ROUNDUP(foff + len)) > plen) { 206 target = foff + len; 228 KASSERT(foff < m_buflen(m) && foff < m_length(m)); 229 nbuf->nb_nptr = mtod(m, uint8_t *) + foff;
|
| /src/sys/arch/m68k/include/ |
| pmap_motorola.h | 260 #define PMAP_PREFER(foff, vap, sz, td) pmap_prefer((foff), (vap))
|
| /src/lib/libkvm/ |
| kvm_sparc.c | 230 off_t foff; local 257 foff = _kvm_pa2off(kd, (u_long)&sp->sg_pte[VA_VPG(va)] - kernbase); 258 if (foff == (off_t)-1) 261 if (_kvm_pread(kd, kd->pmfd, &pte, sizeof(pte), foff) != sizeof(pte)) {
|
| kvm.c | 887 off_t foff; local 896 foff = _kvm_pa2off(kd, pa); 898 cc = _kvm_pread(kd, kd->pmfd, cp, (size_t)cc, foff); 951 off_t foff; local 960 foff = _kvm_pa2off(kd, pa); 962 cc = _kvm_pwrite(kd, cp, (size_t)cc, foff);
|
| /src/regress/sys/net/frag/ |
| ip4_frag_1.c | 85 create_ip_packet(in_addr_t target, int foff, size_t addlen) 93 first = ((foff & IP_MF) == 0); 109 ip->ip_off = foff;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| LoadObject.cc | 435 LoadObject::find_function (uint64_t foff) 438 int hash = (((int) foff) >> 6) & (HTableSize - 1); 440 if (func && foff >= func->img_offset && foff < func->img_offset + func->size) 453 if (foff < fp->img_offset) 455 else if (foff >= fp->img_offset + fp->size) 472 high_bound = foff >= usize ? foff : usize; 489 if (sz + func->img_offset < foff) 490 func->size = foff - func->img_offset [all...] |
| parse.cc | 225 mrec->foff = 0; 257 mrec->foff = 0; 502 mrec->foff = 0; 754 mrec->foff = offset; 894 mrec->foff = lo_min;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| LoadObject.cc | 435 LoadObject::find_function (uint64_t foff) 438 int hash = (((int) foff) >> 6) & (HTableSize - 1); 440 if (func && foff >= func->img_offset && foff < func->img_offset + func->size) 453 if (foff < fp->img_offset) 455 else if (foff >= fp->img_offset + fp->size) 472 high_bound = foff >= usize ? foff : usize; 489 if (sz + func->img_offset < foff) 490 func->size = foff - func->img_offset [all...] |
| parse.cc | 225 mrec->foff = 0; 257 mrec->foff = 0; 502 mrec->foff = 0; 754 mrec->foff = offset; 894 mrec->foff = lo_min;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-nds32.c | 7453 bfd_signed_vma foff; 7509 foff = (symval + addend 7511 return foff; 8667 bfd_signed_vma foff; 8727 foff = symval + addend; 8729 return foff; 9666 bfd_signed_vma foff; 9688 foff = calculate_offset (abfd, sec, hi_irelfn, isymbuf, symtab_hdr); 9691 if (foff == 0 9692 || foff < -CONSERVATIVE_24BIT_S 7449 bfd_signed_vma foff; local 8661 bfd_signed_vma foff; local 9660 bfd_signed_vma foff; local 9746 bfd_signed_vma foff; local 9844 bfd_signed_vma foff; local 9976 bfd_signed_vma foff; local 10172 bfd_signed_vma foff; local 10356 bfd_signed_vma foff; local 10562 bfd_signed_vma foff; local 10661 bfd_signed_vma foff; local 10739 bfd_signed_vma foff; local 10872 bfd_signed_vma foff; local 10962 bfd_signed_vma foff; local 11095 bfd_signed_vma foff; local 11263 bfd_signed_vma foff; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-nds32.c | 7453 bfd_signed_vma foff; 7510 foff = (symval + addend 7512 return foff; 8670 bfd_signed_vma foff; 8730 foff = symval + addend; 8732 return foff; 9669 bfd_signed_vma foff; 9691 foff = calculate_offset (abfd, sec, hi_irelfn, isymbuf, symtab_hdr); 9694 if (foff == 0 9695 || foff < -CONSERVATIVE_24BIT_S 7449 bfd_signed_vma foff; local 8664 bfd_signed_vma foff; local 9663 bfd_signed_vma foff; local 9749 bfd_signed_vma foff; local 9847 bfd_signed_vma foff; local 9979 bfd_signed_vma foff; local 10175 bfd_signed_vma foff; local 10359 bfd_signed_vma foff; local 10565 bfd_signed_vma foff; local 10664 bfd_signed_vma foff; local 10742 bfd_signed_vma foff; local 10875 bfd_signed_vma foff; local 10965 bfd_signed_vma foff; local 11098 bfd_signed_vma foff; local 11266 bfd_signed_vma foff; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-nds32.c | 7446 bfd_signed_vma foff; 7503 foff = (symval + addend 7505 return foff; 8663 bfd_signed_vma foff; 8723 foff = symval + addend; 8725 return foff; 9662 bfd_signed_vma foff; 9684 foff = calculate_offset (abfd, sec, hi_irelfn, isymbuf, symtab_hdr); 9687 if (foff == 0 9688 || foff < -CONSERVATIVE_24BIT_S 7442 bfd_signed_vma foff; local 8657 bfd_signed_vma foff; local 9656 bfd_signed_vma foff; local 9742 bfd_signed_vma foff; local 9840 bfd_signed_vma foff; local 9972 bfd_signed_vma foff; local 10168 bfd_signed_vma foff; local 10352 bfd_signed_vma foff; local 10558 bfd_signed_vma foff; local 10657 bfd_signed_vma foff; local 10735 bfd_signed_vma foff; local 10868 bfd_signed_vma foff; local 10958 bfd_signed_vma foff; local 11091 bfd_signed_vma foff; local 11259 bfd_signed_vma foff; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-nds32.c | 7452 bfd_signed_vma foff; 7509 foff = (symval + addend 7511 return foff; 8669 bfd_signed_vma foff; 8729 foff = symval + addend; 8731 return foff; 9668 bfd_signed_vma foff; 9690 foff = calculate_offset (abfd, sec, hi_irelfn, isymbuf, symtab_hdr); 9693 if (foff == 0 9694 || foff < -CONSERVATIVE_24BIT_S 7448 bfd_signed_vma foff; local 8663 bfd_signed_vma foff; local 9662 bfd_signed_vma foff; local 9748 bfd_signed_vma foff; local 9846 bfd_signed_vma foff; local 9978 bfd_signed_vma foff; local 10174 bfd_signed_vma foff; local 10358 bfd_signed_vma foff; local 10564 bfd_signed_vma foff; local 10663 bfd_signed_vma foff; local 10741 bfd_signed_vma foff; local 10874 bfd_signed_vma foff; local 10964 bfd_signed_vma foff; local 11097 bfd_signed_vma foff; local 11265 bfd_signed_vma foff; local [all...] |
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_bufs.c | 1073 vm_ooffset_t foff; local 1077 voff_t foff; local 1106 foff = map->offset; 1109 foff = 0; 1116 VM_PROT_ALL, MAP_SHARED | MAP_NOSYNC, OBJT_DEVICE, dev->devnode, foff); 1120 foff); 1126 retcode = uvm_mmap_dev(curproc, &addr, rsize, dev->kdev, foff); 1128 DRM_DEBUG("mmap %#lx/%#lx foff %#llx\n", vaddr, rsize, (long long)foff);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| nds32-tdep.c | 1428 int foff = 0; /* Current fpr offset for argument. */ 1514 foff = align_up (foff, align >> 2); 1516 if (foff < REND) 1521 regcache->cooked_write (tdep->fs0_regnum + foff, val); 1522 foff++; 1525 regcache->cooked_write (NDS32_FD0_REGNUM + (foff >> 1), val); 1526 foff += 2; 1423 int foff = 0; \/* Current fpr offset for argument. *\/ local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| nds32-tdep.c | 1428 int foff = 0; /* Current fpr offset for argument. */ 1514 foff = align_up (foff, align >> 2); 1516 if (foff < REND) 1521 regcache->cooked_write (tdep->fs0_regnum + foff, val); 1522 foff++; 1525 regcache->cooked_write (NDS32_FD0_REGNUM + (foff >> 1), val); 1526 foff += 2; 1423 int foff = 0; \/* Current fpr offset for argument. *\/ local
|
| /src/sys/dev/pad/ |
| pad.c | 283 int foff, flen, tlen; local 292 foff = sc->sc_wpos; 301 sc->sc_wpos = foff + blksize; 309 memcpy(sc->sc_audiobuf + foff, blk, flen);
|
| /src/sys/kern/ |
| kern_tc.c | 1208 int foff, gen; local 1267 foff = pps->ppsparam.mode & PPS_OFFSETASSERT; 1276 foff = pps->ppsparam.mode & PPS_OFFSETCLEAR; 1374 if (foff) {
|