Home
last modified time | relevance | path

Searched refs:tbu (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom-debug.c106 struct qcom_tbu *tbu; in qcom_find_tbu() local
114 list_for_each_entry(tbu, &tbu_list, list) { in qcom_find_tbu()
115 start = tbu->sid_range[0]; in qcom_find_tbu()
116 end = start + tbu->sid_range[1]; in qcom_find_tbu()
118 if (qsmmu->smmu.dev->of_node == tbu->smmu_np && in qcom_find_tbu()
120 return tbu; in qcom_find_tbu()
127 static int qcom_tbu_halt(struct qcom_tbu *tbu, struct arm_smmu_domain *smmu_domain) in qcom_tbu_halt() argument
133 guard(spinlock_irqsave)(&tbu->halt_lock); in qcom_tbu_halt()
134 if (tbu->halt_count) { in qcom_tbu_halt()
135 tbu->halt_count++; in qcom_tbu_halt()
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dkodiak.dtsi2271 "tbu",
2401 "tbu",
3271 gfx_0_tbu: tbu@3dd9000 {
3272 compatible = "qcom,sc7280-tbu";
3277 gfx_1_tbu: tbu@3ddd000 {
3278 compatible = "qcom,sc7280-tbu";
6662 anoc_1_tbu: tbu@151dd000 {
6663 compatible = "qcom,sc7280-tbu";
6670 anoc_2_tbu: tbu@151e1000 {
6671 compatible = "qcom,sc7280-tbu";
[all …]
H A Dsdm845.dtsi2373 "tbu";
2500 "tbu";
5215 anoc_1_tbu: tbu@150c5000 {
5216 compatible = "qcom,sdm845-tbu";
5224 anoc_2_tbu: tbu@150c9000 {
5225 compatible = "qcom,sdm845-tbu";
5233 mnoc_hf_0_tbu: tbu@150cd000 {
5234 compatible = "qcom,sdm845-tbu";
5242 mnoc_hf_1_tbu: tbu@150d1000 {
5243 compatible = "qcom,sdm845-tbu";
[all …]
H A Dmsm8976.dtsi933 "tbu",
H A Dsm8350.dtsi1573 "tbu",
1683 "tbu",
H A Dsm8250.dtsi2185 "tbu",
2309 "tbu",
2436 "tbu",
/linux/arch/powerpc/kernel/
H A Dasm-offsets.c660 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
662 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()