Searched refs:tlb (Results 1 – 12 of 12) sorted by relevance
/drivers/usb/host/ |
D | ohci-omap.c | 132 unsigned int tlb; in omap_1510_local_bus_init() local 139 for (tlb = 0; tlb < OMAP1510_LB_MEMSIZE; tlb++) { in omap_1510_local_bus_init() 140 lbaddr = tlb * 0x00100000 + OMAP1510_LB_OFFSET; in omap_1510_local_bus_init() 141 physaddr = tlb * 0x00100000 + PHYS_OFFSET; in omap_1510_local_bus_init() 147 omap_writel(tlb << 4, OMAP1510_LB_MMU_LCK); in omap_1510_local_bus_init()
|
/drivers/thermal/tegra/ |
D | soctherm.c | 1578 u32 *tlb; in soctherm_thermtrips_parse() local 1593 tlb = devm_kcalloc(&pdev->dev, max_num_prop, sizeof(u32), GFP_KERNEL); in soctherm_thermtrips_parse() 1594 if (!tlb) in soctherm_thermtrips_parse() 1597 tlb, n); in soctherm_thermtrips_parse() 1605 if (tlb[j] >= TEGRA124_SOCTHERM_SENSOR_NUM) in soctherm_thermtrips_parse() 1608 tt[i].id = tlb[j]; in soctherm_thermtrips_parse() 1609 tt[i].temp = tlb[j + 1]; in soctherm_thermtrips_parse()
|
/drivers/iommu/ |
D | omap-iommu-debug.c | 239 DEFINE_SHOW_ATTRIBUTE(tlb);
|
D | msm_iommu.c | 349 .tlb = &msm_iommu_flush_ops, in msm_iommu_domain_config()
|
D | ipmmu-vmsa.c | 439 domain->cfg.tlb = &ipmmu_flush_ops; in ipmmu_domain_init_context()
|
D | io-pgtable-arm-v7s.c | 919 .tlb = &dummy_tlb_ops, in arm_v7s_do_selftests()
|
D | io-pgtable-arm.c | 1305 .tlb = &dummy_tlb_ops, in arm_lpae_do_selftests()
|
/drivers/gpu/drm/msm/ |
D | msm_iommu.c | 177 ttbr0_cfg.tlb = &null_tlb_ops; in msm_iommu_pagetable_create()
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_mmu.c | 577 .tlb = &mmu_tlb_ops, in panfrost_mmu_ctx_create()
|
/drivers/iommu/arm/arm-smmu/ |
D | qcom_iommu.c | 247 .tlb = &qcom_flush_ops, in qcom_iommu_init_domain()
|
D | arm-smmu.c | 757 .tlb = smmu_domain->flush_ops, in arm_smmu_init_domain_context()
|
/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 1981 .tlb = &arm_smmu_flush_ops, in arm_smmu_domain_finalise()
|