Home
last modified time | relevance | path

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

/linux-5.19.10/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()
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()
Dhibernate.c358 dcache_clean_inval_poc((unsigned long)__mmuoff_data_start, in swsusp_arch_suspend()
360 dcache_clean_inval_poc((unsigned long)__idmap_text_start, in swsusp_arch_suspend()
365 dcache_clean_inval_poc( in swsusp_arch_suspend()
368 dcache_clean_inval_poc((unsigned long)__hyp_text_start, in swsusp_arch_suspend()
Dmachine_kexec.c95 dcache_clean_inval_poc( in kexec_segment_flush()
164 dcache_clean_inval_poc((unsigned long)reloc_code, in machine_kexec_post_load()
Didreg-override.c254 dcache_clean_inval_poc((unsigned long)regs[i]->override, in init_feature_override()
/linux-5.19.10/arch/arm64/kvm/hyp/nvhe/
Dcache.S14 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
Dsetup.c169 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params()
/linux-5.19.10/arch/arm64/include/asm/
Dcacheflush.h74 extern void dcache_clean_inval_poc(unsigned long start, unsigned long end);
Defi.h136 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
Darch_gicv3.h141 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
Dkvm_mmu.h190 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-5.19.10/arch/arm64/kvm/hyp/
Dpgtable.c751 if (mm_ops->dcache_clean_inval_poc && stage2_pte_cacheable(pgt, new)) in stage2_map_walker_try_leaf()
752 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(new, mm_ops), in stage2_map_walker_try_leaf()
986 if (need_flush && mm_ops->dcache_clean_inval_poc) in stage2_unmap_walker()
987 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(pte, mm_ops), in stage2_unmap_walker()
1154 if (mm_ops->dcache_clean_inval_poc) in stage2_flush_walker()
1155 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(pte, mm_ops), in stage2_flush_walker()
/linux-5.19.10/arch/arm64/mm/
Dcache.S114 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
Dtrans_pgd.c285 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
/linux-5.19.10/arch/arm64/kvm/
Dmmu.c635 .dcache_clean_inval_poc = clean_dcache_guest_page,