Searched refs:track (Results 1 - 25 of 70) sorted by relevance

123

/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dpage_track.c27 * intel_vgpu_find_page_track - find page track rcord of guest page
44 * @handler: page track handler
53 struct intel_vgpu_page_track *track; local
56 track = intel_vgpu_find_page_track(vgpu, gfn);
57 if (track)
60 track = kzalloc(sizeof(*track), GFP_KERNEL);
61 if (!track)
64 track->handler = handler;
65 track
85 struct intel_vgpu_page_track *track; local
105 struct intel_vgpu_page_track *track; local
132 struct intel_vgpu_page_track *track; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dsibcall-3.c18 extern void track (int);
34 track (n);
46 track (n);
57 track (int n) function
H A Dsibcall-4.c18 extern void track (void);
35 track ();
47 track ();
58 track () function
H A Dsibcall-1.c15 extern void track (int);
27 track (n);
38 track (int n) function
H A Dsibcall-2.c15 extern void track (void);
28 track ();
39 track () function
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr200.c150 struct r100_cs_track *track; local
160 track = (struct r100_cs_track *)p->track;
188 track->zb.robj = reloc->robj;
189 track->zb.offset = idx_value;
190 track->zb_dirty = true;
201 track->cb[0].robj = reloc->robj;
202 track->cb[0].offset = idx_value;
203 track->cb_dirty = true;
231 track
[all...]
H A Dr600_cs.c43 /* value we track */
299 static void r600_cs_track_init(struct r600_cs_track *track) argument
304 track->sq_config = DX9_CONSTS;
306 track->cb_color_base_last[i] = 0;
307 track->cb_color_size[i] = 0;
308 track->cb_color_size_idx[i] = 0;
309 track->cb_color_info[i] = 0;
310 track->cb_color_view[i] = 0xFFFFFFFF;
311 track->cb_color_bo[i] = NULL;
312 track
351 struct r600_cs_track *track = p->track; local
517 struct r600_cs_track *track = p->track; local
705 struct r600_cs_track *track = p->track; local
968 struct r600_cs_track *track = (struct r600_cs_track *)p->track; local
1476 struct r600_cs_track *track = p->track; local
1630 struct r600_cs_track *track; local
2271 struct r600_cs_track *track; local
[all...]
H A Dr300.c630 struct r100_cs_track *track; local
638 track = (struct r100_cs_track *)p->track;
670 track->cb[i].robj = reloc->robj;
671 track->cb[i].offset = idx_value;
672 track->cb_dirty = true;
683 track->zb.robj = reloc->robj;
684 track->zb.offset = idx_value;
685 track->zb_dirty = true;
728 track
1175 struct r100_cs_track *track; local
1282 struct r100_cs_track *track; local
[all...]
H A Devergreen_cs.c46 /* value we track */
117 static void evergreen_cs_track_init(struct evergreen_cs_track *track) argument
122 track->cb_color_fmask_bo[i] = NULL;
123 track->cb_color_cmask_bo[i] = NULL;
124 track->cb_color_cmask_slice[i] = 0;
125 track->cb_color_fmask_slice[i] = 0;
129 track->cb_color_bo[i] = NULL;
130 track->cb_color_bo_offset[i] = 0xFFFFFFFF;
131 track->cb_color_info[i] = 0;
132 track
204 struct evergreen_cs_track *track = p->track; local
226 struct evergreen_cs_track *track = p->track; local
257 struct evergreen_cs_track *track = p->track; local
395 struct evergreen_cs_track *track = p->track; local
498 struct evergreen_cs_track *track = p->track; local
562 struct evergreen_cs_track *track = p->track; local
659 struct evergreen_cs_track *track = p->track; local
933 struct evergreen_cs_track *track = p->track; local
1095 struct evergreen_cs_track *track = (struct evergreen_cs_track *)p->track; local
1757 struct evergreen_cs_track *track = p->track; local
1775 struct evergreen_cs_track *track; local
2674 struct evergreen_cs_track *track; local
[all...]
H A Dr100.c1315 struct r100_cs_track *track; local
1321 track = (struct r100_cs_track *)p->track;
1329 track->num_arrays = c;
1341 track->arrays[i + 0].esize = idx_value >> 8;
1342 track->arrays[i + 0].robj = reloc->robj;
1343 track->arrays[i + 0].esize &= 0x7F;
1352 track->arrays[i + 1].robj = reloc->robj;
1353 track->arrays[i + 1].esize = idx_value >> 24;
1354 track
1564 struct r100_cs_track *track; local
1922 struct r100_cs_track *track; local
2042 struct r100_cs_track *track; local
2132 r100_cs_track_cube(struct radeon_device *rdev, struct r100_cs_track *track, unsigned idx) argument
2163 r100_cs_track_texture_check(struct radeon_device *rdev, struct r100_cs_track *track) argument
2245 r100_cs_track_check(struct radeon_device *rdev, struct r100_cs_track *track) argument
2382 r100_cs_track_clear(struct radeon_device *rdev, struct r100_cs_track *track) argument
[all...]
H A Dr100_track.h85 int r100_cs_track_check(struct radeon_device *rdev, struct r100_cs_track *track);
86 void r100_cs_track_clear(struct radeon_device *rdev, struct r100_cs_track *track);
/openbsd-current/usr.sbin/fdformat/
H A Dfdformat.c96 verify_track(int fd, int track, int tracksize) argument
121 if (lseek (fd, (off_t) track*tracksize, SEEK_SET) == -1)
167 int fd, c, track, error, tracks_per_dot, bytes_per_track, errs; local
180 case 's': /* # of secs per track */
214 case 't': /* steps per track */
273 errx(1, "too many sectors per track, max value is %d",
310 for (track = 0; track < fdt.tracks * fdt.heads; track++) {
311 if (!((track
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DTrackingMDRef.h9 // References to metadata that track RAUW.
30 explicit TrackingMDRef(Metadata *MD) : MD(MD) { track(); }
33 TrackingMDRef(const TrackingMDRef &X) : MD(X.MD) { track(); }
51 track();
69 track();
83 void track() { function in class:llvm::TrackingMDRef
85 MetadataTracking::track(MD);
H A DMetadata.h200 void track();
222 static bool track(Metadata *&MD) { function in class:llvm::MetadataTracking
223 return track(&MD, *MD, static_cast<Metadata *>(nullptr));
228 /// As \a track(Metadata*&), but with support for calling back to \c Owner to
231 static bool track(void *Ref, Metadata &MD, Metadata &Owner) { function in class:llvm::MetadataTracking
232 return track(Ref, MD, &Owner);
237 /// As \a track(Metadata*&), but with support for calling back to \c Owner to
240 static bool track(void *Ref, Metadata &MD, MetadataAsValue &Owner) { function in class:llvm::MetadataTracking
241 return track(Ref, MD, &Owner);
252 /// Semantically equivalent to \c untrack(MD) followed by \c track(Ne
810 void track(Metadata *Owner) { function in class:llvm::MDOperand
[all...]
/openbsd-current/usr.bin/cdio/
H A Drip.c91 struct track { struct
95 u_int track; /* track number */ member in struct:track
97 u_char isaudio; /* true if audio track, otherwise it's data track */
98 u_int32_t start_lba; /* starting address of this track */
99 u_int32_t end_lba; /* starting address of the next track */
102 int read_track(struct track *);
104 int rip_next_track(struct track *);
105 int play_next_track(struct track *);
[all...]
H A Dmmc.c391 int r, track = 0; local
402 track++;
405 modebuf[3+8+bdlen] = 0x04; /* track mode = data */
406 modebuf[4+8+bdlen] = 0x08; /* 2048 block track mode */
410 modebuf[3+8+bdlen] = 0x00; /* track mode = audio */
411 modebuf[4+8+bdlen] = 0x00; /* 2352 block track mode */
426 writetrack(tr, track);
435 writetrack(struct track_info *tr, int track) argument
508 track, tr->type,
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-hooks1.c421 struct alloca_tracking *track; local
450 track = (struct alloca_tracking *) CALL_REAL (malloc,
453 if (LIKELY (track != NULL))
461 CALL_REAL (free, track);
468 track->ptr = result;
469 track->stack = stack;
470 track->next = alloca_history;
471 alloca_history = track;
/openbsd-current/sys/arch/sh/sh/
H A Dtrap.c321 int err, track, access_type; local
350 track = PG_PMAP_REF;
354 track = PG_PMAP_REF;
358 track = PG_PMAP_REF | PG_PMAP_MOD;
376 track = 0; /* call uvm_fault first. (COW) */
412 if (track && __pmap_pte_load(pmap, va, track)) {
430 int loaded = __pmap_pte_load(pmap, va, track);
/openbsd-current/sys/scsi/
H A Dcd.h52 u_int8_t track[2]; member in struct:scsi_close_track
115 u_int8_t track; member in struct:scsi_play_rel_big
135 u_int8_t track; member in struct:scsi_read_subchannel
195 #define PLAY_TRACK 0x48 /* cdrom play track/index mode */
196 #define PLAY_TRACK_REL 0x49 /* cdrom play track/index mode */
198 #define READ_TRACK_INFO 0x52 /* read track/rzone info */
199 #define CLOSE_TRACK 0x5b /* close track/rzone/session/border */
203 #define PLAY_TRACK_REL_BIG 0xa9 /* cdrom play track/index mode */
/openbsd-current/sbin/fdisk/
H A Dcmd.c215 uint64_t track; local
251 track = start.chs_cyl * disk.dk_heads + start.chs_head;
252 pp->prt_bs = track * disk.dk_sectors + (start.chs_sect - 1);
253 track = end.chs_cyl * disk.dk_heads + end.chs_head;
254 pp->prt_ns = track * disk.dk_sectors + (end.chs_sect - 1) -
/openbsd-current/sys/dev/wscons/
H A Dwsmouseinput.h126 int track; member in struct:interval
/openbsd-current/games/hack/
H A DMakefile13 hack.timeout.c hack.topl.c hack.track.c hack.trap.c hack.tty.c \
/openbsd-current/sys/sys/
H A Dcdio.h33 u_char track; member in struct:cd_toc_entry
168 u_char track; member in struct:ioc_read_subchannel
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/IPC/
H A DDriver.pm174 should keep track of the process and thread ids, the hub should only be dropped
187 driver should keep track of the process and thread ids, the hub should only be
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp962 /// adds a visitor to track where it became null.
1041 // Let's track the return value.
1042 getParentTracker().track(RetE, N, {TKind, EnableNullFPSuppression});
1156 .track(ArgE, N, {TKind, EnableNullFPSuppression})
1160 // If we /can't/ track the null pointer, we should err on the side of
1515 // should track the initializer expression.
1543 // If this is an assignment expression, we can track the value
1556 // FIXME: Here we only track the inner most region, so we lose
1560 // E.g.: The region we have is 's.s2.s3.s4.y' and we only track 'y',
1571 // the parent object. If we track '
2562 const auto track = [&CombinedResult, &Parent, ExprNode, variable
2621 Tracker::Result Tracker::track(const Expr *E, const ExplodedNode *N, function in class:Tracker
2646 Tracker::Result Tracker::track(SVal V, const MemRegion *R, TrackingOptions Opts, function in class:Tracker
[all...]

Completed in 471 milliseconds

123