Home
last modified time | relevance | path

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

/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()