Home
last modified time | relevance | path

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

/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Register/Amd/
DGhcb.h152 UINT32 ErrorCodeValid:1; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Register/Amd/
DGhcb.h152 UINT32 ErrorCodeValid : 1; member
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvPlatformDefs.h1084 UINT32 ErrorCodeValid : 1; member
Dbindings.rs7156 pub fn ErrorCodeValid(&self) -> UINT32 { in ErrorCodeValid() method
7196 let ErrorCodeValid: u32 = unsafe { ::std::mem::transmute(ErrorCodeValid) }; localVariable