Lines Matching defs:io_tlb_pool
88 struct io_tlb_pool { struct
89 phys_addr_t start;
90 phys_addr_t end;
91 void *vaddr;
92 unsigned long nslabs;
93 bool late_alloc;
94 unsigned int nareas;
95 unsigned int area_nslabs;
96 struct io_tlb_area *areas;
97 struct io_tlb_slot *slots;
99 struct list_head node;
100 struct rcu_head rcu;
101 bool transient;