Home
last modified time | relevance | path

Searched refs:high_addr (Results 1 – 18 of 18) sorted by relevance

/external/arm-trusted-firmware/plat/layerscape/common/
Dls_tzc380.c18 unsigned int high_addr, unsigned int size, in tzc380_set_region() argument
36 mmio_write_32((uintptr_t)reg, high_addr); in tzc380_set_region()
70 tzc380_reg_list[reg_id].high_addr, in tzc380_setup()
/external/linux-kselftest/tools/testing/selftests/vm/
Dvirtual_address_range.c65 static int validate_addr(char *ptr, int high_addr) in validate_addr() argument
69 if (high_addr) { in validate_addr()
/external/elfutils/libdwfl/
Ddwfl_module.c174 if (m->low_addr == start && m->high_addr == end in dwfl_report_module()
202 mod->high_addr = end; in dwfl_report_module()
Ddwfl_validate_address.c51 if (relative >= mod->low_addr && relative <= mod->high_addr) in dwfl_validate_address()
Ddwfl_module_info.c49 *end = mod->high_addr; in dwfl_module_info()
Ddwfl_module_report_build_id.c58 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr)) in dwfl_module_report_build_id()
Doffline.c147 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE) in process_elf()
148 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE; in process_elf()
Dsegment.c167 const GElf_Addr end = __libdwfl_segment_end (dwfl, mod->high_addr); in reify_segments()
272 if (*mod != NULL && (*mod)->high_addr != address) in dwfl_addrsegment()
Dlink_map.c614 mod->high_addr -= mod_bias; in consider_executable()
616 mod->high_addr += bias; in consider_executable()
DlibdwflP.h170 GElf_Addr low_addr, high_addr; member
Dlinux-kernel-modules.c728 end = m->high_addr; in dwfl_linux_kernel_report_kernel()
/external/arm-trusted-firmware/plat/layerscape/board/ls1043/include/
Dsoc_tzasc.h63 unsigned int high_addr; member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c877 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; in nvfx_vertprog_prepare() local
901 if (fdec->Range.Last > high_addr) { in nvfx_vertprog_prepare()
902 high_addr = in nvfx_vertprog_prepare()
938 if (++high_addr) { in nvfx_vertprog_prepare()
939 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare()
940 for (i = 0; i < high_addr; i++) in nvfx_vertprog_prepare()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc270 uintptr_t high_addr = principal_mapping->system_mapping_info.end_addr; in CaptureCrashingThreadStack() local
272 if (low_addr <= pc && pc <= high_addr) return CAPTURE_OK; in CaptureCrashingThreadStack()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc193 const uintptr_t high_addr = in CrashingThreadReferencesPrincipalMapping() local
199 if (pc >= low_addr && pc < high_addr) in CrashingThreadReferencesPrincipalMapping()
352 uintptr_t high_addr = principal_mapping_->system_mapping_info.end_addr; in FillThreadStack() local
353 if ((pc < low_addr || pc > high_addr) && in FillThreadStack()
Dlinux_dumper.cc888 const uintptr_t high_addr = mapping.system_mapping_info.end_addr; in StackHasPointerToMapping() local
897 if (low_addr <= addr && addr <= high_addr) in StackHasPointerToMapping()
/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp1040 lldb::addr_t high_addr = OptionArgParser::ToAddress( in DoExecute() local
1042 if (high_addr == LLDB_INVALID_ADDRESS || error.Fail()) { in DoExecute()
1047 if (high_addr <= low_addr) { in DoExecute()
1113 found_location = FastSearch(found_location, high_addr, buffer.GetBytes(), in DoExecute()
/external/jemalloc_new/bin/
Djeprof.in1136 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars
1137 print pack('L*', hex('0x' . $low_addr), hex('0x' . $high_addr));