Linux Kernel
3.7.1
|
Data Fields | |
struct smmu_device * | smmu |
unsigned int | asid |
spinlock_t | lock |
struct page * | pdir_page |
unsigned long | pdir_attr |
unsigned long | pde_attr |
unsigned long | pte_attr |
unsigned int * | pte_count |
struct list_head | client |
spinlock_t | client_lock |
Definition at line 274 of file tegra-smmu.c.
unsigned int asid |
Definition at line 276 of file tegra-smmu.c.
Definition at line 284 of file tegra-smmu.c.
spinlock_t client_lock |
Definition at line 285 of file tegra-smmu.c.
spinlock_t lock |
Definition at line 277 of file tegra-smmu.c.
unsigned long pde_attr |
Definition at line 280 of file tegra-smmu.c.
unsigned long pdir_attr |
Definition at line 279 of file tegra-smmu.c.
Definition at line 278 of file tegra-smmu.c.
unsigned long pte_attr |
Definition at line 281 of file tegra-smmu.c.
unsigned int* pte_count |
Definition at line 282 of file tegra-smmu.c.
struct smmu_device* smmu |
Definition at line 275 of file tegra-smmu.c.