Searched refs:tbu (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom-debug.c106 struct qcom_tbu *tbu; local
114 list_for_each_entry(tbu, &tbu_list, list) {
115 start = tbu->sid_range[0];
116 end = start + tbu->sid_range[1];
118 if (qsmmu->smmu.dev->of_node == tbu->smmu_np &&
120 return tbu;
127 static int qcom_tbu_halt(struct qcom_tbu *tbu, struct arm_smmu_domain *smmu_domain) argument
133 guard(spinlock_irqsave)(&tbu->halt_lock);
134 if (tbu->halt_count) {
135 tbu
179 qcom_tbu_resume(struct qcom_tbu *tbu) argument
201 qcom_tbu_trigger_atos(struct arm_smmu_domain *smmu_domain, struct qcom_tbu *tbu, dma_addr_t iova, u32 sid) argument
269 struct qcom_tbu *tbu; local
496 struct qcom_tbu *tbu; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c661 OFFSET(VCPU_TIMING_EXIT_TBU, kvm_vcpu, arch.timing_exit.tv32.tbu);
663 OFFSET(VCPU_TIMING_LAST_ENTER_TBU, kvm_vcpu, arch.timing_last_enter.tv32.tbu);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h170 u32 tbu, tbl; member in struct:kvmppc_exit_timing::__anon69::__anon70

Completed in 373 milliseconds