Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ttm_bus_placement Struct Reference

#include <ttm_bo_api.h>

Data Fields

voidaddr
 
unsigned long base
 
unsigned long size
 
unsigned long offset
 
bool is_iomem
 
bool io_reserved_vm
 
uint64_t io_reserved_count
 

Detailed Description

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.

Field Documentation

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.

unsigned long offset

Definition at line 86 of file ttm_bo_api.h.

unsigned long size

Definition at line 85 of file ttm_bo_api.h.


The documentation for this struct was generated from the following file: