Home
last modified time | relevance | path

Searched refs:__flush_dcache_icache (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dcacheflush.c125 * __flush_dcache_icache(): Flush a particular page from the data cache to RAM.
131 static void __flush_dcache_icache(void *p) in __flush_dcache_icache() function
161 __flush_dcache_icache(addr + i * PAGE_SIZE); in flush_dcache_icache_folio()
166 __flush_dcache_icache(start); in flush_dcache_icache_folio()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcacheflush.h37 void __flush_dcache_icache(void *page);
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dmem.c495 __flush_dcache_icache(page_address(page)); in flush_dcache_icache_page()
499 __flush_dcache_icache(start); in flush_dcache_icache_page()
513 * __flush_dcache_icache(): Flush a particular page from the data cache to RAM.
519 void __flush_dcache_icache(void *p) in __flush_dcache_icache() function
H A Dhugetlbpage.c693 __flush_dcache_icache(page_address(page+i)); in flush_dcache_icache_hugepage()
696 __flush_dcache_icache(start); in flush_dcache_icache_hugepage()

Completed in 3 milliseconds