Home
last modified time | relevance | path

Searched refs:host_va (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c403 static void *map_donated_memory_noclear(unsigned long host_va, size_t size) in map_donated_memory_noclear() argument
405 void *va = (void *)kern_hyp_va(host_va); in map_donated_memory_noclear()
417 static void *map_donated_memory(unsigned long host_va, size_t size) in map_donated_memory() argument
419 void *va = map_donated_memory_noclear(host_va, size); in map_donated_memory()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c2298 void *host_va, int add, int rom, in whpx_update_mapping() argument
2317 host_va, in whpx_update_mapping()
2333 (void *)(uintptr_t)start_pa, (void *)size, host_va, hr); in whpx_update_mapping()
2343 uint64_t host_va; in whpx_process_section() local
2361 host_va = (uintptr_t)memory_region_get_ram_ptr(mr) in whpx_process_section()
2364 whpx_update_mapping(start_pa, size, (void *)(uintptr_t)host_va, add, in whpx_process_section()