Home
last modified time | relevance | path

Searched refs:flush_start (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/iommu/
Dexynos-iommu.c266 u32 flush_start; /* start address of range invalidation */ member
379 .flush_start = 0x20,
393 .flush_start = 0x20,
409 .flush_start = 0x8020,
462 writel(iova & SPAGE_MASK, SYSMMU_REG(data, flush_start)); in __sysmmu_tlb_invalidate_entry()
/linux-6.6.21/fs/gfs2/
Dlog.c207 unsigned long flush_start = jiffies; in gfs2_ail1_flush() local
214 if (time_after(jiffies, flush_start + (HZ * 600))) { in gfs2_ail1_flush()