Home
last modified time | relevance | path

Searched refs:offset_p (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/char/tpm/
H A Dtpm2-sessions.c591 off_t offset_s = TPM_HEADER_SIZE, offset_p; in tpm_buf_fill_hmac_session() local
631 offset_p = offset_s + val; in tpm_buf_fill_hmac_session()
632 for (i = 1; offset_s < offset_p; i++) { in tpm_buf_fill_hmac_session()
655 if (offset_s != offset_p) { in tpm_buf_fill_hmac_session()
674 len = tpm_buf_read_u16(buf, &offset_p); in tpm_buf_fill_hmac_session()
677 &buf->data[offset_p], len, in tpm_buf_fill_hmac_session()
680 offset_p -= 2; in tpm_buf_fill_hmac_session()
750 off_t offset_s, offset_p; in tpm_buf_check_hmac_response() local
786 offset_p = offset_s; in tpm_buf_check_hmac_response()
847 len = tpm_buf_read_u16(buf, &offset_p); in tpm_buf_check_hmac_response()
[all …]
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.h54 uint32_t handle, uint64_t *offset_p);
H A Damdgpu_gem.c497 uint32_t handle, uint64_t *offset_p) in amdgpu_mode_dumb_mmap() argument
512 *offset_p = amdgpu_bo_mmap_offset(robj); in amdgpu_mode_dumb_mmap()
/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_gem.c467 uint32_t handle, uint64_t *offset_p) in radeon_mode_dumb_mmap() argument
481 *offset_p = radeon_bo_mmap_offset(robj); in radeon_mode_dumb_mmap()
H A Dradeon.h547 uint32_t handle, uint64_t *offset_p);
/linux-6.15/drivers/iommu/iommufd/
H A Dpages.c641 unsigned long *offset_p, unsigned long npages) in batch_from_folios() argument
645 unsigned long offset = *offset_p; in batch_from_folios()
671 *offset_p = offset; in batch_from_folios()