Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/arm/arm-smmu/
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-6.12.1/arch/arm64/boot/dts/qcom/
Dsc7280.dtsi2256 "tbu",
2997 gfx_0_tbu: tbu@3dd9000 {
2998 compatible = "qcom,sc7280-tbu";
3003 gfx_1_tbu: tbu@3ddd000 {
3004 compatible = "qcom,sc7280-tbu";
5882 anoc_1_tbu: tbu@151dd000 {
5883 compatible = "qcom,sc7280-tbu";
5890 anoc_2_tbu: tbu@151e1000 {
5891 compatible = "qcom,sc7280-tbu";
5898 mnoc_hf_0_tbu: tbu@151e5000 {
[all …]
Dsdm845.dtsi2351 "tbu";
2462 "tbu";
5164 anoc_1_tbu: tbu@150c5000 {
5165 compatible = "qcom,sdm845-tbu";
5173 anoc_2_tbu: tbu@150c9000 {
5174 compatible = "qcom,sdm845-tbu";
5182 mnoc_hf_0_tbu: tbu@150cd000 {
5183 compatible = "qcom,sdm845-tbu";
5191 mnoc_hf_1_tbu: tbu@150d1000 {
5192 compatible = "qcom,sdm845-tbu";
[all …]
Dsc8180x.dtsi1759 "tbu";
1880 "tbu";
2002 "tbu";
2124 "tbu";
Dmsm8976.dtsi896 "tbu",
Dqcs404.dtsi636 * "tbu",
Dsm8350.dtsi1569 "tbu",
1677 "tbu",
Dsm8250.dtsi2182 "tbu",
2304 "tbu",
2429 "tbu",
Dmsm8939.dtsi1491 clock-names = "iface", "bus", "tbu";
Dsm8150.dtsi1885 "tbu",
2002 "tbu",
/linux-6.12.1/arch/powerpc/kernel/
Dasm-offsets.c664 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu); in main()
666 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu); in main()
/linux-6.12.1/arch/powerpc/include/asm/
Dkvm_host.h170 u32 tbu, tbl; member