HomeSort by relevance Sort by last modified time
    Searched defs:mem_type (Results 1 - 25 of 27) sorted by null

1 2

  /external/u-boot/arch/arm/mach-exynos/include/mach/
spl.h 28 * m mem_type
42 enum ddr_mode mem_type; /* Type of on-board memory */ member in struct:spl_machine_param
  /external/mesa3d/src/gallium/state_trackers/va/
buffer.c 248 uint32_t mem_type; local
277 if (!out_buf_info->mem_type)
278 mem_type = mem_types[0];
280 mem_type = 0;
282 if (out_buf_info->mem_type & mem_types[i]) {
283 mem_type = out_buf_info->mem_type;
287 if (!mem_type)
295 if (buf->export_state.mem_type != mem_type)
    [all...]
  /external/u-boot/arch/arm/mach-exynos/
clock_init_exynos5.c 140 .mem_type = DDR_MODE_DDR3,
266 .mem_type = DDR_MODE_DDR3,
369 .mem_type = DDR_MODE_DDR3,
479 * @param mem_type Returns memory type
484 static void clock_get_mem_selection(enum ddr_mode *mem_type,
491 *mem_type = params->mem_type;
501 enum ddr_mode mem_type; local
506 clock_get_mem_selection(&mem_type, &frequency_mhz,
525 enum ddr_mode mem_type; local
    [all...]
clock_init.h 40 enum ddr_mode mem_type; /* Memory type */ member in struct:mem_timings
  /external/u-boot/include/
remoteproc.h 34 * @mem_type: one of 'enum rproc_mem_type'
43 enum rproc_mem_type mem_type; member in struct:dm_rproc_uclass_pdata
spd.h 17 unsigned char mem_type; /* 2 Fundamental memory type */ member in struct:spd_eeprom_s
ddr_spd.h 16 unsigned char mem_type; /* 2 Fundamental memory type */ member in struct:ddr1_spd_eeprom_s
79 unsigned char mem_type; /* 2 Fundamental memory type */ member in struct:ddr2_spd_eeprom_s
180 unsigned char mem_type; /* 2 Key Byte / Fundamental mem type */ member in struct:ddr3_spd_eeprom_s
295 uint8_t mem_type; /* 2 Key Byte / mem type */ member in struct:ddr4_spd_eeprom_s
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
xlat_tables_common.c 184 int mem_type; local
209 mem_type = MT_TYPE(attr);
210 if (mem_type == MT_DEVICE) {
239 if (mem_type == MT_MEMORY) {
242 assert(mem_type == MT_NON_CACHEABLE);
247 debug_print((mem_type == MT_MEMORY) ? "MEM" :
248 ((mem_type == MT_NON_CACHEABLE) ? "NC" : "DEV"));
  /external/v8/src/wasm/
value-type.h 64 constexpr MachineType mem_type() const { return kMemType[val_]; } function in class:v8::internal::wasm::LoadType
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 125 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) {
132 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report);
151 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
155 uptr map_res = (uptr)MmapOrDie(map_size, mem_type);
168 void *MmapNoReserveOrDie(uptr size, const char *mem_type) {
177 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno);
191 char mem_type[30]; local
192 internal_snprintf(mem_type, sizeof(mem_type), "memory at address 0x%zx",
194 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno)
    [all...]
sanitizer_win.cc 88 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) {
91 ReportMmapFailureAndDie(size, mem_type, "allocate",
117 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
127 ReportMmapFailureAndDie(size, mem_type, "allocate aligned", GetLastError());
134 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError());
147 ReportMmapFailureAndDie(size, mem_type, "allocate aligned",
155 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError());
166 ReportMmapFailureAndDie(size, mem_type, "allocate aligned", GetLastError());
197 char mem_type[30]; local
198 internal_snprintf(mem_type, sizeof(mem_type), "memory at address 0x%zx"
    [all...]
  /external/libxcam/xcore/base/
xcam_buffer.h 102 uint32_t mem_type; member in struct:_XCamVideoBuffer
  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.h 36 #define GST_XCAM_SRC_MEM_MODE(src) ((GST_XCAM_SRC_CAST(src))->mem_type)
110 enum v4l2_memory mem_type; member in struct:_GstXCamSrc
  /external/u-boot/arch/arm/cpu/arm1136/mx35/
generic.c 490 u32 mem_type, mem_ctl; local
497 mem_type = (rcsr >> 23) & 0x03;
501 switch (mem_type) {
512 switch (mem_type) {
  /external/u-boot/cmd/
pci.c 98 int bar_cnt, bar_id, mem_type; local
134 mem_type = base_low & PCI_BASE_ADDRESS_MEM_TYPE_MASK;
136 if (mem_type == PCI_BASE_ADDRESS_MEM_TYPE_64) {
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 122 int mem_type; local
171 mem_type = MT_TYPE(attr);
172 if (mem_type == MT_DEVICE) {
204 if (mem_type == MT_MEMORY) {
207 assert(mem_type == MT_NON_CACHEABLE);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 1084 uint8_t mem_type; // TGSI_MEMORY_TYPE_* member in struct:tgsi::Source::MemoryFile
    [all...]
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 210 CUmemorytype mem_type; local
212 cuPointerGetAttribute(&mem_type, CU_POINTER_ATTRIBUTE_MEMORY_TYPE, ptr);
218 return mem_type;
540 auto get_memory_type = [](CUmemorytype mem_type) {
541 switch (mem_type) {
551 LOG(ERROR) << "Unknown memory type: " << mem_type;
  /external/u-boot/arch/x86/include/asm/fsp/
fsp_hob.h 58 enum efi_mem_type mem_type; member in struct:hob_mem_alloc
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 1887 sljit_s32 mem_type = WORD_DATA; local
1889 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; local
    [all...]
sljitNativeTILEGX_64.c 2089 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1271 struct lp_type mem_type; local
1438 struct lp_type mem_type; local
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc 3005 MachineType mem_type = local
3021 MachineType mem_type = local
    [all...]
  /device/google/bonito/sdm710/kernel-headers/media/
msm_camera.h 501 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]
  /device/google/bonito/sdm710/original-kernel-headers/media/
msm_camera.h 730 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]

Completed in 4791 milliseconds

1 2