Searched refs:dcache_clean_inval_poc (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/arch/arm64/kernel/ |
D | hibernate.c | 352 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()
|
D | smp_spin_table.c | 39 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()
|
D | machine_kexec.c | 82 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/ |
D | cache.S | 14 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
|
D | setup.c | 178 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params()
|
D | mem_protect.c | 253 .dcache_clean_inval_poc = clean_dcache_guest_page, in kvm_guest_prepare_stage2()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | cacheflush.h | 74 extern void dcache_clean_inval_poc(unsigned long start, unsigned long end);
|
D | efi.h | 154 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
|
D | arch_gicv3.h | 149 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
|
D | kvm_mmu.h | 198 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
|
D | kvm_pgtable.h | 221 void (*dcache_clean_inval_poc)(void *addr, size_t size); member
|
/linux-6.12.1/arch/arm64/kvm/hyp/ |
D | pgtable.c | 959 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/ |
D | cache.S | 115 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
|
D | trans_pgd.c | 289 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
|
/linux-6.12.1/arch/arm64/kernel/pi/ |
D | idreg-override.c | 393 dcache_clean_inval_poc((unsigned long)override, in init_feature_override()
|
/linux-6.12.1/arch/arm64/kvm/ |
D | mmu.c | 862 .dcache_clean_inval_poc = clean_dcache_guest_page,
|