Home
last modified time | relevance | path

Searched defs:NonSystemSegment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
DWinHvPlatformDefs.h458 UINT16 NonSystemSegment:1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h721 UINT16 NonSystemSegment:1; member
H A Dbindings.rs4187 pub fn NonSystemSegment(&self) -> UINT16 { in NonSystemSegment() method
4292 let NonSystemSegment: u16 = unsafe { ::std::mem::transmute(NonSystemSegment) }; localVariable