OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csb
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/fstyp/
apfs.c
86
struct nx_superblock *
csb
;
local in function:fstyp_apfs
90
csb
= read_buf(fp, 0, sizeof(*
csb
));
91
if (
csb
== NULL)
95
if (strncmp(
csb
->nx_magic, "NXSB", 4) != 0 ||
96
csb
->nx_o.o_oid != OID_NX_SUPERBLOCK ||
97
(
csb
->nx_o.o_type & OBJECT_TYPE_MASK) != OBJECT_TYPE_NX_SUPERBLOCK)
105
free(
csb
);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_user.c
29
const struct intel_engine_cs *
csb
= vb;
local in function:compare_engines
31
if (csa->uabi_class <
csb
->uabi_class)
33
if (csa->uabi_class >
csb
->uabi_class)
35
if (csa->uabi_instance <
csb
->uabi_instance)
37
if (csa->uabi_instance >
csb
->uabi_instance)
intel_lrc.c
177
#define GEN12_CTX_STATUS_SWITCHED_TO_NEW_QUEUE (0x1) /* lower
csb
dword */
178
#define GEN12_CTX_SWITCH_DETAIL(csb_dw) ((csb_dw) & 0xF) /* upper
csb
dword */
1544
* that all ELSP are drained i.e. we have processed the
CSB
,
2247
gen12_csb_parse(const struct intel_engine_execlists *execlists, const u32 *
csb
)
2249
u32 lower_dw =
csb
[0];
2250
u32 upper_dw =
csb
[1];
2277
gen8_csb_parse(const struct intel_engine_execlists *execlists, const u32 *
csb
)
2279
return *
csb
& (GEN8_CTX_STATUS_IDLE_ACTIVE | GEN8_CTX_STATUS_PREEMPTED);
2318
* from the
CSB
, so that we do not see stale values. Without an rmb
2319
* (lfence) the HW may speculatively perform the
CSB
[] reads *before
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025