Searched refs:hyp_virt_to_phys (Results 1 – 5 of 5) sorted by relevance
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()
56 hyp_early_alloc_mm_ops.virt_to_phys = hyp_virt_to_phys; in hyp_early_alloc_init()
674 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()
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()
63 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