Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinhvplatform.h41 HRESULT WINAPI WHvRequestInterrupt(WHV_PARTITION_HANDLE Partition, const WHV_INTERRUPT_CONTROL *Int…
H A Dwinhvplatformdefs.h938 typedef struct WHV_INTERRUPT_CONTROL { struct
945 } WHV_INTERRUPT_CONTROL; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinhvplatform.h41 HRESULT WINAPI WHvRequestInterrupt(WHV_PARTITION_HANDLE Partition, const WHV_INTERRUPT_CONTROL *Int…
H A Dwinhvplatformdefs.h938 typedef struct WHV_INTERRUPT_CONTROL { struct
945 } WHV_INTERRUPT_CONTROL; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/whpx/
H A Dwhpx-internal.h45 WHV_INTERRUPT_CONTROL* Interrupt, UINT32 InterruptControlSize)) \
H A Dwhpx-apic.c195 WHV_INTERRUPT_CONTROL interrupt = { in whpx_send_msi()
H A Dwhpx-all.c1034 WHV_INTERRUPT_CONTROL ipi = {0}; in whpx_vcpu_run()
/dports/emulators/qemu/qemu-6.2.0/target/i386/whpx/
H A Dwhpx-internal.h45 WHV_INTERRUPT_CONTROL* Interrupt, UINT32 InterruptControlSize)) \
H A Dwhpx-apic.c195 WHV_INTERRUPT_CONTROL interrupt = { in whpx_send_msi()
H A Dwhpx-all.c1034 WHV_INTERRUPT_CONTROL ipi = {0}; in whpx_vcpu_run()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/whpx/
H A Dwhpx-internal.h45 WHV_INTERRUPT_CONTROL* Interrupt, UINT32 InterruptControlSize)) \
H A Dwhpx-apic.c195 WHV_INTERRUPT_CONTROL interrupt = { in whpx_send_msi()
H A Dwhpx-all.c1034 WHV_INTERRUPT_CONTROL ipi = {0}; in whpx_vcpu_run()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Hypervisor/
H A Dmod.rs135 …questInterrupt(partition: WHV_PARTITION_HANDLE, interrupt: *const WHV_INTERRUPT_CONTROL, interrupt… in WHvRequestInterrupt() argument
1080 pub struct WHV_INTERRUPT_CONTROL { struct
1085 impl ::core::marker::Copy for WHV_INTERRUPT_CONTROL {} implementation
1086 impl ::core::clone::Clone for WHV_INTERRUPT_CONTROL { implementation
2006 pub Interrupt: WHV_INTERRUPT_CONTROL,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Hypervisor/
H A Dmod.rs2617 pub struct WHV_INTERRUPT_CONTROL { struct
2622 impl WHV_INTERRUPT_CONTROL {} implementation
2623 impl ::std::default::Default for WHV_INTERRUPT_CONTROL { implementation
2628 impl ::std::fmt::Debug for WHV_INTERRUPT_CONTROL { implementation
2633 impl ::std::cmp::PartialEq for WHV_INTERRUPT_CONTROL { implementation
2638 impl ::std::cmp::Eq for WHV_INTERRUPT_CONTROL {} implementation
2639 unsafe impl ::windows::runtime::Abi for WHV_INTERRUPT_CONTROL { implementation
4439 pub Interrupt: WHV_INTERRUPT_CONTROL,
6985 …m<'a, WHV_PARTITION_HANDLE>>(partition: Param0, interrupt: *const WHV_INTERRUPT_CONTROL, interrupt… in WHvRequestInterrupt() argument
6990 …questInterrupt(partition: WHV_PARTITION_HANDLE, interrupt: *const WHV_INTERRUPT_CONTROL, interrupt… in WHvRequestInterrupt() argument