<def f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_api.h' l='93' ll='104'/>
<size>56</size>
<doc f='src/src/sys/external/bsd/drm2/dist/include/drm/ttm/ttm_bo_api.h' l='80'>/**
 * struct ttm_bus_placement
 *
 * @addr:		mapped virtual address
 * @base:		bus base address
 * @is_iomem:		is this io memory ?
 * @size:		size in byte
 * @offset:		offset from the base address
 * @io_reserved_vm:     The VM system has a refcount in @io_reserved_count
 * @io_reserved_count:  Refcounting the numbers of callers to ttm_mem_io_reserve
 *
 * Structure indicating the bus placement of an object.
 */</doc>
<mbr r='ttm_bus_placement::addr' o='0' t='void *'/>
<mbr r='ttm_bus_placement::base' o='64' t='unsigned long'/>
<mbr r='ttm_bus_placement::size' o='128' t='unsigned long'/>
<mbr r='ttm_bus_placement::offset' o='192' t='unsigned long'/>
<mbr r='ttm_bus_placement::is_iomem' o='256' t='_Bool'/>
<mbr r='ttm_bus_placement::io_reserved_vm' o='264' t='_Bool'/>
<mbr r='ttm_bus_placement::io_reserved_count' o='320' t='__uint64_t'/>
<mbr r='ttm_bus_placement::memh' o='384' t='bus_space_handle_t'/>
