HomeSort by: relevance | last modified time | path
    Searched refs:ctag (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_compr.c 50 u_int32_t ctag; local in function:ntfs_uncompblock
72 ctag = cbuf[cpos++];
74 if (ctag & 1) {
90 ctag >>= 1;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_vmmgf100.c 45 if (map->ctag && !(map->next & (1ULL << 44))) {
47 data = base | ((map->ctag >> 1) << 44);
48 if (!(map->ctag++ & 1))
55 map->type += ptes * map->ctag;
83 map->type += map->ctag;
266 map->type = map->ctag = 0;
314 map->ctag |= 1ULL << 44;
317 map->ctag |= tags << 1 | 1;
nouveau_nvkm_subdev_mmu_vmmnv50.c 44 map->type += ptes * map->ctag;
81 map->type += map->ctag;
251 map->type = map->ctag = 0;
318 map->ctag |= (u64)comp << 49;
321 map->next |= map->ctag;
nouveau_nvkm_subdev_mmu_vmmgp100.c 129 map->type += ptes * map->ctag;
156 map->type += map->ctag;
216 map->type += ptes * map->ctag;
392 map->ctag |= ((1ULL << page->shift) >> 16) << 36;
394 map->next |= map->ctag;
  /src/sys/dev/cardbus/
siisata_cardbus.c 271 pcitag_t ctag = csc->sc_tag; local in function:siisata_cardbus_detach
282 Cardbus_conf_write(ct, ctag, SIISATA_CARDBUS_BAR0, 0);
288 Cardbus_conf_write(ct, ctag, SIISATA_CARDBUS_BAR1, 0);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
mmu.h 90 u64 ctag; member in struct:nvkm_vmm_map

Completed in 17 milliseconds