Searched refs:offset_p (Results 1 – 6 of 6) sorted by relevance
| /drivers/char/tpm/ |
| A D | tpm2-sessions.c | 591 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 …]
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_gem.h | 54 uint32_t handle, uint64_t *offset_p);
|
| A D | amdgpu_gem.c | 613 uint32_t handle, uint64_t *offset_p) in amdgpu_mode_dumb_mmap() argument 628 *offset_p = amdgpu_bo_mmap_offset(robj); in amdgpu_mode_dumb_mmap()
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_gem.c | 467 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()
|
| A D | radeon.h | 544 uint32_t handle, uint64_t *offset_p);
|
| /drivers/iommu/iommufd/ |
| A D | pages.c | 641 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()
|
Completed in 28 milliseconds