Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp121 uint64_t hi_addr, uint32_t addr_size, in PrintfVarArg()
126 DumpAddress(s, hi_addr, addr_size, "-", ")");
94 DumpAddressRange(llvm::raw_ostream & s,uint64_t lo_addr,uint64_t hi_addr,uint32_t addr_size,const char * prefix,const char * suffix) DumpAddressRange() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h483 /// Put an address range \a lo_addr - \a hi_addr out to the stream with
492 /// \param[in] hi_addr
503 void DumpAddressRange(llvm::raw_ostream &s, uint64_t lo_addr, uint64_t hi_addr,
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1293 u32 hi_addr; in ath10k_debug_cal_data_fetch() local
1305 hi_addr = host_interest_item_address(HI_ITEM(hi_board_data)); in ath10k_debug_cal_data_fetch()
1307 ret = ath10k_hif_diag_read(ar, hi_addr, &addr, sizeof(addr)); in ath10k_debug_cal_data_fetch()