Home
last modified time | relevance | path

Searched refs:hi_addr (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/drivers/arm/css/scmi/
Dscmi_ap_core_proto.c58 uint32_t lo_addr, hi_addr; in scmi_ap_core_get_reset_addr() local
73 SCMI_PAYLOAD_RET_VAL4(mbx_mem->payload, ret, lo_addr, hi_addr, *attr); in scmi_ap_core_get_reset_addr()
74 *reset_addr = lo_addr | (uint64_t)hi_addr << 32; in scmi_ap_core_get_reset_addr()
/external/llvm-project/lldb/source/Utility/
DStream.cpp94 uint64_t hi_addr, uint32_t addr_size, in DumpAddressRange() argument
99 DumpAddress(s, hi_addr, addr_size, "-", ")"); in DumpAddressRange()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc560 uintptr_t hi_addr = mappings[curr]->start_addr + mappings[curr]->size; in DumpFreeSpace() local
565 LogAppend(hi_addr); in DumpFreeSpace()
/external/llvm-project/lldb/include/lldb/Utility/
DStream.h459 void DumpAddressRange(llvm::raw_ostream &s, uint64_t lo_addr, uint64_t hi_addr,