Home
last modified time | relevance | path

Searched defs:DestinationMode (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/hypervisor/src/whpx/
Dvm.rs294 dest_mode: DestinationMode, in request_interrupt()
/external/crosvm/hypervisor/src/
Dx86_64.rs334 pub enum DestinationMode { enum
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatformDefs.h1277 UINT64 DestinationMode : 4; // WHV_INTERRUPT_DESTINATION_MODE member
Dbindings.rs8405 pub fn DestinationMode(&self) -> UINT64 { in DestinationMode() method
8450 let DestinationMode: u64 = unsafe { ::std::mem::transmute(DestinationMode) }; localVariable