Searched defs:max_address (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/ |
H A D | bdk-dram-test-patfil.c | 61 int __bdk_dram_test_mem_self_addr(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_self_addr() 151 static uint32_t test_mem_pattern(uint64_t area, uint64_t max_address, uint64_t pattern, in test_mem_pattern() 196 int __bdk_dram_test_mem_leftwalk0(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_leftwalk0() 217 int __bdk_dram_test_mem_leftwalk1(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_leftwalk1() 238 int __bdk_dram_test_mem_rightwalk0(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_rightwalk0() 259 int __bdk_dram_test_mem_rightwalk1(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_rightwalk1() 286 static int test_mem_march_c(uint64_t area, uint64_t max_address, uint64_t pattern) in test_mem_march_c() 373 int __bdk_dram_test_mem_solid(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_solid() 391 int __bdk_dram_test_mem_checkerboard(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_checkerboard() 409 int __bdk_dram_test_mem_random(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_random() [all …]
|
H A D | bdk-dram-test.c | 117 void __bdk_dram_flush_to_mem_range(uint64_t area, uint64_t max_address) in __bdk_dram_flush_to_mem_range() 205 uint64_t max_address = bdk_dram_get_size_mbytes(bdk_numa_local()); in __bdk_dram_run_test() local
|
H A D | bdk-dram-test-fastscan.c | 60 int __bdk_dram_test_fast_scan(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_fast_scan()
|
H A D | bdk-dram-test-addrbus.c | 57 int __bdk_dram_test_mem_address_bus(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_address_bus()
|
/aosp_15_r20/external/crosvm/resources/src/ |
H A D | system_allocator.rs | 32 max_address: u64, field 66 pub fn max_address(&mut self, max_address: u64) -> &mut Self { in max_address() method
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/ |
H A D | stack_trace_posix.cc | 55 const char* max_address = start + sizeof(void*) * 2; in ParseAddress() local
|
/aosp_15_r20/art/compiler/debug/ |
H A D | elf_debug_writer.cc | 248 uint64_t max_address = 0; in PackElfFileForJIT() local
|
/aosp_15_r20/external/google-breakpad/src/common/dwarf/ |
H A D | dwarf2reader.cc | 1861 const uint64_t max_address = in ReadDebugRanges() local
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 8706 uint64_t* max_address = nullptr) { in BufferFillingHelper() 9841 uint64_t max_address = 0; in GatherLoadScalarPlusVectorHelper() local 9950 uint64_t max_address = 0; in GatherLoadScalarPlusScalarOrImmHelper() local
|