Searched refs:unmapped_size (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | iommu.h | 111 TP_PROTO(unsigned long iova, size_t size, size_t unmapped_size), 113 TP_ARGS(iova, size, unmapped_size), 118 __field(size_t, unmapped_size) 124 __entry->unmapped_size = unmapped_size; 127 TP_printk("IOMMU: iova=0x%016llx size=%zu unmapped_size=%zu", 128 __entry->iova, __entry->size, __entry->unmapped_size
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | iommu.h | 105 TP_PROTO(unsigned long iova, size_t size, size_t unmapped_size), 107 TP_ARGS(iova, size, unmapped_size), 112 __field(size_t, unmapped_size) 118 __entry->unmapped_size = unmapped_size; 121 TP_printk("IOMMU: iova=0x%016llx - 0x%016llx size=%zu unmapped_size=%zu", 123 __entry->size, __entry->unmapped_size
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | ahb.c | 1053 size_t unmapped_size; in ath11k_ahb_fw_resource_deinit() local 1066 unmapped_size = iommu_unmap(iommu, ab_ahb->fw.msa_paddr, ab_ahb->fw.msa_size); in ath11k_ahb_fw_resource_deinit() 1067 if (unmapped_size != ab_ahb->fw.msa_size) in ath11k_ahb_fw_resource_deinit() 1069 unmapped_size); in ath11k_ahb_fw_resource_deinit() 1071 unmapped_size = iommu_unmap(iommu, ab_ahb->fw.ce_paddr, ab_ahb->fw.ce_size); in ath11k_ahb_fw_resource_deinit() 1072 if (unmapped_size != ab_ahb->fw.ce_size) in ath11k_ahb_fw_resource_deinit() 1074 unmapped_size); in ath11k_ahb_fw_resource_deinit()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | snoc.c | 1607 size_t unmapped_size; in ath10k_fw_deinit() local 1614 unmapped_size = iommu_unmap(iommu, ar_snoc->fw.fw_start_addr, in ath10k_fw_deinit() 1616 if (unmapped_size != mapped_size) in ath10k_fw_deinit() 1618 unmapped_size); in ath10k_fw_deinit()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | snoc.c | 1681 size_t unmapped_size; in ath10k_fw_deinit() local 1688 unmapped_size = iommu_unmap(iommu, ar_snoc->fw.fw_start_addr, in ath10k_fw_deinit() 1690 if (unmapped_size != mapped_size) in ath10k_fw_deinit() 1692 unmapped_size); in ath10k_fw_deinit()
|
Completed in 6 milliseconds