Lines Matching defs:io_tlb_pool
70 struct io_tlb_pool { struct
71 phys_addr_t start;
72 phys_addr_t end;
73 void *vaddr;
74 unsigned long nslabs;
75 bool late_alloc;
76 unsigned int nareas;
77 unsigned int area_nslabs;
78 struct io_tlb_area *areas;
79 struct io_tlb_slot *slots;
81 struct list_head node;
82 struct rcu_head rcu;
83 bool transient;