Searched refs:tlb (Results 1 – 13 of 13) sorted by relevance
/drivers/usb/host/ |
D | ohci-omap.c | 141 unsigned int tlb; in omap_1510_local_bus_init() local 148 for (tlb = 0; tlb < OMAP1510_LB_MEMSIZE; tlb++) { in omap_1510_local_bus_init() 149 lbaddr = tlb * 0x00100000 + OMAP1510_LB_OFFSET; in omap_1510_local_bus_init() 150 physaddr = tlb * 0x00100000 + PHYS_OFFSET; in omap_1510_local_bus_init() 156 omap_writel(tlb << 4, OMAP1510_LB_MMU_LCK); in omap_1510_local_bus_init()
|
/drivers/thermal/tegra/ |
D | soctherm.c | 1573 u32 *tlb; in soctherm_thermtrips_parse() local 1588 tlb = devm_kcalloc(&pdev->dev, max_num_prop, sizeof(u32), GFP_KERNEL); in soctherm_thermtrips_parse() 1589 if (!tlb) in soctherm_thermtrips_parse() 1592 tlb, n); in soctherm_thermtrips_parse() 1600 if (tlb[j] >= TEGRA124_SOCTHERM_SENSOR_NUM) in soctherm_thermtrips_parse() 1603 tt[i].id = tlb[j]; in soctherm_thermtrips_parse() 1604 tt[i].temp = tlb[j + 1]; in soctherm_thermtrips_parse()
|
/drivers/iommu/ |
D | arm-smmu.c | 429 .tlb = { 440 .tlb = { 451 .tlb = { 788 .tlb = &smmu_domain->flush_ops->tlb, in arm_smmu_init_domain_context() 1244 smmu_domain->flush_ops->tlb.tlb_flush_all(smmu_domain); in arm_smmu_flush_iotlb_all()
|
D | omap-iommu-debug.c | 236 DEFINE_SHOW_ATTRIBUTE(tlb);
|
D | arm-smmu.h | 323 struct iommu_flush_ops tlb; member
|
D | qcom_iommu.c | 241 .tlb = &qcom_flush_ops, in qcom_iommu_init_domain()
|
D | mtk_iommu.c | 344 .tlb = &mtk_iommu_flush_ops, in mtk_iommu_domain_finalise()
|
D | msm_iommu.c | 357 .tlb = &msm_iommu_flush_ops, in msm_iommu_domain_config()
|
D | io-pgtable-arm-v7s.c | 886 .tlb = &dummy_tlb_ops, in arm_v7s_do_selftests()
|
D | ipmmu-vmsa.c | 485 domain->cfg.tlb = &ipmmu_flush_ops; in ipmmu_domain_init_context()
|
D | io-pgtable-arm.c | 1259 .tlb = &dummy_tlb_ops, in arm_lpae_do_selftests()
|
D | arm-smmu-v3.c | 2242 .tlb = &arm_smmu_flush_ops, in arm_smmu_domain_finalise()
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_mmu.c | 369 .tlb = &mmu_tlb_ops, in panfrost_mmu_pgtable_alloc()
|