OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oastatus1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c
462
u32
oastatus1
= intel_uncore_read(uncore, GEN7_OASTATUS1);
local in function:gen7_oa_hw_tail_read
464
return
oastatus1
& GEN7_OASTATUS1_TAIL_MASK;
1198
u32
oastatus1
;
local in function:gen7_oa_read
1204
oastatus1
= intel_uncore_read(uncore, GEN7_OASTATUS1);
1206
/* XXX: On Haswell we don't have a safe way to clear
oastatus1
1211
oastatus1
&= ~stream->perf->gen7_latched_oastatus1;
1233
if (unlikely(
oastatus1
& GEN7_OASTATUS1_OABUFFER_OVERFLOW)) {
1245
oastatus1
= intel_uncore_read(uncore, GEN7_OASTATUS1);
1248
if (unlikely(
oastatus1
& GEN7_OASTATUS1_REPORT_LOST)) {
1533
* before
OASTATUS1
, but after OASTATUS
[
all
...]
i915_perf.c
462
u32
oastatus1
= intel_uncore_read(uncore, GEN7_OASTATUS1);
local in function:gen7_oa_hw_tail_read
464
return
oastatus1
& GEN7_OASTATUS1_TAIL_MASK;
1198
u32
oastatus1
;
local in function:gen7_oa_read
1204
oastatus1
= intel_uncore_read(uncore, GEN7_OASTATUS1);
1206
/* XXX: On Haswell we don't have a safe way to clear
oastatus1
1211
oastatus1
&= ~stream->perf->gen7_latched_oastatus1;
1233
if (unlikely(
oastatus1
& GEN7_OASTATUS1_OABUFFER_OVERFLOW)) {
1245
oastatus1
= intel_uncore_read(uncore, GEN7_OASTATUS1);
1248
if (unlikely(
oastatus1
& GEN7_OASTATUS1_REPORT_LOST)) {
1533
* before
OASTATUS1
, but after OASTATUS
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025