Searched defs:invalidate (Results 1 - 3 of 3) sorted by relevance

/arch/powerpc/platforms/pseries/
H A Diommu.c56 u64 __iomem *invalidate = (u64 __iomem *)tbl->it_index; local
61 inc = L1_CACHE_BYTES; /* invalidate a cacheline of TCEs at a time */
77 out_be64(invalidate, start);
508 sw_inval = of_get_property(node, "linux,tce-sw-invalidate-info", NULL);
512 * invalidate the TCE entry. The first property is
513 * the base MMIO address used to invalidate entries.
515 * invalidate (whether it needs to be shifted) and
516 * some magic routing info to add to our invalidate
/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c940 __be64 __iomem *invalidate = rm ? local
971 __raw_rm_writeq(cpu_to_be64(start), invalidate); local
973 __raw_writeq(cpu_to_be64(start), invalidate); local
988 __be64 __iomem *invalidate = rm ? local
993 /* We'll invalidate DMA address in PE scope */
1008 __raw_rm_writeq(cpu_to_be64(start), invalidate); local
1010 __raw_writeq(cpu_to_be64(start), invalidate); local
/arch/ia64/include/asm/
H A Dpal.h948 ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector) argument
951 PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress);

Completed in 128 milliseconds