Searched refs:dcache_clean_inval_poc (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A 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()
|
H A 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()
|
H A D | machine_kexec.c | 96 dcache_clean_inval_poc( in kexec_segment_flush() 165 dcache_clean_inval_poc((unsigned long)reloc_code, in machine_kexec_post_load()
|
H A D | idreg-override.c | 334 dcache_clean_inval_poc((unsigned long)regs[i]->override, in init_feature_override()
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | cache.S | 14 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
|
H A D | setup.c | 154 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params()
|
H A D | mem_protect.c | 253 .dcache_clean_inval_poc = clean_dcache_guest_page, in kvm_guest_prepare_stage2()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cacheflush.h | 74 extern void dcache_clean_inval_poc(unsigned long start, unsigned long end);
|
H A D | efi.h | 154 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
|
H A D | arch_gicv3.h | 141 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
|
H A D | kvm_mmu.h | 198 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
|
H A D | kvm_pgtable.h | 151 void (*dcache_clean_inval_poc)(void *addr, size_t size); member
|
/openbmc/linux/arch/arm64/mm/ |
H A D | cache.S | 115 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
|
H A D | trans_pgd.c | 287 dcache_clean_inval_poc((unsigned long)hyp_stub, in trans_pgd_copy_el2_vectors()
|
/openbmc/linux/arch/arm64/kvm/hyp/ |
H A D | pgtable.c | 948 if (!kvm_pgtable_walk_skip_cmo(ctx) && mm_ops->dcache_clean_inval_poc && in stage2_map_walker_try_leaf() 950 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(new, mm_ops), in stage2_map_walker_try_leaf() 1130 if (need_flush && mm_ops->dcache_clean_inval_poc) in stage2_unmap_walker() 1131 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(ctx->old, mm_ops), in stage2_unmap_walker() 1338 if (mm_ops->dcache_clean_inval_poc) in stage2_flush_walker() 1339 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(ctx->old, mm_ops), in stage2_flush_walker()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | mmu.c | 852 .dcache_clean_inval_poc = clean_dcache_guest_page,
|