Home
last modified time | relevance | path

Searched refs:has_etr_sg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c850 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
855 has_etr_sg = tmc_etr_has_cap(drvdata, TMC_ETR_SG); in tmc_alloc_etr_buf()
859 has_sg = has_catu || has_etr_sg; in tmc_alloc_etr_buf()
883 if (rc && has_etr_sg) in tmc_alloc_etr_buf()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c846 bool has_etr_sg, has_iommu; in tmc_alloc_etr_buf() local
851 has_etr_sg = tmc_etr_has_cap(drvdata, TMC_ETR_SG); in tmc_alloc_etr_buf()
855 has_sg = has_catu || has_etr_sg; in tmc_alloc_etr_buf()
879 if (rc && has_etr_sg) in tmc_alloc_etr_buf()

Completed in 6 milliseconds