Searched refs:hyp_virt_to_phys (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/ |
D | mm.c | 128 phys = hyp_virt_to_phys((void *)virt_addr); in pkvm_create_mappings_locked() 332 start = hyp_virt_to_phys((void *)__hyp_idmap_text_start); in hyp_create_idmap() 335 end = hyp_virt_to_phys((void *)__hyp_idmap_text_end); in hyp_create_idmap() 419 hyp_virt_to_phys, &tmp); in refill_memcache()
|
D | early_alloc.c | 56 hyp_early_alloc_mm_ops.virt_to_phys = hyp_virt_to_phys; in hyp_early_alloc_init()
|
D | setup.c | 116 ret = hyp_back_vmemmap(hyp_virt_to_phys(vmemmap_base)); in recreate_hyp_mappings() 303 .virt_to_phys = hyp_virt_to_phys, in __pkvm_init_finalise()
|
D | mem_protect.c | 115 .virt_to_phys = hyp_virt_to_phys, in prepare_s2_pool() 249 .virt_to_phys = hyp_virt_to_phys, in kvm_guest_prepare_stage2() 283 push_hyp_memcache(mc, addr, hyp_virt_to_phys); in reclaim_guest_pages()
|
D | ffa.c | 119 hyp_virt_to_phys(hyp_buffers.tx), in ffa_map_hyp_buffers() 120 hyp_virt_to_phys(hyp_buffers.rx), in ffa_map_hyp_buffers()
|
D | pkvm.c | 594 push_hyp_memcache(mc, start, hyp_virt_to_phys); in teardown_donated_memory()
|
/linux-6.12.1/arch/arm64/kvm/hyp/include/nvhe/ |
D | memory.h | 25 static inline phys_addr_t hyp_virt_to_phys(void *addr) in hyp_virt_to_phys() function
|