Home
last modified time | relevance | path

Searched refs:dcache_clean_inval_poc (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.15/arch/arm64/kvm/hyp/nvhe/
Dcache.S10 SYM_FUNC_START_PI(dcache_clean_inval_poc)
13 SYM_FUNC_END_PI(dcache_clean_inval_poc)
Dsetup.c142 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params()
/Linux-v5.15/arch/arm64/kernel/
Dkaslr.c75 dcache_clean_inval_poc((unsigned long)&module_alloc_base, in kaslr_early_init()
177 dcache_clean_inval_poc((unsigned long)&module_alloc_base, in kaslr_early_init()
180 dcache_clean_inval_poc((unsigned long)&memstart_offset_seed, in kaslr_early_init()
Dhibernate.c384 dcache_clean_inval_poc((unsigned long)__mmuoff_data_start, in swsusp_arch_suspend()
386 dcache_clean_inval_poc((unsigned long)__idmap_text_start, in swsusp_arch_suspend()
391 dcache_clean_inval_poc( in swsusp_arch_suspend()
394 dcache_clean_inval_poc((unsigned long)__hyp_text_start, in swsusp_arch_suspend()
480 dcache_clean_inval_poc((unsigned long)hibernate_exit, in swsusp_arch_resume()
Dmachine_kexec.c76 dcache_clean_inval_poc((unsigned long)reloc_code, in machine_kexec_post_load()
115 dcache_clean_inval_poc((unsigned long)entry, in kexec_list_flush()
132 dcache_clean_inval_poc(addr, addr + PAGE_SIZE); in kexec_list_flush()
159 dcache_clean_inval_poc( in kexec_segment_flush()
Dsmp_spin_table.c39 dcache_clean_inval_poc((unsigned long)start, (unsigned long)start + size); in write_pen_release()
93 dcache_clean_inval_poc((__force unsigned long)release_addr, in smp_spin_table_cpu_prepare()
Didreg-override.c242 dcache_clean_inval_poc((unsigned long)regs[i]->override, in init_feature_override()
/Linux-v5.15/arch/arm64/mm/
Dcache.S110 SYM_FUNC_START_PI(dcache_clean_inval_poc)
113 SYM_FUNC_END_PI(dcache_clean_inval_poc)
/Linux-v5.15/arch/arm64/include/asm/
Dcacheflush.h74 extern void dcache_clean_inval_poc(unsigned long start, unsigned long end);
Defi.h137 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
Darch_gicv3.h128 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
Dkvm_mmu.h184 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
Dkvm_pgtable.h103 void (*dcache_clean_inval_poc)(void *addr, size_t size); member
/Linux-v5.15/arch/arm64/kvm/hyp/
Dpgtable.c689 if (mm_ops->dcache_clean_inval_poc && stage2_pte_cacheable(pgt, new)) in stage2_map_walker_try_leaf()
690 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(new, mm_ops), in stage2_map_walker_try_leaf()
927 dcache_clean_inval_poc((unsigned long)pte_follow, in stage2_unmap_walker()
1098 dcache_clean_inval_poc((unsigned long)pte_follow, in stage2_flush_walker()
/Linux-v5.15/arch/arm64/kvm/
Dmmu.c492 .dcache_clean_inval_poc = clean_dcache_guest_page,