Searched refs:MemoryType (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dsalpal.c143 if (SalMemDesc->MemoryType == SAL_IO_PORT_MAPPING) {
184 if (SalMemDesc->MemoryType == SAL_SAPIC_IPI_BLOCK ) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMinidump.h98 enum class MemoryType : uint32_t { class in namespace:llvm::minidump
112 support::little_t<MemoryType> Type;
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defipciio.h191 IN EFI_MEMORY_TYPE MemoryType,
202 IN EFI_MEMORY_TYPE MemoryType,
H A Defidevp.h98 UINT32 MemoryType; member in struct:_MEMMAP_DEVICE_PATH
H A Defiapi.h46 IN EFI_MEMORY_TYPE MemoryType,
H A Defiprot.h645 IN EFI_MEMORY_TYPE MemoryType,
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dsalproc.h169 UINT16 MemoryType; member in struct:__anon12083
177 // MemoryType info
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp133 void yaml::ScalarBitSetTraits<MemoryType>::bitset(IO &IO, MemoryType &Type) {
135 IO.bitSetCase(Type, #NATIVENAME, MemoryType::NAME);
255 mapRequiredAs<MemoryType>(IO, "Type", Info.Type);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu11_driver_if_navi10.h622 uint8_t MemoryType; // 0-GDDR6, 1-HBM member in struct:__anon577
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h530 ACPI_EFI_MEMORY_TYPE MemoryType,
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c509 MemMap->MemoryType,
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h581 UINT8 MemoryType; member in struct:acpi_cdat_dsemts
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo1.c522 {ACPI_DMT_UINT8, ACPI_CDAT4_OFFSET (MemoryType), "Memory Type", 0},
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13927 EVT MemoryType = LD->getMemoryVT(); local
13931 bool ValidLDType = MemoryType == MVT::i8 || MemoryType == MVT::i16 ||
13932 MemoryType == MVT::i32 || MemoryType == MVT::i64;
13942 DAG.getIntPtrConstant(MemoryType.getScalarSizeInBits(), DL)};
13946 LoadOps, MemoryType, LD->getMemOperand());

Completed in 385 milliseconds