Home
last modified time | relevance | path

Searched defs:ErrorCodeValid (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Register/Amd/
H A DGhcb.h152 UINT32 ErrorCodeValid : 1; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Register/Amd/
H A DGhcb.h152 UINT32 ErrorCodeValid:1; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
DWinHvPlatformDefs.h695 UINT32 ErrorCodeValid : 1; member
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/whpx_sys/
H A DWinHvPlatformDefs.h1084 UINT32 ErrorCodeValid : 1; member
H A Dbindings.rs7156 pub fn ErrorCodeValid(&self) -> UINT32 { in ErrorCodeValid() method
7196 let ErrorCodeValid: u32 = unsafe { ::std::mem::transmute(ErrorCodeValid) }; localVariable