Searched refs:ddt (Results 1 – 3 of 3) sorted by relevance
566 unsigned long ddt, old, new; in riscv_iommu_get_dc() local616 ddt = READ_ONCE(*(unsigned long *)ddtp); in riscv_iommu_get_dc()617 if (ddt & RISCV_IOMMU_DDTE_V) { in riscv_iommu_get_dc()618 ddtp = __va(ppn_to_phys(ddt)); in riscv_iommu_get_dc()627 old = cmpxchg_relaxed((unsigned long *)ddtp, ddt, new); in riscv_iommu_get_dc()629 if (old == ddt) { in riscv_iommu_get_dc()
279 const struct dpll_data *ddt) in of_ti_dpll_setup() argument289 dd = kmemdup(ddt, sizeof(*dd), GFP_KERNEL); in of_ti_dpll_setup()
358 static const int ddt[4] = { 0, 16, 32, 64 }; in intel_gtt_stolen_size() local382 MB(ddt[I830_RDRAM_DDT(rdct)]); in intel_gtt_stolen_size()
Completed in 12 milliseconds