Home
last modified time | relevance | path

Searched refs:hyp_virt_to_phys (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c128 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()
H A Dearly_alloc.c56 hyp_early_alloc_mm_ops.virt_to_phys = hyp_virt_to_phys; in hyp_early_alloc_init()
H A Dpkvm.c674 push_hyp_memcache(mc, start, hyp_virt_to_phys); in teardown_donated_memory()
720 push_hyp_memcache(mc, addr, hyp_virt_to_phys); in __pkvm_teardown_vm()
H A Dffa.c119 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()
/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h63 static inline phys_addr_t hyp_virt_to_phys(void *addr)
25 static inline phys_addr_t hyp_virt_to_phys(void *addr) hyp_virt_to_phys() function