HomeSort by relevance Sort by last modified time
    Searched defs:MemType (Results 1 - 21 of 21) sorted by null

  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
AllocPages.c 120 INTN MemType = -1;
170 MemType = xtoi(argv[2]);
178 if ( (MemType < 0) || (MemType > 13) ) {
179 Print(L"Invalid MemType\n");
194 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr);
196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskNVData.h 47 UINT8 MemType;
  /external/capstone/bindings/java/capstone/
Mips.java 16 public static class MemType extends Structure {
29 public MemType mem;
44 value.setType(MemType.class);
Xcore.java 16 public static class MemType extends Structure {
31 public MemType mem;
41 value.setType(MemType.class);
Ppc.java 16 public static class MemType extends Structure {
40 public MemType mem;
51 value.setType(MemType.class);
Sparc.java 16 public static class MemType extends Structure {
30 public MemType mem;
40 value.setType(MemType.class);
Systemz.java 16 public static class MemType extends Structure {
31 public MemType mem;
41 value.setType(MemType.class);
Arm64.java 16 public static class MemType extends Structure {
31 public MemType mem;
65 value.setType(MemType.class);
Arm.java 16 public static class MemType extends Structure {
32 public MemType mem;
62 value.setType(MemType.class);
X86.java 16 public static class MemType extends Structure {
33 public MemType mem;
51 value.setType(MemType.class);
  /external/swiftshader/third_party/subzero/src/
IceInstX8664.cpp 161 const Type MemType = getType();
162 if (Base->getType() != IceType_i32 && MemType != IceType_void) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
MemoryConv.c 369 UINT16 MemType;
449 MemType = 0;
453 MemType |= 1<<8;
457 MemType |= 1<<7;
461 MemType |= 1<<10;
465 MemType |= 1<<4;
469 MemType |= 1<<3;
477 MemType |= 1<<8;
481 MemType |= 1<<7;
485 MemType |= 1<<10;
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/
NonDiscoverablePciDeviceIo.c 871 UINT64 MemType;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciBus.h 87 UINT8 MemType;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c 714 EFI_MEMORY_TYPE MemType;
859 MemType = NewType;
862 MemType = Entry->Type;
876 CoreAddRange (MemType, Start, RangeEnd, Attribute);
877 if (ChangingType && (MemType == EfiConventionalMemory)) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciBus.h 104 UINT8 MemType;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.h 1154 UINT8 MemType;
1222 UINT8 MemType;
1245 UINT8 MemType;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.h 1154 UINT8 MemType;
1222 UINT8 MemType;
1245 UINT8 MemType;
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 140 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 585 milliseconds