/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm1136/mx35/ |
D | mx35_sdram.c | 39 void mx3_setup_sdram_bank(u32 start_address, u32 ddr2_config, in mx3_setup_sdram_bank() argument 47 switch (start_address) { in mx3_setup_sdram_bank() 84 writel(0xda, start_address + ESDCTL_PRECHARGE); in mx3_setup_sdram_bank() 89 writeb(0xda, start_address + ESDCTL_DDR2_EMR2); /* EMRS2 */ in mx3_setup_sdram_bank() 90 writeb(0xda, start_address + ESDCTL_DDR2_EMR3); /* EMRS3 */ in mx3_setup_sdram_bank() 91 writeb(0xda, start_address + ESDCTL_DDR2_EN_DLL); /* Enable DLL */ in mx3_setup_sdram_bank() 92 writeb(0xda, start_address + ESDCTL_DDR2_RESET_DLL); /* Reset DLL */ in mx3_setup_sdram_bank() 97 writel(0xda, start_address + ESDCTL_PRECHARGE); in mx3_setup_sdram_bank() 102 writel(0xda, start_address); in mx3_setup_sdram_bank() 103 writel(0xda, start_address); in mx3_setup_sdram_bank() [all …]
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests/ |
D | t_nanosleep.c | 19 unsigned __stdcall start_address(void *dummy) in start_address() function 50 thread = (HANDLE) _beginthreadex(NULL, 0, start_address, NULL, 0, NULL); in test_apc()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx35/ |
D | sys_proto.h | 12 void mx3_setup_sdram_bank(u32 start_address, u32 ddr2_config, u32 row,
|
/third_party/uboot/u-boot-2020.01/cmd/ti/ |
D | ddr3.c | 31 static int ddr_memory_test(u32 start_address, u32 end_address, int quick) in ddr_memory_test() argument 35 index_start = start_address; in ddr_memory_test()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 701 const char *start_address = 706 // lowest-order bit in start_address is ignored by the CPU and indicates 710 start_address = reinterpret_cast<const char *>( 711 reinterpret_cast<uintptr_t>(start_address) & ~1); 717 // start_address to get the first double word, which points to the 719 start_address = *reinterpret_cast<const char *const *>(start_address); 724 const void *const end_address = ComputeOffset(start_address, size); 730 ((start_address <= pc && pc < end_address) || 731 (start_address == pc && pc == end_address))) { 991 const void *start_address; [all …]
|
/third_party/boost/libs/thread/src/win32/ |
D | thread.cpp | 149 …ThreadProxyData(func start_address,void* arglist) : start_address_(start_address), arglist_(arglis… in ThreadProxyData() 159 …r_t _beginthreadex(void* security, unsigned stack_size, unsigned (__stdcall* start_address)(void*), in _beginthreadex() 163 ThreadProxyData* data = new ThreadProxyData(start_address,arglist); in _beginthreadex()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | dlmalloc.c | 92 void* findRegion (void* start_address, unsigned long size) in findRegion() argument 97 while ((unsigned long)start_address + size < TOP_MEMORY) in findRegion() 99 VirtualQuery (start_address, &info, sizeof (info)); in findRegion() 101 return start_address; in findRegion() 109 start_address = (char*)info.BaseAddress + info.RegionSize; in findRegion() 123 start_address = in findRegion() 124 (void *) AlignPage64K((unsigned long) start_address); in findRegion()
|
D | dlmalloc.src | 1007 void* findRegion (void* start_address, unsigned long size) 1012 while ((unsigned long)start_address + size < TOP_MEMORY) 1014 VirtualQuery (start_address, &info, sizeof (info)); 1016 return start_address; 1020 /* next region is available. Set 'start_address' */ 1024 start_address = (char*)info.BaseAddress + info.RegionSize; 1038 start_address = 1039 (void *) AlignPage64K((unsigned long) start_address);
|
/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 701 const char *start_address = 707 // start_address to get the first double word, which points to the 709 start_address = *reinterpret_cast<const char *const *>(start_address); 714 const void *const end_address = ComputeOffset(start_address, size); 720 ((start_address <= pc && pc < end_address) || 721 (start_address == pc && pc == end_address))) { 981 const void *start_address; 990 cursor = GetHex(cursor, eol, &start_address); 1045 GetFileMappingHint(&start_address, &end_address, &offset, &cursor); 1050 if (!callback(cursor, start_address, end_address, offset, arg)) break; [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/firmware/ |
D | ti_sci.h | 1428 u64 start_address; member 1477 u64 start_address; member
|
D | ti_sci.c | 2745 req.start_address = region->start_address; in ti_sci_cmd_set_fwl_region() 2816 region->start_address = resp->start_address; in ti_sci_cmd_get_fwl_region()
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_device_path.c | 955 uint64_t start_address, in efi_dp_from_mem() argument 970 mdp->start_address = start_address; in efi_dp_from_mem()
|
D | efi_device_path_to_text.c | 58 mdp->start_address, in dp_hardware()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | efi_loader.h | 553 uint64_t start_address,
|
D | efi_api.h | 396 u64 start_address; member
|
/third_party/uboot/u-boot-2020.01/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 546 u64 start_address; member
|