Searched refs:high_addr (Results 1 – 16 of 16) sorted by relevance
/external/qemu/docs/ |
D | QEMU-MEMORY-MANAGEMENT.TXT | 155 | high_addr | mem_type | 159 previously, and |high_addr| may contain the high bits of a 165 (high_addr=0, mem_type=IO_MEM_UNASSIGNED) 167 - RAM pages have mem_type=0 (i.e. IO_MEM_RAM) while high_addr are 176 | high_addr | 0 | 186 | high_addr | IO_MEM_ROM | 196 | high_addr | IO_MEM_NOTDIRTY | 199 - Other pages are I/O pages, and their high_addr value will 213 set, then high_addr is not 0, but the high bits of the corresponding 219 | high_addr | mem_type_index | flags |
|
/external/elfutils/0.153/libdwfl/ |
D | dwfl_module.c | 157 if (m->low_addr == start && m->high_addr == end in INTDEF() 185 mod->high_addr = end; in INTDEF()
|
D | dwfl_validate_address.c | 68 if (relative >= mod->low_addr && relative <= mod->high_addr) in dwfl_validate_address()
|
D | dwfl_module_info.c | 66 *end = mod->high_addr; in dwfl_module_info()
|
D | dwfl_module_report_build_id.c | 75 if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->high_addr)) in dwfl_module_report_build_id()
|
D | offline.c | 162 && dwfl->offline_next_address < mod->high_addr + OFFLINE_REDZONE) in process_elf() 163 dwfl->offline_next_address = mod->high_addr + OFFLINE_REDZONE; in process_elf()
|
D | segment.c | 181 const GElf_Addr end = segment_end (dwfl, mod->high_addr); in reify_segments() 286 if (*mod != NULL && (*mod)->high_addr != address) in dwfl_addrsegment()
|
D | link_map.c | 522 mod->high_addr -= mod_bias; in consider_executable() 524 mod->high_addr += bias; in consider_executable()
|
D | libdwflP.h | 162 GElf_Addr low_addr, high_addr; member
|
D | linux-kernel-modules.c | 641 end = m->high_addr; in dwfl_linux_kernel_report_kernel()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; in nvfx_vertprog_prepare() local 916 if (fdec->Range.Last > high_addr) { in nvfx_vertprog_prepare() 917 high_addr = in nvfx_vertprog_prepare() 953 if (++high_addr) { in nvfx_vertprog_prepare() 954 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare() 955 for (i = 0; i < high_addr; i++) in nvfx_vertprog_prepare()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 892 int high_const = -1, high_temp = -1, high_addr = -1, nr_imm = 0, i; in nvfx_vertprog_prepare() local 916 if (fdec->Range.Last > high_addr) { in nvfx_vertprog_prepare() 917 high_addr = in nvfx_vertprog_prepare() 953 if (++high_addr) { in nvfx_vertprog_prepare() 954 vpc->r_address = CALLOC(high_addr, sizeof(struct nvfx_reg)); in nvfx_vertprog_prepare() 955 for (i = 0; i < high_addr; i++) in nvfx_vertprog_prepare()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | pprof | 1105 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars 1106 print pack('L*', hex('0x' . $low_addr), hex('0x' . $high_addr));
|
/external/jemalloc/bin/ |
D | pprof | 1105 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars 1106 print pack('L*', hex('0x' . $low_addr), hex('0x' . $high_addr));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | pprof | 1105 my $high_addr = substr($addr, -16, 8); # get up to 8 more hex chars 1106 print pack('L*', hex('0x' . $low_addr), hex('0x' . $high_addr));
|
/external/valgrind/main/VEX/priv/ |
D | guest_ppc_toIR.c | 15124 IRExpr* high_addr; in dis_vx_load() local 15127 high_addr = binop( addOp, mkexpr( EA ), ty == Ity_I64 ? mkU64( ea_off ) in dis_vx_load() 15129 low = loadBE( Ity_I64, high_addr ); in dis_vx_load()
|