Searched refs:icache_inval_pou (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | cache.S | 85 * icache_inval_pou(start,end) 92 SYM_FUNC_START(icache_inval_pou) 100 SYM_FUNC_END(icache_inval_pou)
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | cache.S | 25 SYM_FUNC_ALIAS(icache_inval_pou, __pi_icache_inval_pou)
|
H A D | mem_protect.c | 254 .icache_inval_pou = invalidate_icache_guest_page, in kvm_guest_prepare_stage2()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | cacheflush.h | 48 * icache_inval_pou(start, end) 73 extern void icache_inval_pou(unsigned long start, unsigned long end);
|
H A D | kvm_mmu.h | 235 icache_inval_pou((unsigned long)va, (unsigned long)va + size);
|
H A D | kvm_pgtable.h | 138 * @icache_inval_pou: Invalidate the instruction cache to the PoU 152 void (*icache_inval_pou)(void *addr, size_t size); member
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/ |
H A D | pgtable.c | 946 if (!kvm_pgtable_walk_skip_cmo(ctx) && mm_ops->icache_inval_pou && in stage2_map_walker_try_leaf() 948 mm_ops->icache_inval_pou(kvm_pte_follow(new, mm_ops), granule); in stage2_map_walker_try_leaf() 1182 if (mm_ops->icache_inval_pou && in stage2_attr_walker() 1184 mm_ops->icache_inval_pou(kvm_pte_follow(pte, mm_ops), in stage2_attr_walker()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | machine_kexec.c | 167 icache_inval_pou((uintptr_t)reloc_code, in machine_kexec_post_load()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | mmu.c | 853 .icache_inval_pou = invalidate_icache_guest_page,
|
Completed in 13 milliseconds