Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dcacheflush.h50 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_range()
72 unsigned long bytes = l1_dcache_bytes(); in clean_dcache_range()
91 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
/Linux-v5.10/arch/powerpc/lib/
Dpmem.c15 unsigned long bytes = l1_dcache_bytes(); in __clean_pmem_range()
27 unsigned long bytes = l1_dcache_bytes(); in __flush_pmem_range()
/Linux-v5.10/arch/powerpc/mm/
Dmem.c435 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_icache_phys()