Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A 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()
H A 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()
H A 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/arch/arm64/kvm/hyp/nvhe/
H A Dcache.S14 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
H A Dsetup.c178 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params()
H A Dmem_protect.c253 .dcache_clean_inval_poc = clean_dcache_guest_page, in kvm_guest_prepare_stage2()
/linux/arch/arm64/include/asm/
H A Dcacheflush.h74 extern void dcache_clean_inval_poc(unsigned long start, unsigned long end);
H A Defi.h154 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
H A Darch_gicv3.h149 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
H A Dkvm_mmu.h197 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
H A Dkvm_pgtable.h221 void (*dcache_clean_inval_poc)(void *addr, size_t size); member
/linux/arch/arm64/kvm/hyp/
H A 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/arch/arm64/mm/
H A Dcache.S115 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
H A Dtrans_pgd.c289 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
/linux/arch/arm64/kernel/pi/
H A Didreg-override.c393 dcache_clean_inval_poc((unsigned long)override, in init_feature_override()
/linux/arch/arm64/kvm/
H A Dmmu.c861 .dcache_clean_inval_poc = clean_dcache_guest_page,