Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dcacheflush.h73 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_range()
95 unsigned long bytes = l1_dcache_bytes(); in clean_dcache_range()
114 unsigned long bytes = l1_dcache_bytes(); in invalidate_dcache_range()
H A Dcache.h67 static inline u32 l1_dcache_bytes(void) in l1_dcache_bytes() function
87 static inline u32 l1_dcache_bytes(void) in l1_dcache_bytes() function
/openbmc/linux/arch/powerpc/lib/
H A Dpmem.c16 unsigned long bytes = l1_dcache_bytes(); in __clean_pmem_range()
28 unsigned long bytes = l1_dcache_bytes(); in __flush_pmem_range()
H A Dsstep.c1059 unsigned long size = l1_dcache_bytes(); in __emulate_dcbz()
1073 unsigned long size = l1_dcache_bytes(); in emulate_dcbz()
/openbmc/linux/arch/powerpc/mm/
H A Dcacheflush.c86 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_icache_phys()
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c153 *size = l1_dcache_bytes(); in wp_get_instr_detail()