Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c253 struct WHPDispatch whp_dispatch; variable
315 hr = whp_dispatch.WHvSetVirtualProcessorRegisters( in whpx_set_xcrs()
334 if (whp_dispatch.WHvSuspendPartitionTime) { in whpx_set_tsc()
341 hr = whp_dispatch.WHvSuspendPartitionTime(whpx->partition); in whpx_set_tsc()
348 hr = whp_dispatch.WHvSetVirtualProcessorRegisters( in whpx_set_tsc()
542 hr = whp_dispatch.WHvSetVirtualProcessorRegisters( in whpx_set_registers()
563 hr = whp_dispatch.WHvGetVirtualProcessorRegisters( in whpx_get_tsc()
587 hr = whp_dispatch.WHvGetVirtualProcessorRegisters( in whpx_get_xcrs()
617 hr = whp_dispatch.WHvGetVirtualProcessorRegisters( in whpx_get_registers()
808 hr = whp_dispatch.WHvGetVirtualProcessorRegisters( in whpx_emu_getreg_callback()
[all …]
H A Dwhpx-apic.c105 hr = whp_dispatch.WHvSetVirtualProcessorRegisters( in whpx_put_apic_base()
140 hr = whp_dispatch.WHvSetVirtualProcessorInterruptControllerState2( in whpx_apic_put()
160 HRESULT hr = whp_dispatch.WHvGetVirtualProcessorInterruptControllerState2( in whpx_apic_get()
209 HRESULT hr = whp_dispatch.WHvRequestInterrupt(whpx_global.partition, in whpx_send_msi()
H A Dwhpx-internal.h109 extern struct WHPDispatch whp_dispatch;