Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dhibernate.c352 dcache_clean_inval_poc((unsigned long)__mmuoff_data_start, in swsusp_arch_suspend()
354 dcache_clean_inval_poc((unsigned long)__idmap_text_start, in swsusp_arch_suspend()
359 dcache_clean_inval_poc( in swsusp_arch_suspend()
362 dcache_clean_inval_poc((unsigned long)__hyp_text_start, in swsusp_arch_suspend()
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()
Dmachine_kexec.c82 dcache_clean_inval_poc( in kexec_segment_flush()
151 dcache_clean_inval_poc((unsigned long)reloc_code, in machine_kexec_post_load()
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dcache.S14 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
Dsetup.c178 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params()
Dmem_protect.c253 .dcache_clean_inval_poc = clean_dcache_guest_page, in kvm_guest_prepare_stage2()
/linux-6.12.1/arch/arm64/include/asm/
Dcacheflush.h74 extern void dcache_clean_inval_poc(unsigned long start, unsigned long end);
Defi.h154 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
Darch_gicv3.h149 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
Dkvm_mmu.h198 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
Dkvm_pgtable.h221 void (*dcache_clean_inval_poc)(void *addr, size_t size); member
/linux-6.12.1/arch/arm64/kvm/hyp/
Dpgtable.c959 if (!kvm_pgtable_walk_skip_cmo(ctx) && mm_ops->dcache_clean_inval_poc && in stage2_map_walker_try_leaf()
961 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(new, mm_ops), in stage2_map_walker_try_leaf()
1141 if (need_flush && mm_ops->dcache_clean_inval_poc) in stage2_unmap_walker()
1142 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(ctx->old, mm_ops), in stage2_unmap_walker()
1349 if (mm_ops->dcache_clean_inval_poc) in stage2_flush_walker()
1350 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(ctx->old, mm_ops), in stage2_flush_walker()
/linux-6.12.1/arch/arm64/mm/
Dcache.S115 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
Dtrans_pgd.c289 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
/linux-6.12.1/arch/arm64/kernel/pi/
Didreg-override.c393 dcache_clean_inval_poc((unsigned long)override, in init_feature_override()
/linux-6.12.1/arch/arm64/kvm/
Dmmu.c862 .dcache_clean_inval_poc = clean_dcache_guest_page,