OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:state_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
scheduler.c
113
u32
state_offset
= ctx_flexeu0 + i * 2;
local
115
workload->flex_mmio[i] = reg_state[
state_offset
+ 1];
123
u32
state_offset
= ctx_flexeu0 + i * 2;
local
126
reg_state[
state_offset
] = mmio;
127
reg_state[
state_offset
+ 1] = workload->flex_mmio[i];
/src/sys/dev/pci/qat/
qat.c
1351
uint32_t
state_offset
= hash_def->qshd_alg->qshai_state_offset;
local
1383
((uint8_t *)ctx) +
state_offset
, state_word);
1386
memcpy(state1, ((uint8_t *)ctx) +
state_offset
, state_size);
1388
qat_memcpy_htobe(state1, ((uint8_t *)ctx) +
state_offset
,
1396
memcpy(state2, ((uint8_t *)ctx) +
state_offset
, state_size);
1398
qat_memcpy_htobe(state2, ((uint8_t *)ctx) +
state_offset
,
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026