Home
last modified time | relevance | path

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

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