Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Register/Intel/
H A DLocalApic.h66 UINT32 DestinationMode:1; ///< 0: physical destination mode, 1: logical destination mode. member
157 UINT32 DestinationMode:1; ///< Specifies the Destination Mode. member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Register/Intel/
H A DLocalApic.h66 …UINT32 DestinationMode : 1; ///< 0: physical destination mode, 1: logical destination mod… member
157 UINT32 DestinationMode : 1; ///< Specifies the Destination Mode. member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Register/Intel/
H A DLocalApic.h66 UINT32 DestinationMode:1; ///< 0: physical destination mode, 1: logical destination mode. member
157 UINT32 DestinationMode:1; ///< Specifies the Destination Mode. member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvm.rs287 dest_mode: DestinationMode, in request_interrupt()
/aosp_15_r20/external/crosvm/hypervisor/src/
H A Dx86_64.rs418 pub enum DestinationMode { enum
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
DWinHvPlatformDefs.h786 UINT64 DestinationMode : 4; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h1277 UINT64 DestinationMode : 4; // WHV_INTERRUPT_DESTINATION_MODE member
H A Dbindings.rs8405 pub fn DestinationMode(&self) -> UINT64 { in DestinationMode() method
8450 let DestinationMode: u64 = unsafe { ::std::mem::transmute(DestinationMode) }; localVariable