Home
last modified time | relevance | path

Searched refs:sync_icache_aliases (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm64/mm/
Dflush.c18 void sync_icache_aliases(unsigned long start, unsigned long end) in sync_icache_aliases() function
36 sync_icache_aliases(start, end); in flush_ptrace_access()
57 sync_icache_aliases((unsigned long)folio_address(folio), in __sync_icache_dcache()
/linux-6.12.1/arch/arm64/include/asm/
Dcacheflush.h80 extern void sync_icache_aliases(unsigned long start, unsigned long end);
/linux-6.12.1/arch/arm64/kernel/probes/
Duprobes.c24 sync_icache_aliases((unsigned long)dst, (unsigned long)dst + len); in arch_uprobe_copy_ixol()