Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c2290 void *host_va, int add, int rom, in whpx_update_mapping() argument
2309 host_va, in whpx_update_mapping()
2325 (void *)(uintptr_t)start_pa, (void *)size, host_va, hr); in whpx_update_mapping()
2335 uint64_t host_va; in whpx_process_section() local
2353 host_va = (uintptr_t)memory_region_get_ram_ptr(mr) in whpx_process_section()
2356 whpx_update_mapping(start_pa, size, (void *)(uintptr_t)host_va, add, in whpx_process_section()