Home
last modified time | relevance | path

Searched refs:get_hv_image_base (Results 1 – 8 of 8) sorted by relevance

/hypervisor/boot/include/
A Dreloc.h11 extern uint64_t get_hv_image_base(void);
/hypervisor/boot/
A Dreloc.c53 uint64_t get_hv_image_base(void) in get_hv_image_base() function
/hypervisor/arch/x86/guest/
A Doptee.c47 hv_hpa = hva2hpa((void *)(get_hv_image_base())); in prepare_tee_vm_memmap()
A Dvm.c530 hv_hpa = hva2hpa((void *)(get_hv_image_base())); in prepare_service_vm_memmap()
/hypervisor/arch/x86/
A Dmmu.c308 hv_hva = get_hv_image_base(); in init_paging()
A De820.c269 uint64_t hv_start = hva2hpa((void *)(get_hv_image_base())); in alloc_hv_memory()
A Dcpu.c506 flush_cache_range((void *)get_hv_image_base(), get_hv_image_size()); in cpu_dead()
/hypervisor/common/
A Dhypercall.c764 base_paddr = hva2hpa((void *)(get_hv_image_base())); in write_protect_page()

Completed in 15 milliseconds