Linux Kernel
3.7.1
|
#include <ttm_bo_api.h>
Data Fields | |
void * | addr |
unsigned long | base |
unsigned long | size |
unsigned long | offset |
bool | is_iomem |
bool | io_reserved_vm |
uint64_t | io_reserved_count |
struct ttm_bus_placement
: mapped virtual address : bus base address : is this io memory ? : size in byte : offset from the base address : The VM system has a refcount in : Refcounting the numbers of callers to ttm_mem_io_reserve
Structure indicating the bus placement of an object.
Definition at line 82 of file ttm_bo_api.h.
void* addr |
Definition at line 83 of file ttm_bo_api.h.
unsigned long base |
Definition at line 84 of file ttm_bo_api.h.
uint64_t io_reserved_count |
Definition at line 89 of file ttm_bo_api.h.
bool io_reserved_vm |
Definition at line 88 of file ttm_bo_api.h.
bool is_iomem |
Definition at line 87 of file ttm_bo_api.h.
Definition at line 86 of file ttm_bo_api.h.
unsigned long size |
Definition at line 85 of file ttm_bo_api.h.