Searched refs:dcache_clean_inval_poc (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.15/arch/arm64/kvm/hyp/nvhe/ |
| D | cache.S | 10 SYM_FUNC_START_PI(dcache_clean_inval_poc) 13 SYM_FUNC_END_PI(dcache_clean_inval_poc)
|
| D | setup.c | 142 dcache_clean_inval_poc((unsigned long)params, in update_nvhe_init_params()
|
| /Linux-v5.15/arch/arm64/kernel/ |
| D | kaslr.c | 75 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()
|
| D | hibernate.c | 384 dcache_clean_inval_poc((unsigned long)__mmuoff_data_start, in swsusp_arch_suspend() 386 dcache_clean_inval_poc((unsigned long)__idmap_text_start, in swsusp_arch_suspend() 391 dcache_clean_inval_poc( in swsusp_arch_suspend() 394 dcache_clean_inval_poc((unsigned long)__hyp_text_start, in swsusp_arch_suspend() 480 dcache_clean_inval_poc((unsigned long)hibernate_exit, in swsusp_arch_resume()
|
| D | machine_kexec.c | 76 dcache_clean_inval_poc((unsigned long)reloc_code, in machine_kexec_post_load() 115 dcache_clean_inval_poc((unsigned long)entry, in kexec_list_flush() 132 dcache_clean_inval_poc(addr, addr + PAGE_SIZE); in kexec_list_flush() 159 dcache_clean_inval_poc( in kexec_segment_flush()
|
| 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 | idreg-override.c | 242 dcache_clean_inval_poc((unsigned long)regs[i]->override, in init_feature_override()
|
| /Linux-v5.15/arch/arm64/mm/ |
| D | cache.S | 110 SYM_FUNC_START_PI(dcache_clean_inval_poc) 113 SYM_FUNC_END_PI(dcache_clean_inval_poc)
|
| /Linux-v5.15/arch/arm64/include/asm/ |
| D | cacheflush.h | 74 extern void dcache_clean_inval_poc(unsigned long start, unsigned long end);
|
| D | efi.h | 137 dcache_clean_inval_poc((unsigned long)addr, (unsigned long)addr + size); in efi_capsule_flush_cache_range()
|
| D | arch_gicv3.h | 128 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
|
| D | kvm_mmu.h | 184 dcache_clean_inval_poc((unsigned long)(a), (unsigned long)(a)+(l))
|
| D | kvm_pgtable.h | 103 void (*dcache_clean_inval_poc)(void *addr, size_t size); member
|
| /Linux-v5.15/arch/arm64/kvm/hyp/ |
| D | pgtable.c | 689 if (mm_ops->dcache_clean_inval_poc && stage2_pte_cacheable(pgt, new)) in stage2_map_walker_try_leaf() 690 mm_ops->dcache_clean_inval_poc(kvm_pte_follow(new, mm_ops), in stage2_map_walker_try_leaf() 927 dcache_clean_inval_poc((unsigned long)pte_follow, in stage2_unmap_walker() 1098 dcache_clean_inval_poc((unsigned long)pte_follow, in stage2_flush_walker()
|
| /Linux-v5.15/arch/arm64/kvm/ |
| D | mmu.c | 492 .dcache_clean_inval_poc = clean_dcache_guest_page,
|