Home
last modified time | relevance | path

Searched refs:l1_dcache_bytes (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dcacheflush.h67 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_range()
89 unsigned long bytes = l1_dcache_bytes(); in clean_dcache_range()
108 unsigned long bytes = l1_dcache_bytes(); in invalidate_dcache_range()
Dcache.h63 static inline u32 l1_dcache_bytes(void) in l1_dcache_bytes() function
83 static inline u32 l1_dcache_bytes(void) in l1_dcache_bytes() function
/arch/powerpc/lib/
Dpmem.c16 unsigned long bytes = l1_dcache_bytes(); in __clean_pmem_range()
28 unsigned long bytes = l1_dcache_bytes(); in __flush_pmem_range()
/arch/powerpc/mm/
Dcacheflush.c86 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_icache_phys()