/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
scheduler.c | 113 u32 state_offset = ctx_flexeu0 + i * 2; local in function:sr_oa_regs 115 workload->flex_mmio[i] = reg_state[state_offset + 1]; 123 u32 state_offset = ctx_flexeu0 + i * 2; local in function:sr_oa_regs 126 reg_state[state_offset] = mmio; 127 reg_state[state_offset + 1] = workload->flex_mmio[i];
|
scheduler.c | 113 u32 state_offset = ctx_flexeu0 + i * 2; local in function:sr_oa_regs 115 workload->flex_mmio[i] = reg_state[state_offset + 1]; 123 u32 state_offset = ctx_flexeu0 + i * 2; local in function:sr_oa_regs 126 reg_state[state_offset] = mmio; 127 reg_state[state_offset + 1] = workload->flex_mmio[i];
|
scheduler.c | 113 u32 state_offset = ctx_flexeu0 + i * 2; local in function:sr_oa_regs 115 workload->flex_mmio[i] = reg_state[state_offset + 1]; 123 u32 state_offset = ctx_flexeu0 + i * 2; local in function:sr_oa_regs 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 in function:qat_crypto_hmac_precompute 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,
|
qat.c | 1351 uint32_t state_offset = hash_def->qshd_alg->qshai_state_offset; local in function:qat_crypto_hmac_precompute 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,
|
qat.c | 1351 uint32_t state_offset = hash_def->qshd_alg->qshai_state_offset; local in function:qat_crypto_hmac_precompute 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,
|