Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DVMRange.cpp37 uint32_t addr_width) const { in Dump()
39 addr_width); in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DVMRange.h82 uint32_t addr_width = 8) const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp420 int addr_width = 0; in DumpAddressAndContent() local
422 addr_width = target->GetArchitecture().GetAddressByteSize() * 2; in DumpAddressAndContent()
424 if (addr_width == 0) in DumpAddressAndContent()
425 addr_width = 16; in DumpAddressAndContent()
433 s.Printf("0x%*.*" PRIx64, addr_width, addr_width, vaddr); in DumpAddressAndContent()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c7120 u_int addrext_shift, addr_width; in bwn_dma_attach()
7141 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()
7148 addr_width = BHND_DMA_ADDR_32BIT; in bwn_dma_attach()
7155 addr_width = BHND_DMA_ADDR_64BIT; in bwn_dma_attach()
7165 error = bhnd_get_dma_translation(sc->sc_dev, addr_width, 0, &dmat, in bwn_dma_attach()
7128 u_int addrext_shift, addr_width; bwn_dma_attach() local