Home
last modified time | relevance | path

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

/linux-5.19.10/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
/linux-5.19.10/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()
Dsstep.c1049 unsigned long size = l1_dcache_bytes(); in __emulate_dcbz()
1063 unsigned long size = l1_dcache_bytes(); in emulate_dcbz()
/linux-5.19.10/arch/powerpc/mm/
Dcacheflush.c86 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_icache_phys()
/linux-5.19.10/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c148 *size = l1_dcache_bytes(); in wp_get_instr_detail()