Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount.c14 uintptr_t flush_start = rounddown(CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_store() local
30 flush_dcache_range(flush_start, flush_end); in bootcount_store()
/openbmc/u-boot/common/
H A Dbootm.c453 ulong flush_start = ALIGN_DOWN(load, ARCH_DMA_MINALIGN); in bootm_load_os() local
470 if (flush_start < load) in bootm_load_os()
471 flush_len += load - flush_start; in bootm_load_os()
473 flush_cache(flush_start, ALIGN(flush_len, ARCH_DMA_MINALIGN)); in bootm_load_os()
/openbmc/linux/drivers/iommu/
H A 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()
/openbmc/u-boot/drivers/net/
H A De1000.c5136 unsigned long flush_start, flush_end; in fill_rx() local
5152 flush_start = ((unsigned long)rd) & ~(ARCH_DMA_MINALIGN - 1); in fill_rx()
5153 flush_end = flush_start + roundup(sizeof(*rd), ARCH_DMA_MINALIGN); in fill_rx()
5154 flush_dcache_range(flush_start, flush_end); in fill_rx()
5375 unsigned long flush_start, flush_end; in _e1000_transmit() local
5389 flush_start = ((unsigned long)txp) & ~(ARCH_DMA_MINALIGN - 1); in _e1000_transmit()
5390 flush_end = flush_start + roundup(sizeof(*txp), ARCH_DMA_MINALIGN); in _e1000_transmit()
5391 flush_dcache_range(flush_start, flush_end); in _e1000_transmit()
5397 invalidate_dcache_range(flush_start, flush_end); in _e1000_transmit()
/openbmc/linux/fs/gfs2/
H A 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()