HomeSort by: relevance | last modified time | path
    Searched refs:MemoryType (Results 1 - 16 of 16) sorted by relevancy

  /src/sbin/efi/
devpath1.c 152 uint32_t MemoryType;
159 typename = efi_memory_type_name(p->MemoryType);
168 DEVPATH_FMT(MemoryType: 0x%08x(%s)\n)
172 p->MemoryType, typename,
  /src/sys/external/bsd/gnu-efi/dist/lib/ia64/
salpal.c 143 if (SalMemDesc->MemoryType == SAL_IO_PORT_MAPPING) {
184 if (SalMemDesc->MemoryType == SAL_SAPIC_IPI_BLOCK ) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Minidump.h 98 enum class MemoryType : uint32_t {
112 support::little_t<MemoryType> Type;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 191 IN EFI_MEMORY_TYPE MemoryType,
202 IN EFI_MEMORY_TYPE MemoryType,
efidevp.h 98 UINT32 MemoryType;
efiapi.h 46 IN EFI_MEMORY_TYPE MemoryType,
efiprot.h 645 IN EFI_MEMORY_TYPE MemoryType,
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h 169 UINT16 MemoryType;
177 // MemoryType info
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MinidumpYAML.cpp 133 void yaml::ScalarBitSetTraits<MemoryType>::bitset(IO &IO, MemoryType &Type) {
135 IO.bitSetCase(Type, #NATIVENAME, MemoryType::NAME);
255 mapRequiredAs<MemoryType>(IO, "Type", Info.Type);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MinidumpYAML.h 253 LLVM_YAML_DECLARE_BITSET_TRAITS(llvm::minidump::MemoryType)
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu11_driver_if_navi10.h 622 uint8_t MemoryType; // 0-GDDR6, 1-HBM
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 530 ACPI_EFI_MEMORY_TYPE MemoryType,
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 509 MemMap->MemoryType,
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 594 UINT8 MemoryType;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo1.c 625 {ACPI_DMT_UINT8, ACPI_CDAT4_OFFSET (MemoryType), "Memory Type", 0},
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 13927 EVT MemoryType = LD->getMemoryVT();
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 71 milliseconds